Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFMX 7.0.2 - What to apply

New Here ,
Mar 26, 2008 Mar 26, 2008
Is there a way to determine what (if any) Cumulative Hot Fix has been applied?

I have a system I have taken over and as far as I can tell only a single specific HF has been applied.

Additionally, on this stand alone installation utilizing IIS 6 - JRun 4 Updater 5 is currently being used.

Is it possible to install the JRun 4 Updater 7 to this installation?

Thanks in advance,
637
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 26, 2008 Mar 26, 2008
In your CF admin information page

http://localhost/CFIDE/administrator/settings/version.cfm

you may have something like that if you have any hotfix.

"Update Level /C:/ColdFusion8/lib/updates/chf8000003.zip"

This mentions that we have CF8 with hotfix 3.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 26, 2008 Mar 26, 2008
Thanks for the reply on the version information. I had looked there as well as in the Cfusionmx7/lib/updates directory and only the one HF is listed. I know that with the Cummulative HFs you dont' have to keep them after applying them so I wasn't sure if there was a way to tell.

Now does the 'update level' list only the last one applied or the latest or all? I just don't want to inadvertantly apply Cumm HF 3 if it had already been in the past.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 26, 2008 Mar 26, 2008
As I know you can update the JRun for the multi server edition of CF but not the standalone one because of huge integration/incompatibility problems.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 26, 2008 Mar 26, 2008
JRun, yes this is what I was curious about since this particular server is running the Standard Edition using IIS6. I haven't looked into it but I'm guessing that possibly 7.0.1 or 7.0.2 applied JRun Updater 5...then again maybe 7 came with it - I just haven't researched to find out.

The reason I'm asking this is that we have a piece of code that is serving up images from the HDD (outlined here in Christian Cantrell's blog from several years ago - Using ColdFusion to Write Out Binary Data
- and it has been producing an ungodly amount of errors within the exception logs. As far as I can tell the code is still completing as the customer hasn't complained about errors but the log is filling up with this repetative error....

java.lang.IllegalStateException
at jrun.servlet.JRunResponse.getOutputStream(JRunResponse.java:179)

After reading through some group and blog posting as well as looking at JRun Updater 6 and 7 - my hopes were that if I could apply Updater 7 it would potentially resolve the issue.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 26, 2008 Mar 26, 2008
The one that I have here has all the 3 hotfixes and only the last one has been listed. :)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 26, 2008 Mar 26, 2008
When I also check the directory "C:\ColdFusion8\lib\updates", I have all of the hotfixes in this directory.



Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 26, 2008 Mar 26, 2008
Okay then I think it's safe to assume at this point that they have only applied that single specific HF and none of the cummulative hot fixes.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 26, 2008 Mar 26, 2008
LATEST
I'm going to move this other issue to another thread with regards to the

java.lang.IllegalStateException
at jrun.servlet.JRunResponse.getOutputStream(JRunResponse.java:179)

I doubt at this point that I can get beyond Updater 5 ... maybe there's an alternative way this can be done.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources