Hi,
Sorry For the Delayed Response,
Here is the Stack Trace.
java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
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: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)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:318)
I use HttpClient instance for each thread. Is that the correct way
HttpClient Instance should be used
Roland Weber wrote:
>
> Bala mani wrote:
>> Hi,
>> I am performing Load Testing for a web based application and
>> when the load size reaches 100 users. the Httpclient modules throws
>> Software
>> Caused Connection Abort Exception.
>
> Where is the stack trace? What are the limits you configured
> on the server side?
>
> cheers,
> Roland
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Hi-Encountered-Software-Caused-Connection-Abort-Exception-tf4730932.html#a13542965
Sent from the HttpClient-User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]