Zope hangs trying to edit a page template in ZMI
Hi, I have recently been testing Zope on Windows and Unix. On one of my machines, Zope will hang indefinitely whenever I try to edit a page template in the ZMI. I can create templates with no problem. I can view the template fine through a web browser, also. This happens on a HP-UX 11 machine with both Zope 2.6.1 and 2.6.2b5. I am running Python 2.2.3, and have not been able to get Python 2.1.3 compiled to see if it is a Python issue. There is no output in the zope server logs or in the ZMI when this hang happens. The browser will sit and wait to recieve a web response and the python process will run forever eating up CPU cycles. Output from the debug log follows: B 1087353656 2003-08-12T13:37:23 GET /dbtest/atemplate/manage_workspace I 1087353656 2003-08-12T13:37:23 0 A 1087353656 2003-08-12T13:37:24 302 431 E 1087353656 2003-08-12T13:37:24 B 1087353656 2003-08-12T13:37:24 GET /dbtest/atemplate/pt_editForm I 1087353656 2003-08-12T13:37:24 0 It looks like Zope is trying to fetch a script or execute a method (pt_editForm) on my page template object, but cannot locate it. I cannot find any pt_editForm script/method anywhere in the Zope installation. Any help would be appreciated. Thanks! ===== Chris Leonello cleonello@yahoo.com __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
Chris Leonello wrote at 2003-8-12 11:18 -0700:
... Zope hangs when editing page template ... It looks like Zope is trying to fetch a script or execute a method (pt_editForm) on my page template object, but cannot locate it. I cannot find any pt_editForm script/method anywhere in the Zope installation.
It is defined in ".../Products/PageTemplates/ZopePageTemplates.py". It uses the file in "www.ptEdit.pt". There is a HowTo on Zope.org about how to analyse a "spinning Zope" instance. Maybe, it helps you. Dieter
participants (2)
-
Chris Leonello -
Dieter Maurer