Re: Flup:Unhandled Exception

2009-02-08 Thread Dj Gilcrease
On Sun, Feb 8, 2009 at 11:17 PM, madhav wrote: > checked the lighttpd logs, all I see is "Interface Error/Connection > already closed." Its only occuring when my applicaiton is running in > FCGI mode. so the problem is with how flup is actually dealing with my > code(application). This actually

Flup:Unhandled Exception

2009-02-08 Thread madhav
Hi all, I am facing the dreaded "Unhandled Exception" raised by Flup. The sad part is its raised at the webserver(lighttpd+flup) level and not at the application level(Django). So no 500 email is raised about where the problem is. Our entire team struggled hard to cleanup the codebase, incase of a