Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Peter Freitag / Peter Freitag (Peter Freitag)
Created: 03/06/2014
Components: Installation/Config
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: PublicBeta /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux CentOS 6.4
Vote Count: 0
Problem Description:
I had to run cf-init.sh to create the startup script in /etc/init.d/ since the installer didn't do this for me (filed bug for this #3719096). The init script that it creates does not work.
Steps to Reproduce:
Run linux installer, then execute cf-init.sh
Actual Result:
It creates the script coldfusion_SplendorBeta but when you run it you get the following error:
/etc/init.d/coldfusion_SplendorBeta: line 22: /etc/init.d/../bin/parseargs: No such file or directory
Expected Result:
Expect that it starts CF.
Any Workarounds:
The problem is that the startup script has the following for CF_DIR
CF_DIR=$(cd "$(dirname "$0")"; pwd)/..
So if you change the value of CF_DIR manually in the script it will work, but that is not something the user should have to do.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3719102
External Customer Info:
External Company:
External Customer Name: pete_freitag
External Customer Email:
External Test Config: My Hardware and Environment details:
CentOS 6.5 64 Bit
Attachments:
Comments: