tracker issue : CF-3719102

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

Error in init script when created using cf-init.sh

| View in Tracker

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:

fixed in the release build.
Comment by Piyush K.
13115 | April 10, 2014 05:18:54 AM GMT