Skip to main content
December 20, 2012
Question

Problem with installing Mandatory Update for CF10 on Mac OS X

  • December 20, 2012
  • 1 reply
  • 1855 views

Hi,

I am trying to install the CF 10 Mandatory Update on my Mac OS X (Mountain Lion). I've tried it in standard mode, and GUI mode. It simply doesn't work. The install application launches, and in GUI mode the splash screen pops up, but the progress bar does not move.

The commands I've tried:

java -jar /Applications/ColdFusion10/cfusion/hf-updates/cf10_mdt_updt.jar

java -jar /Applications/ColdFusion10/cfusion/hf-updates/cf10_mdt_updt.jar -i GUI

Any ideas?

Thanks.

This topic has been closed for replies.

1 reply

Participating Frequently
December 21, 2012

Can you please try the following and let me know the result?

In the terminal first change directory to /Applications/ColdFusion10/cfusion/hf-updates by issuing cd command.

And then run the installer.
java -jar /Applications/ColdFusion10/cfusion/hf-updates/cf10_mdt_updt.jar

If it doesn't fix your problem I will contact you.

Thanks,

Krishna

Participant
May 5, 2013

Hi, in having a rly bad time to apply this update

My OSX Version is 10.8.3

Im using the command

java -jar cf10_mdt_updt.jar -i GUI

to force a UI to come up so i can see it working, but im getting it stuck forever in the begining.

its the same result w/o the -i GUI, its the same with a sudo to force admin user, just nothing happens.

as you can see in the following image

http://postimg.org/image/idkszfkmp/

thank you for your atention

Participating Frequently
May 5, 2013

Can you please try the following:

1. Can you please create a new directory with any name say test and put the jar file(cf10_mdt_updt.jar) there.

2. In the terminal cd to this directory and run the command from terminal>java -jar cf10_mdt_updt.jar

OR you can use java -jar cf10_mdt_updt.jar -i GUI as well.

Please let me know if it working fine or not for you

Thanks,

Krishna