Jmeter Exception response code :000 ,response message:Read timed out,for Java Web service?
- by vipin k.
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.