Coldfusion MX on Linux Posted on November 30th, 2004 by

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.

Contact Us

Phone: 507-933-6111
Email: helpline@gustavus.edu
Web: https://gustavus.edu/gts
Blog: https://gts.blog.gustavus.edu
Remote Support: https://sos.gac.edu
System Status: https://gustavus.freshstatus.io

Sign up for our newsletter.

Receive a daily digest anytime we post something new.

We don’t spam! Unsubscribe at any time!

 


One Comment

  1. I’ve just been re-installing an old version of ColdFusion and came across this same problem.. Thanks for your help

    Martin