[Zope] Zope hangs during load (Panic!)

Dieter Maurer dieter at handshake.de
Tue Mar 2 14:35:30 EST 2004


Petter Holmström wrote at 2004-3-2 10:01 +0200:
> ...
>When I now try to access the zope-server via a webbrowser nothing 
>happens, I just get a "Waiting for [hostname]...." until a time-out occures.

Use "gdb" and attach to the main process.
Use "info threads", "thread <threadno>" and "backtrace" to learn about
the various threads, select a thread and show where it is lingering.

-- 
Dieter



More information about the Zope mailing list