So if my clients are closing the socket before it's done. Then would that cause a jetty server to keep creating new threads and not releasing old ones? The reason I ask is my thread count just keeps climbing and once it reaches its Max Threads, Jetty goes catatonic.
Thanks, Charlie On Mar 29, 6:21 am, Alan Williamson <[email protected]> wrote: > Sounds like they are closing the socket down before its finished > > On 29/03/2012 09:12, Skellington wrote: > > > > > > > > > Hello, > > I'm running in to a issue and I'm not sure how to track down problem. > > > I'm getting the following error message from Jetty, and I would like > > to know which of my method(s) in my Web service is causing the issue. > > > Thanks, > > Charlie > > > Mar 29, 2012 6:08:03 AM org.apache.axis.Message writeTo > > SEVERE: java.io.IOException: > > org.eclipse.jetty.io.EofException > > at > > org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java: > > 921) -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
