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

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

New Here ,
Mar 12, 2014 Mar 12, 2014

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

565
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
Community Expert ,
Mar 12, 2014 Mar 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)
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
Guide ,
Mar 13, 2014 Mar 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.

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
Guide ,
Mar 14, 2014 Mar 14, 2014
LATEST

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.

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