4 Dec
2002
4 Dec
'02
11:39 a.m.
Before your Zope hangs completely, [skipp] Errmm.... How I can log-in to *dead* Zope, then go to the Control_Panel a= nd=20 see a Debug Information there? ;-)
hm, good question ;-) maybe do not start Zope at all, but load it via the debugger; see e.g.: http://www.zope.org/Members/mcdonc/HowTos/UsingTheZopeDebugger http://www.zope.org/Members/michel/HowTos/TheDebuggerIsYourFriend (or something else You get by a search for 'debugger' on zope.org) I hope You can 'import Zope' from the debugger commandline without hang, and then investigate why the requests cause zope to hang by stepping through the equivalent python call. HTH, clemens