Skip to main content
Participant
November 27, 2014
Question

ColdFusion 11 installer stalling on OS X 10.10.1

  • November 27, 2014
  • 2 replies
  • 1053 views

I'm trying to install ColdFusion 11 on a fresh install of OS X 10.10.1 with Apache. The installer gets to 100% with the message

Installing... Install Merge Module(Build Time): CFSolr_osx....

It then just sits there doing nothing. Looking at Force Quit I see the following

With the ColdFusion Installer showing the error at the top and the 2 java windows the installer opened called LAX.

I can see the installation log in the ColdFusion 11 directory and the last entry is this

Install Merge Module:     Z:\installers\CFSolr\installers\mergemodule\/CFSolr_osx.iam.zip

                          Status: SUCCESSFUL

                          Additional Notes: NOTE - Installing: SubInstaller1.zip

Not that I chose not to install the Solr components in the installer.

Any suggestions would be great as it's driving me mad.

Thanks

This topic has been closed for replies.

2 replies

Inspiring
January 6, 2016

Right click on latest java window and quit that window.

The installation will continue and should complete successfully.

After installation, you will configure ColdFusion to start on System boot e.g.

  • computerName:~ user$ cd /Applications/ColdFusion11/cfusion/bin/
  • computerName:bin user$ sudo ./coldfusion start

Then start the server

  • computerName:bin user$ ./coldfusion start
Inspiring
November 27, 2014

Are you getting any error in ColdFusion11 installation log file?

Participant
November 27, 2014

No, everything in the log succeeds and the entry above is the last entry.

Inspiring
November 28, 2014

Can you restart you machine and crosscheck your cfm requests working fine or not?

Kindly let me know following:-

  1. Have you configured any web server there?
  2. If so, which external web server have you configured there?
  3. Web server major & minor version detail?