> The Unix Error 111 seems to be tied to some C libraries, so I'm back to
> that crap once again...

The ColdFusion web server module is attempting to connect to the socket used
for communication between the web server and the cfserver process
(/tmp/cfserver).
When the cfserver process crashes (logged in server.log) due to something
bad happening
(like trying to load bad Oracle libraries) the web server module will get a
"Connection refused" error (errno 111 - see /usr/include/sys/errno.h) on
this
socket.

The text of the message is correct: The server isn't running at the time of
the request. You are also correct that cfexec is very good at its job and 
restarts the server as soon as it exits.

--
Tom Jordahl
MacroMedia Server Development


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to