ZServerSSL trouble
Hello all, I just installed ZServerSSL, and I'm having the following problem: I start Zope with the command, $ ./starts -w '' -f '' -W 8180 HTTPS=on and it appears to boot up without problems. However, when I try to access the default Zope page, Zope spits the following and dies: Traceback (innermost last): File "/home/ivan/src/Zope-2.1.6-src/z2s.py", line 681, in ? asyncore.loop() File "/home/ivan/src/Zope-2.1.6-src/ZServer/medusa/asyncore.py", line 107, in loop poll_fun (timeout) File "/home/ivan/src/Zope-2.1.6-src/ZServer/medusa/asyncore.py", line 55, in poll (r,w,e) = select.select (r,w,e, timeout) ValueError: filedescriptor out of range in select() This is my configuration: RedHat Linux 6.1 Python 1.5.2 (the RPM distribution in RH Linux 6.1) Zope 2.1.6 M2crypto 0.05-snap2 ZServerSSL 0.04 OpenSSL 0.9.5a Please help. Thanks, Ivan Raikov
On Tue, May 30, 2000 at 02:40:37PM -0400, Ivan Raikov wrote:
Traceback (innermost last): File "/home/ivan/src/Zope-2.1.6-src/z2s.py", line 681, in ? asyncore.loop() File "/home/ivan/src/Zope-2.1.6-src/ZServer/medusa/asyncore.py", line 107, in loop poll_fun (timeout) File "/home/ivan/src/Zope-2.1.6-src/ZServer/medusa/asyncore.py", line 55, in poll (r,w,e) = select.select (r,w,e, timeout) ValueError: filedescriptor out of range in select()
Any ideas, anyone? Ivan, if you skip the https bits and just run the http stuff, does it work?
RedHat Linux 6.1 Python 1.5.2 (the RPM distribution in RH Linux 6.1)
I've never encountered this, but I've never used RedHat 6.1. I've tested on RedHat 5.2; my Python and Zope were built from source, though. -- Ng Pheng Siong <ngps@post1.com> * http://www.post1.com/home/ngps
participants (2)
-
Ivan Raikov -
Ng Pheng Siong