Skip to main content
Known Participant
March 12, 2014
Question

Unable to update fresh CF10 Development installation - Updates are not an option

  • March 12, 2014
  • 2 replies
  • 612 views

I used the same exact installer on another machine and everything installed properly.  Updates in Dev are fine.  Not in this installation.  It's simply not displayed.

http://i.imgur.com/sxPUIrX.png

    This topic has been closed for replies.

    2 replies

    Legend
    March 13, 2014


    You could try manually update CF10. Say you want to manually apply update 10.

    Download the update file from:
    http://download.adobe.com/pub/adobe/coldfusion/hotfix_010.jar

    Copy the hotfix_010.jar to say ColdFusion10\cfusion\hf-updates\ folder path.

    Run CMD prompt as administrator EG :

    c:\ColdFusion10\jre\bin\java -jar C:\ColdFusion10\cfusion\hf-updates\hotfix_010.jar

    Follow the graphic user interface.

    HTH, Carl.

    Carl Von Stetten
    Legend
    March 14, 2014

    In addition to Charlie's and Carl's suggestions above, have you manually installed the mandatory update yet? http://www.adobe.com/support/coldfusion/downloads_updates.html#cfm10

    -Carl V.

    Charlie Arehart
    Community Expert
    Community Expert
    March 12, 2014

    Here’s one thought; I wonder if your browser is perhaps not able to find the CFIDE/scripts folder somehow. The CF10 Server Updates page uses some of the newer UI widgets added in CF8, which are housed deep within that directory.

    I see you’re using port 8500, so you’re using the CF10 built-in web server, not IIS or Apache. I’m not aware of any easy way you could set that up to block that folder.

    But you can check to see if this URL, one of the many that it calls, works for you (I’ve used the IP address and port that you have):

    http://127.0.0.1:8500/CFIDE/scripts/ajax/package/cfprogressbar.js

    If that fails, or fails to show or offer a prompt to download some javascript, then that’s your issue.

    I also notice you are on IE. You may want to add this site to your trusted sites in IE (see the internet options>security page in IE settings).

    Hope that’s helpful. Let us know.

    /charlie

    /Charlie (troubleshooter, carehart. org)