Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
nhyder #1
Trouble installing CFMX7 on SLES9
I have successfully installed CFMX701 on one SuSE Linux Enterprise server 9,
but cannot install on a virtually identical one. I have asked support several
times but I don?t think they have got any ideas yet; perhaps someone else may
have some suggestions.
I have downloaded the coldfusion-701-lin.bin executable from the Macromedia
trials downloads page and placed into the /tmp directory. Next, I changed the
permissions on the file to allow root to execute (chmod u+x). As the
instructions said, I then executed "./coldfusion-701-lin.bin -i gui" to run the
installer in GUI mode.
I then went through, entering my licence key, selecting apache2 configs etc.
The install completes, but with errors. Any suggestions would be most welcome.
Extract of the log file is below:
Install Begin: Thu Oct 13 10:07:14 BST 2005
Install End: Thu Oct 13 10:10:11 BST 2005
Created with Zero G's InstallAnywhere 6.1 Enterprise Build 2328
Summary
-------
Installation: Successful with errors.
59 SUCCESSES
0 WARNINGS
4 NONFATAL ERRORS
0 FATAL ERRORS
Action Notes:
None.
Install Log Detail:
[...CUT...]
Modify Text File - Single File: cfmx-init.sh
Status: SUCCESSFUL
ANT Script Error:
Status: ERROR
Additional Notes: ERROR - standalone.xmlExecute
failed: java.io.IOException: java.io.IOException: chmod: not found
Custom Action: com.macromedia.ia.action.ExecuteANTScriptAction
Status: SUCCESSFUL
Install File: /opt/coldfusionmx7/jrun-config.zip
Status: SUCCESSFUL
Install File: /opt/coldfusionmx7/license.txt
Status: SUCCESSFUL
Install File: /opt/coldfusionmx7/Readme.htm
Status: SUCCESSFUL
ANT Script Error:
Status: ERROR
Additional Notes: ERROR -
standalone.xml/opt/coldfusionmx7/lib not found.
Custom Action: com.macromedia.ia.action.ExecuteANTScriptAction
Status: SUCCESSFUL
Modify Text File - Multiple Files: No target chosen
Status: SUCCESSFUL
ANT Script Error:
Status: ERROR
Additional Notes: ERROR -
unix_basic_commands.xmlsrcdir does not exist!
Custom Action: com.macromedia.ia.action.ExecuteANTScriptAction
Status: SUCCESSFUL
ANT Script Error:
Status: ERROR
Additional Notes: ERROR -
prepare-cfmx-unix-connectors.xmlError adding connector to webserver: Apache
CommandLine:
ErrorString: Execute failed: java.io.IOException: java.io.IOException: chmod:
not found
Custom Action: com.macromedia.ia.action.WSConfigAction
Status: SUCCESSFUL
[...CUT...]
nhyder Guest
-
Help! CFMX7 stalls on installing at "Installing WebServer Connectors"
I hope someone can help with this - I am currently doing an install (fresh = no other CF versions on server) on a small production server - the... -
Installing CFMX7 on SuSE, apache2 (RPM-based)
I can't get the coldfusion MX 7 connector to compile and run correctly to work with apache2. (prefork version) I've followed the directions here,... -
ZipException when installing CFMX7
Install SpeedFolder: Status: FATAL ERROR Additional Notes: FATAL ERROR - Error Installing Folder Contents: java.util.zip.ZipException: invalid... -
Installing CFMX7 on Windows ME
Hi, I've tried to install CFMX7 four times now, and everytime I've run into the problem of it just stopping at 'Creating Coldfusion directory' I've... -
Trouble installing GD
I'm trying to install the perl GD 2.16 library and make is failing. I have tried all of the suggestions in Linclon's README (except I haven't... -
BKBK #2
Re: Trouble installing CFMX7 on SLES9
Check whether you typed "chmod" or "chmod:".
BKBK Guest
-
nhyder #3
Re: Trouble installing CFMX7 on SLES9
Before executing, I typed:
chmod u+x coldfusion-701-lin.bin
So that I could then do:
./coldfusion-701-lin.bin -i gui
to execute from the current (temporary directory "/tmp") as root. The
installer appears to run okay, but just with "non-fatal" errors. I have tried
using just console instead of GUI and still get same result.
I know the install did not complete properly, as in reality the resulting
/opt/coldfusionmx7/ directory does not seem to have execute bits set for any
files. Also, there is a jrun-config.zip file in there and that isn?t present on
the server that worked?
nhyder Guest
-
BKBK #4
Re: Trouble installing CFMX7 on SLES9
What happens when you add read and write permissions? That is,
chmod u+rwx coldfusion-701-lin.bin
I suspect a permissions problem.
BKBK Guest
-
sdupre #5
Re: Trouble installing CFMX7 on SLES9
It's saying "chmod not found". The ant script and connector installer uses
chmod to change permissions on files,etc.
Make sure the env you install in has a PATH that includes "chmod". That
sounds strange.
Stephen Dupre
Macromedia QA
sdupre Guest
-
nhyder #6
Re: Trouble installing CFMX7 on SLES9
Thank you Stephen!
For some strange reason, all files in the /bin directory didn't have the user
execute bit set, chmod being one of them. I can only assume I must have tried
to make the server more secure and removed execute permissions from user as
opposed to other by mistake at some time.
First part of install now completed withour error. I will now set-up
connectors - have done this on other box so should be okay.
nhyder Guest



Reply With Quote

