Zope 2.4 dies when viewing manage page on Win95
Hi I've got Zope 2.4 installed on my Win95 box (don't have a unix box around for testing...), but after some fiddling around, I seem to have got it into a state where it crashes whenever I try and view the manage screen. I think this might be related to the MySQL DA product - after I installed Zope, I installed mysql, mysqldb and the MySQL DA product. I noticed that whenever I tried to make open a Z MySQL connection, the Zope server crashed, and was going to debug that this morning - however, I now cannot access Zope at all. Unfortunately, the debug output is pretty minimal - any hints on how to try and figure out where exactly this problem is coming from? Here's what I get as output from the DOS box Zope is running in: C:\Program Files\WebSite>"C:\Python21\python.exe" "C:\Program Files\WebSite\z2.p y" -D ------ 2001-10-01T06:15:33 INFO(0) ZServer HTTP server started at Mon Oct 01 08:15:33 2 001 Hostname: 10.0.1.3 Port: 8080 ------ 2001-10-01T06:15:34 INFO(0) ZServer FTP server started at Mon Oct 01 08:15:34 20 01 Hostname: reb.leftside.wcape.school.za Port: 8021 ------ 2001-10-01T06:15:35 INFO(0) ZServer PCGI Server started at Mon Oct 01 08:15:35 2 001 Inet socket port: 8090 Traceback (most recent call last): File "C:\Program Files\WebSite\z2.py", line 774, in ? asyncore.loop() File "C:\PYTHON21\lib\asyncore.py", line 194, in loop poll_fun (timeout, map) File "C:\PYTHON21\lib\asyncore.py", line 86, in poll r,w,e = select.select (r,w,e, timeout) select.error: (0, 'Error') And here is the tail of Z2.log: 127.0.0.1 - pvh [01/Oct/2001:08:16:31 +0200] "GET /manage HTTP/1.1" 200 1102 "" "Opera/5.12 (Windows 95; U) [en]" 127.0.0.1 - pvh [01/Oct/2001:08:16:32 +0200] "GET /manage_top_frame HTTP/1.1" 200 1402 "http://localhost:8080/manage" "Opera/5.12 (Windows 95; U) [en]" 127.0.0.1 - pvh [01/Oct/2001:08:16:33 +0200] "GET /manage_workspace HTTP/1.1" 302 427 "http://localhost:8080/manage" "Opera/5.12 (Windows 95; U) [en]" 127.0.0.1 - pvh [01/Oct/2001:08:16:34 +0200] "GET /p_/zopelogo_jpg HTTP/1.1" 200 3090 "http://localhost:8080/manage_top_frame" "Opera/5.12 (Windows 95; U) [en]" 127.0.0.1 - pvh [01/Oct/2001:08:16:34 +0200] "GET /manage_page_style.css HTTP/1.1" 200 2894 "http://localhost:8080/manage_top_frame" "Opera/5.12 (Windows 95; U) [en]" Thanks for any hints, Peter -- Peter van Heusden pvh@leftside.wcape.school.za Tel: +27 (0)83 256 0457
participants (1)
-
pvh@leftside.wcape.school.za