Hi All,

I deployed an app with uploading functionality to a server running  
FastCGI.
When I had it tested by my users, the site became completely  
unresponsive, returning nothing but Error 500's.

In the log I find a lot of these:
Unhandled exception in thread started by <bound method  
ThreadPool._worker of <flup.server.threadpool.ThreadPool object at  
0x825e10>>
Traceback (most recent call last):
   File "/usr/local/lib/python2.5/site-packages/flup-0.5-py2.5.egg/ 
flup/server/threadpool.py", line 103, in _worker
     job.run()
   File "/usr/local/lib/python2.5/site-packages/flup-0.5-py2.5.egg/ 
flup/server/fcgi_base.py", line 645, in run
     except (select.error, socket.error), e:
AttributeError: 'NoneType' object has no attribute 'error'

Does anybody know, what could cause this or (better yet) how to fix it?
best
dirk



-----------------------------
Dirk van Oosterbosch
de Wittenstraat 225
1052 AT Amsterdam
the Netherlands

http://labs.ixopusada.com
-----------------------------



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to