Skip to main content
Known Participant
January 12, 2012
Question

hot fix not able to apply

  • January 12, 2012
  • 1 reply
  • 945 views

http://kb2.adobe.com/cps/925/cpsid_92512.html

I tried to apply hot fix as mention in the above url for cf 9.0.1. but when I restart the server it still showing as pointing to same old jar file.

I followed the stems as follows.

===============

ColdFusion 9.0.1
  1. Download CF901jar.zip and extract hf901-00003.jar.
  2. In ColdFusion administrator, select System Information page by clicking the icon "i" in the upper right corner.
  3. In the update file textbox, browse and select hf901-00003.jar and click submit.
  4. Stop the ColdFusion instance.
  5. Go to {ColdFusion-Home}/lib/updates (for Server Installation) or {ColdFusion-Home}/WEB-INF/cfusion/lib/updates (for Multiserver and J2EE installation) directory. If hf901-00001.jar or hf901-00002.jar exist, delete them. Otherwise, ignore this step.
  6. Start the ColdFusion instance.
  7. If there are multiple instances, repeat steps 2 through 6 for each instance.

==================

after this my setting are unchanged as follows

==============

System Information
Server Details
Server Product ColdFusion
Version 9,0,1,274733  
Edition Enterprise  
Serial Number 1185-5007-6094-8863-8088-2578  
Operating System Windows 2003  
OS Version 5.2  
Update Level /D:/JRun4/servers/DevColdF9Secondary/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib/updates/chf9010002.jar  
Adobe Driver Version 4.0 (Build 0005)  
JVM Details
Java Version 1.6.0_17  
Java Vendor Sun Microsystems Inc.  
Java Vendor URL http://java.sun.com/
Java Home D:\JRun4\jre  
Java File Encoding Cp1252  
Java Default Locale en_US  
File Separator \  
Path Separator ;  
Line Separator Chr(13)
User Name SYSTEM  
User Home C:\WINDOWS\system32\config\systemprofile  
User Dir D:\JRun4\bin  
Java VM Specification Version 1.0  
Java VM Specification Vendor Sun Microsystems Inc.  
Java VM Specification Name Java Virtual Machine Specification   

==============================

I mean the Update Level is pointing to the old jar file 'chf9010002.jar ' insted of hf901-00003.jar.

Please help.

This topic has been closed for replies.

1 reply

pete_freitag
Participating Frequently
January 13, 2012

The update level doesn't always show the most recently applied hotfix jar, this does not mean the hoftix was not applied. As long as you have hf901-00003.jar in this location: D:/JRun4/servers/DevColdF9Secondary/cfusion.ear/cfusion.war/WEB-INF/c fusion/lib/updates/ you should be good to go.

Known Participant
January 14, 2012

Hi Peter,

Then how can I confirm that I applied the hot fix and is working fine?

Lincoln