On Fri, 2008-12-19 at 08:45 +0530, Sukrit Dhandhania wrote: > Hi, > > I'm using HttpClient 3.0 [stable] on a Linux box. I randomly get the > following error. I've tried a number of possible solutions to try and > make this go away, with little luck. Would anyone on the list have a > possible solution? >
This usually means the connection got terminated on the other end before the request / response sequence has been fully completed. Oleg > java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at java.io.BufferedInputStream.fill(Unknown Source) > at java.io.BufferedInputStream.read(Unknown Source) > at > org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:77) > at > org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:105) > at > org > .apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java: > 1115) > at > org.apache.commons.httpclient.MultiThreadedHttpConnectionManager > $ > HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java: > 1373) > > Thanks in advance, > Sukrit.D. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
