One word -- Zope debugger. Look at the access log to find out what the last request was. Shut down the Zope process, then use the Zope debugger (Python debugger with extra potatos and gravy) to step into the request. There's documentation on the Zope debugger on the website. --Paul Paul Everitt Digital Creations paul@digicool.com 540.371.6909 ----------------------------------------- The Open Source Zope application server http://www.zope.org/
-----Original Message----- From: Robert Leftwich [mailto:robert@leftfieldcorp.com] Sent: Wednesday, August 04, 1999 9:00 AM To: 'zope@zope.org' Subject: [Zope] Zope Lockups
One of my clients has been having a problem with Zope locking up every time she changes something. It appears that Zope goes into a loop somewhere as there are no tracebacks or anything else to indicate an error except that the browser reports that the page is unavailable and any subsequent attempt to go to the management screens or any other part of the site fails.
The setup is as follows : Zope 1.10.3 (modified slightly to include the _on_delete_object() protocol and some timezones added to DateTime) running ZopeHTTPServer as localhost Windows NT4 (SP3) IE5
I can perform the same changes against a copy of her database without any problems on my test setup which is running an identical 1.10.3 installation on a NT4 (SP4)/IE5 machine.
Has anyone else seen this behaviour or anything like it ? Are there any issues with Zope/Python on an NT box and service pack 3 ?
Right now after spending most of this afternoon attempting to isolate the problem I am open to any and all suggestions as to how to track down the problem. The major difficulty is finding out what Zope/Python is doing when it goes off into the ether. Is there some way of breaking into looping Zope/Python code to find out what it is up to ?
Any and all help much appreciated
Robert Leftwich
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )