Jmeter Exception response code :000 ,response message:Read timed out,for Java Web service?

Posted by vipin k. on Stack Overflow See other posts from Stack Overflow or by vipin k.
Published on 2009-11-24T10:58:16Z Indexed on 2010/06/17 7:03 UTC
Read the original article Hit count: 467

Filed under:

I am testing a java web service(jax-ws),but whenever i am running the test i am getting
response code as response message:Read timed out .

And at tomcat serevr side i am getting exception :

SEVERE: caught throwable
ClientAbortException:  java.net.SocketException: Connection reset by peer: socket write error
        at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:358)
        at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:354)
        at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:381)
        at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:370)
        at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)

I found out that Read timed out exception may occur because of big size of SOAP response. But i am clue less because same web service i can access form an application.

© Stack Overflow or respective owner

Related posts about jmeter