[Zope] Zope-2.1.0b2 fails on access to management screen

Jim Cain jec@mgmt-inc.com
Fri, 19 Nov 1999 09:21:56 -0500 (EST)


On Fri, 19 Nov 1999, Martijn Pieters wrote:

> 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.

Yes, I have python 1.5.2 installed. I have used the same python
installation with Zope 2.0.1 and several versions before that.

Jim