morellik wrote:
> I wrote an application in CP3 to manage the user's home
directories. I
> access to the application using HTTPS.
> The applications works for a while until it doesn't
respond.
> In the log i have:
> Exception in thread CP WSGIServer Thread-4:
> Traceback (most recent call last):
> File "/usr/lib/python2.4/threading.py",
line 442, in __bootstrap
> self.run()
> File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
> __init__.py", line 691, in run
> conn.communicate()
> File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
> __init__.py", line 644, in communicate
> req.simple_response("500 Internal Server
Error", format_exc())
> File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
> __init__.py", line 392, in simple_response
> self.sendall("".join(buf))
> File
"/usr/lib/python2.4/site-packages/cherrypy/wsgiserver/
> __init__.py", line 512, in ssl_method_wrapper
> raise socket.error(errno)
> error: 32
On most platforms, socket error 32 occurs when the client
closes the
connection before the server. In many cases, this is normal
behavior and
is ignored by wsgiserver. Only you can say if this is normal
behavior
for your application at the time it occurs.
Do you experience the same problem when you're not using
SSL?
Robert Brewer
System Architect
Amor Ministries
fumanchu amor.org
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|