[Zope] unexpected hangs and how to troubleshoot

Dieter Maurer dieter@handshake.de
Thu, 11 Jul 2002 21:28:29 +0200


Ed Colmar writes:
 > One thing I notice that might be affecting it is that for some reason 
 > after starting zope in my terminal window with "./start &" I am unable to 
 > properly disconnect from the server.  I have to close the window, and 
 > me ssh client asks me if I want to disconnect.
 > 
 > Could this be affecting it?
Does your Zope tries to output something to "the console"?

Start it with "nohup", with "STUPID_LOG_FILE=<your log file>"
or redirect stdout and stderr explicitely.


Dieter