On Fri, 2007-11-02 at 05:28 -0700, Bala mani wrote: > Hi Sorry for not replying immediately. > I had problems with my internet connection. > java.net.SocketException: Software caused connection abort: recv > failed > at java.net.SocketInputStream.socketRead0(Native Method) > at java.net.SocketInputStream.read(SocketInputStream.java:129) > at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > at java.io.BufferedInputStream.read(BufferedInputStream.java:235) > at > org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:93) > at > org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:127) > at > org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1138) > at > org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1913) > at > org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1655) > at > org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1036) > at > org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:439) > at > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:192) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:403) > . > > Above is the stack trace. >
Bala mani "Software caused connection abort: recv failed" usually means the peer (web server in your case) abnormally terminated the connection, usually due to high load. Hope this helps Oleg > > olegk wrote: > > > > > > On Thu, 2007-11-01 at 16:25 +0100, Roland Weber wrote: > >> Where is the stack trace? > >> > > > > Roland > > > > Just do not waste your time on people who make _no_ effort of what so > > ever to properly describe the problem they are having and provide us > > with sufficient technical details or contextual information. We are not > > Salvation Army or something. If the problem is not worth their efforts > > it is certainly not worth ours. > > > > Oleg > > > >> --------------------------------------------------------------------- > >> 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] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
