tracker issue : CF-3859966

select a category, or use search below
(searches all categories and all time range)
Title:

Does not auto-start after reboot

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/Duplicate

Reporter/Name(from Bugbase): Abram Adams / Abram Adams (Abram Adams)

Created: 12/01/2014

Components: Installation/Config, Config

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Critical / All users will encounter

Locale/System: ALL / Linux uBuntu 11.10

Vote Count: 0

Duplicate ID:	CF-3781603

Problem Description:
When installing you are asked if you want to auto-start CF on boot, however when you reboot the server ColdFusion does not actually start.  You can start it manually, but it does not auto-start
.

Steps to Reproduce:
1. Install CF11 on Ubuntu 14.x
2. Choose yes when asked if you want CF to auto-start at boot.
3. Once installation is complete, reboot.

Actual Result:
ColdFusion service does not start

Expected Result:
ColdFusion service to start.

Any Workarounds:
You have to manually start CF.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3859966

External Customer Info:
External Company:  
External Customer Name: Abram Adams
External Customer Email:  
External Test Config: My Hardware and Environment details: Ubuntu 14 x64

Attachments:

Comments:

BTW, the bug tracker's "language and platforms" section does give the option for Ubuntu 14, which is supported and is the platform I am running.
Comment by External U.
9845 | December 01, 2014 12:35:15 PM GMT
It looks like the startup script is expecting chkconfig, but in Ubuntu it should use update-rc.d. To add coldfusion to startup you need to edit the cf_root/cfusion/bin/coldfusion script to include the following (just below the #!/bin/sh): ### BEGIN INIT INFO # Provides: coldfusion # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Starts Coldfusion 11 on system boot # Description: Start Coldfusion 11 when the system boots ### END INIT INFO then in the same file, change the CF_DIR to the physical install location (i.e. CF_DIR="/opt/coldfusion11/cfusion/") Then save and close the file and cd to /etc/init.d and issue the following: sudo ln -s /opt/coldfusion11/cfusion/bin/coldfusion Then finally update rc.d by issuing the following: sudo update-rc.d coldfusion defualts This is a hack, not a fix. Adobe should get this fixed in the installer.
Comment by External U.
9846 | December 01, 2014 01:25:40 PM GMT
This issue is fixed in bug # CF-3781603, which will be available in HF3 full installer. (Comment added from ex-user id:prk)
Comment by Adobe D.
9847 | December 09, 2014 02:01:25 AM GMT