Skip to main content
Inspiring
December 25, 2012
Answered

CF 10 Update 6

  • December 25, 2012
  • 2 replies
  • 3102 views

I see CF 10 Update 6 on the CF 10 Admin.

After I download and install and logout and log backin, the update 6 is available still there.

It seems that CF 10 shows previous message or it did not update.

Can you please advise how i can check that does CF 10 did install update or it shows the message for some reason even I downloaded and installed the update?

Your information and help is great appreciated,

regards,

Iccsi

    This topic has been closed for replies.
    Correct answer BKBK

    iccsi wrote:

    The version number is 10,0,5,283435 and chf10000006.jar exists.

    That tells us that the update JAR was downloaded, but has yet to be installed. To re-install, follow these steps:

    1) Stop ColdFusion;

    2) (Assuming you're on Windows) Delete the file C:/ColdFusion10/cfusion/lib/updates/chf10000006.jar;

    3) Start ColdFusion;

    4) Log in to the ColdFusion administrator;

    5) Run the server updater; wait till ColdFusion finishes installing the update.

    2 replies

    WolfShade
    Legend
    December 26, 2012

    Did you reboot the server after the update?

    ^_^

    Carl Von Stetten
    Legend
    December 26, 2012

    I have had the same problem with all of the updaters.  What worked for me was to make sure that the account ColdFusion was running under was added to the local Administrators group.  If it wasn't already, I also had to stop and restart the ColdFusion service after putting the account into Administrators.  Then I was able to get the updater to install properly.

    -Carl V.

    iccsiAuthor
    Inspiring
    December 26, 2012

    Thanks for the message and herlp,

    Yes, I stop and start the server.

    Thanks again for helping and information,

    regards,

    Iccsi,

    BKBK
    Community Expert
    Community Expert
    December 26, 2012

    Open the ColdFusion Administrator page. Click on the (System Information) button. Read off the values for Version and Update Level. If update 6 is installed, the values will be, respectively, 10,0,6,283435 and /C:/ColdFusion10/cfusion/lib/updates/chf10000006.jar.

    Alternatively, run the following code:

    <cfoutput>

    Is CF update 6 file on server: #fileExists("C:/ColdFusion10/cfusion/lib/updates/chf10000006.jar")#<br>

    ColdFusion version: #server.coldfusion.productVersion#

    </cfoutput>

    iccsiAuthor
    Inspiring
    December 26, 2012

    Thanks for the message and help.

    The version number is 10,0,5,283435 and chf10000006.jar exists.

    Thanks again for helping and information,

    Regards,

    Iccsi,

    BKBK
    Community Expert
    BKBKCommunity ExpertCorrect answer
    Community Expert
    December 26, 2012

    iccsi wrote:

    The version number is 10,0,5,283435 and chf10000006.jar exists.

    That tells us that the update JAR was downloaded, but has yet to be installed. To re-install, follow these steps:

    1) Stop ColdFusion;

    2) (Assuming you're on Windows) Delete the file C:/ColdFusion10/cfusion/lib/updates/chf10000006.jar;

    3) Start ColdFusion;

    4) Log in to the ColdFusion administrator;

    5) Run the server updater; wait till ColdFusion finishes installing the update.