Re: JK broken pipes trunk

2011-12-09 Thread Jacques Le Roux
Yes I confirm, you can easily reproduce by quitting a (long, like some in webtools) pending request in browser Jacques From: "Scott Gray" I was talking about scripts for deploying the demo instances, nothing to do with broken pipes. If you read more of that thread or others discussing broke

Re: JK broken pipes trunk

2011-12-07 Thread Scott Gray
I was talking about scripts for deploying the demo instances, nothing to do with broken pipes. If you read more of that thread or others discussing broken pipes you'll probably see I don't think it actually is an issue, just a common exception that occurs when a browser stops waiting for the se

Re: JK broken pipes trunk

2011-12-07 Thread Sumit Pandit
Thanks Scott for your reply :) I was asking, with reference of your comment in same thread that is - *"I have started writing some scripts to take care of this automatically, hopefully I'll finish it up this weekend. I suck at shell scripting so it takes a little while :-)" * I am using older ver

Re: JK broken pipes trunk

2011-12-07 Thread Scott Gray
Hi Sumit, The context included below doesn't really give me enough information to know what fix you are asking about. Regards Scott HotWax Media http://www.hotwaxmedia.com On 7/12/2011, at 12:08 AM, Sumit Pandit wrote: > Hi Scott, > > Is it fixed? Please share commit revision number. I am ge

Re: JK broken pipes trunk

2011-12-07 Thread Sumit Pandit
Hi Scott, Is it fixed? Please share commit revision number. I am getting same issue on old version where I need to merge script. -- Thanks and Regards Sumit Pandit On Mon, Apr 26, 2010 at 4:29 PM, Scott Gray wrote: > > BTW I will update and reboot trunk soon, because of the layered lookups, >

Re: JK broken pipes trunk

2010-04-26 Thread BJ Freeman
Looks like it is in the org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:559) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:227) This is repeatable. This is with the new Tomcat .26 in localhost mode. here is the actual error 2010-04-26 14:41:44,750 (http-0

Re: JK broken pipes trunk

2010-04-26 Thread Jacques Le Roux
Cool, thanks Scott (I suck too ;o) Jacques Scott Gray wrote: BTW I will update and reboot trunk soon, because of the layered lookups, more tests the better... I have started writing some scripts to take care of this automatically, hopefully I'll finish it up this weekend. I suck at shell s

Re: JK broken pipes trunk

2010-04-26 Thread Scott Gray
> BTW I will update and reboot trunk soon, because of the layered lookups, more > tests the better... I have started writing some scripts to take care of this automatically, hopefully I'll finish it up this weekend. I suck at shell scripting so it takes a little while :-) Regards Scott smime

Re: JK broken pipes trunk

2010-04-26 Thread Jacques Le Roux
From: "BJ Freeman" Yes this was with a recent nightly build. I notice that apj is using ChannelSockets. I use then nio package in my games and they are not very tolerant like sockets are. when these broken pipes occur ofbiz has attempted to report an error, could not find the error page in Contr

Re: JK broken pipes trunk

2010-04-26 Thread BJ Freeman
Yes this was with a recent nightly build. I notice that apj is using ChannelSockets. I use then nio package in my games and they are not very tolerant like sockets are. when these broken pipes occur ofbiz has attempted to report an error, could not find the error page in ControlSeverlet.java and at

Re: JK broken pipes trunk

2010-04-26 Thread Jacques Le Roux
This is the kind of error we got with stable demo, any with trunk demo so far Jacques From: "BJ Freeman" ClientAbortException: java.net.SocketException: Broken pipe from what I can garner from the different posts is that the AjP ofbiz uses is timming out. if someone is an expert at ajp they ca

JK broken pipes trunk

2010-04-25 Thread BJ Freeman
ClientAbortException: java.net.SocketException: Broken pipe from what I can garner from the different posts is that the AjP ofbiz uses is timming out. if someone is an expert at ajp they can work on it. otherwise It is on the list of things todo. 2010-04-25 13:22:47,993 (TP-Processor9) [ RequestHa