[Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jehiah Czebotar
I'm in the process of upgrading to Webware 1.0 and when i'm trying use use webkit (via mod_webkit2) i get this error File /usr/local/Webware/WebKit/ThreadedAppServer.py, line 916, in receiveDict return loads(chunk) EOFError: EOF read where object expected I am only having this problem on

Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jason Hildebrand
Hi Jehiah, Is this happening on some requests (occasionally), or on every request? If only occasionally, it's possible that some network tool or software is connecting directly to your appserver (on port 8080 or whatever you are using), and that the request is not coming via Apache. I've seen

[Webware-devel] [ webware-Bugs-2524767 ] bug in ThreadedAppServer handling data across multiple packe

2009-01-20 Thread SourceForge.net
Bugs item #2524767, was opened at 2009-01-20 21:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=104866aid=2524767group_id=4866 Please note that this message will contain a full copy of

Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jehiah Czebotar
Thanks for the ideas Jason, i actually just nailed the problem (after troubleshooting along with a few other people for a few days) I opened this bug for it (with a patch attached) https://sourceforge.net/tracker2/?func=detailaid=2524767group_id=4866atid=104866 It's a problem in

Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Christoph Zwerschke
Jason Hildebrand schrieb: If only occasionally, it's possible that some network tool or software is connecting directly to your appserver (on port 8080 or whatever you are using), and that the request is not coming via Apache. I've seen this happen; the solution is to firewall the