At 14:57 19/11/99 , Jim Cain wrote:
I am running Zope through Apache, and when I access /manage, I get the following error each time:
Traceback (innermost last): File "/opt/Zope/z2.py", line 583, in ? asyncore.loop() File "/opt/Zope-2.1.0b2-src/ZServer/medusa/asyncore.py", line 107, in loop poll_fun (timeout) File "/opt/Zope-2.1.0b2-src/ZServer/medusa/asyncore.py", line 66, in poll x.handle_error() File "/opt/Zope-2.1.0b2-src/ZServer/medusa/asyncore.py", line 321, in handle_error self.close() File "/opt/Zope-2.1.0b2-src/ZServer/PCGIServer.py", line 261, in close p.more() # free up resources held by producer File "/opt/Zope-2.1.0b2-src/ZServer/Producers.py", line 108, in more getattr(self.logger, self.method)(self.bytes) File "/opt/Zope-2.1.0b2-src/ZServer/PCGIServer.py", line 229, in log_request time.gmtime(time.time()) TypeError: illegal argument type for built-in operation
Zope dies after this. I have tried both the source and Intel binary versions and get the same error.
This is a python error. What version of Python have you got installed? Make sure you have Python 1.5.2 (with threads) as the only python install on your system. -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------