Copy link to clipboard
Copied
Nightmare on RHEL5 x64 with Coldfusion 8.0.1 x64 and Apache 2.2.3.
CF8 installs fine and apache_connectors properly create the jrun module for Apache 2.2.3
Problem is when I try and restart coldfusion (service coldfusion_8 restart) we are getting this error in the httpd logs:
[Tue Apr 21 14:14:28 2009] [notice] jrApache[4729: 37066] 127.0.0.1:51800 connect failed[12]: 111 111 Connection refused
[Tue Apr 21 14:14:28 2009] [notice] jrApache[4729: 37066] Couldn't initialize from remote server, JRun server(s) probably down.
From what I can tell the wsconfig settings simply disapear (/opt/coldfusion8/runtime/lib/wsconfig/1 was there but now completely gone).
When I try to rebuild the jrun modules for httpd, I always get "Could not connect to any JRun/Coldfusion servers on host localhost"
What's strange if I do a "ps aux | grep jrun" I see:
nobody 5135 0.0 0.0 8364 704 ? S 14:17 0:00 /opt/coldfusion8/runtime/bin/coldfusion8 -jar jrun.jar -autorestart -start coldfusion
nobody 5137 0.1 0.3 1046628 110840 ? Sl 14:17 0:03 /opt/coldfusion8/runtime/bin/coldfusion8 -jar jrun.jar -start coldfusion
root 5477 0.0 0.0 962172 28992 pts/0 Sl+ 14:31 0:00 ./jrun start
root 5497 0.4 0.5 1141988 185556 pts/0 Sl+ 14:31 0:10 /opt/coldfusion8/runtime/bin/jrun -nohup -start -childVM coldfusion
Any assistance would be appreciated!
Thanks,
~ Jon
Copy link to clipboard
Copied
A similar problem arose when Linux couldn't configure the connection. It needed the extra libraries httpd-develop, apr-develop and apr-util-develop. Install them and re-install Coldfusion.