my zope server is repeatedly crashing when I access various objects. One object is a python script that worked after I created it. Another object is a folder object containing stx docs. There's nothing unusual about the folder. I can access it via the managment interface, but it will cause zope to restart if I just browse the folder object. I thought I had some corruption in the zodb file, so I compacted it - thinking that if there were problems in it then that would show them. But, it compacted without error.. Attached is the zope debug log parsed by the untility on zope.org. It's meaningless to me. anyone have advice? python dba.py debug.log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . request 147873868 did not end B 147873868 2003-02-26T22:00:22 GET /technicalDocuments/showUA/manage_ I 147873868 2003-02-26T22:00:22 0 request 147882572 did not end B 147882572 2003-02-26T22:01:53 GET /technicalDocuments/docStore/ I 147882572 2003-02-26T22:01:53 0 request 000000000 did not end U 000000000 2003-02-26T22:01:54 System startup U 000000000 2003-02-26T22:04:10 System startup request 142482284 did not end B 142482284 2003-02-26T22:04:09 GET /technicalDocuments/docStore/ I 142482284 2003-02-26T22:04:09 0 request 150460908 did not end B 150460908 2003-02-26T21:51:39 GET /technicalDocuments/docStore/usingAFSinCOPP I 150460908 2003-02-26T21:51:39 0 -- David Bear College of Public Programs/ASU Mail Code 0803
This sounds a bit like a problem some people were chasing a couple years ago: http://www.zope.org/Members/tseaver/Projects/HighlyAvailableZope/MarcusColli... Some more information on your Zope version, OS, other configurations would probably be helpful. Dylan At 09:09 PM 2/26/2003, David Bear wrote:
my zope server is repeatedly crashing when I access various objects. One object is a python script that worked after I created it. Another object is a folder object containing stx docs. There's nothing unusual about the folder. I can access it via the managment interface, but it will cause zope to restart if I just browse the folder object. I thought I had some corruption in the zodb file, so I compacted it - thinking that if there were problems in it then that would show them. But, it compacted without error.. Attached is the zope debug log parsed by the untility on zope.org. It's meaningless to me. anyone have advice?
python dba.py debug.log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . request 147873868 did not end B 147873868 2003-02-26T22:00:22 GET /technicalDocuments/showUA/manage_ I 147873868 2003-02-26T22:00:22 0
request 147882572 did not end B 147882572 2003-02-26T22:01:53 GET /technicalDocuments/docStore/ I 147882572 2003-02-26T22:01:53 0
request 000000000 did not end U 000000000 2003-02-26T22:01:54 System startup U 000000000 2003-02-26T22:04:10 System startup
request 142482284 did not end B 142482284 2003-02-26T22:04:09 GET /technicalDocuments/docStore/ I 142482284 2003-02-26T22:04:09 0
request 150460908 did not end B 150460908 2003-02-26T21:51:39 GET /technicalDocuments/docStore/usingAFSinCOPP I 150460908 2003-02-26T21:51:39 0
-- David Bear College of Public Programs/ASU Mail Code 0803
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
David Bear wrote:
my zope server is repeatedly crashing when I access various objects. One object is a python script that worked after I created it.
It could also be that one of the scripts are writing to the console. But if there is no console it can bring Zope to a halt. In that case you need to start Zope with a nohup. regards Max M
participants (4)
-
Andreas Jung -
David Bear -
Dylan Reinhardt -
Max M