problem starting Zope 2a2 on Redhat 6
Hi, Just installed Zope 2 (a2) and am getting the following error on trying to start up ZServer: Unhandled exception in thread: Traceback (innermost last): File "/usr/local/src/Zope-2.0.0a2-src/ZServer/PubCore/ZServerPublisher.py", line 97, in __init__ response._finish() File "/usr/local/src/Zope-2.0.0a2-src/ZServer/HTTPResponse.py", line 214, in _finish self.stdout.close() File "/usr/local/src/Zope-2.0.0a2-src/ZServer/HTTPResponse.py", line 249, in close Wakeup() File "/usr/local/src/Zope-2.0.0a2-src/ZServer/medusa/select_trigger.py", line 80, in pull_trigger self.trigger.sendto (msg, self.addr) socket.error: (13, 'Permission denied') The server does actually start, but the response time is _very_ slow. It looks like it's trying to do something and then timing out for each item on a page. I'm using the quick start instrauctions (i.e. ZServer). I'm using Redhat 6, 2.2.9(ac6), Python 1.5.2. I'm getting the error message while simply trying to load the default management screen. I'm a complete Zope/Python newbie, so please excuse me if I've overlooked something obvious. I didn't have this problem with the first alpha. Any help would be appreciated! Many thanks, Mark
I had exactly this problem, after getting the latest CVS version, it went away. Try that, it worked for me. Phil phil@philh.org ----- Original Message ----- From: Mark Henderson <mark@toggle.net> To: <zope@zope.org> Sent: Monday, June 21, 1999 11:24 AM Subject: [Zope] problem starting Zope 2a2 on Redhat 6
Hi,
Just installed Zope 2 (a2) and am getting the following error on trying to start up ZServer:
Unhandled exception in thread: Traceback (innermost last): File "/usr/local/src/Zope-2.0.0a2-src/ZServer/PubCore/ZServerPublisher.py", line 97, in __init__ response._finish() File "/usr/local/src/Zope-2.0.0a2-src/ZServer/HTTPResponse.py", line 214, in _finish self.stdout.close() File "/usr/local/src/Zope-2.0.0a2-src/ZServer/HTTPResponse.py", line 249, in close Wakeup() File "/usr/local/src/Zope-2.0.0a2-src/ZServer/medusa/select_trigger.py", line 80, in pull_trigger self.trigger.sendto (msg, self.addr) socket.error: (13, 'Permission denied')
The server does actually start, but the response time is _very_ slow. It looks like it's trying to do something and then timing out for each item on a page. I'm using the quick start instrauctions (i.e. ZServer). I'm using Redhat 6, 2.2.9(ac6), Python 1.5.2. I'm getting the error message while simply trying to load the default management screen.
I'm a complete Zope/Python newbie, so please excuse me if I've overlooked something obvious. I didn't have this problem with the first alpha.
Any help would be appreciated!
Many thanks,
Mark
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Mark Henderson -
Phil Harris