Re: getting error in sling

2009-06-17 Thread Felix Meschberger
Hi Tanmay, do you get this regularly ? Always on the same resource (or script/servlet) ? This looks like the client has terminated the connection before the service could send the response. Could it be some long-running processing on the server causing the client to time out and abort ? Regards

Re: getting error in sling

2009-06-17 Thread Bertrand Delacretaz
Hi, On Wed, Jun 17, 2009 at 3:26 PM, Tanmay Barman wrote: > ...Caused by: java.net.SocketException: Software caused connection abort: > socket write error >        at java.net.SocketOutputStream.socketWrite0(Native Method)... Seems to indicate a client-side problem, looks like Jetty is unable t

getting error in sling

2009-06-17 Thread Tanmay Barman
Hi All, In my Sling Application I'm having some sling error. 17.06.2009 18:46:52.696 *ERROR* [btpool1-2] org.apache.sling.engine.impl.SlingMainServlet service: Uncaught Throwable org.mortbay.jetty.EofException at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:760) at org.