Having trouble getting Coldfusion MX 6.1 started on Red Hat Enterprise Linux AS release 3? Well, then I found the solution. For some reason, some time after everything was all setup and running, Coldfusion refused to start. All I got was an error message in the log files like this:
./coldfusionmx: line 1: 16766 Segmentation fault /bin/su httpd -s /bin/sh -c "export PATH=$PATH:/usr/local/coldfusionmx/runtime/bin; export LD_LIBRARY_PATH=$LD_LIBRARY_PATH; cd /usr/local/coldfusionmx/runtime/bin; nohup /usr/local/coldfusionmx/bin/cfusion -autorestart -start default &"
So, to fix it, I found a little help from one posting in a news group. Comment out the SUSE stuff in the startup file. So I commented out this stuff:
## if [ ! "$SUSEFLAG" ]; then ## LD_ASSUME_KERNEL=2.2.9 ## export LD_ASSUME_KERNEL ## fi
And thats all it took. Argh.
Leave a Reply