Just to check. Did you test using Java, H3.1 and H4 implementations? All implementations throws that error?
Regrads. 2012/7/13 Niraj <[email protected]> > Hello Sebbaz, > > I am running test for single user and i am not able anything in error log > of server. > > Frequency is any one random request per on load test run. If i ran load > test for 5 users, one random request for per users fail with the mentioned > error. > > Thanks, > Niraj > > On Fri, Jul 13, 2012 at 2:35 PM, sebb <[email protected]> wrote: > > > On 11 July 2012 12:03, Niraj <[email protected]> wrote: > > > Hello All, > > > > > > I am running a Jmeter script in version 2.6. After running script in > > result > > > tree i am getting below mentioned error. But this error is not coming > to > > > any specific request. I am getting this error for any random request. > If > > i > > > ran test 1st time i am getting error for one png request. In next run > > same > > > png request passed successfully and error is seen for some different > > > request. > > > > > > Can someone please help me to resolve this issue? > > > > > > java.net.SocketException: Connection reset at > > > java.net.SocketInputStream.read(SocketInputStream.java:168) at > > > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) at > > > java.io.BufferedInputStream.read1(BufferedInputStream.java:258) at > > > java.io.BufferedInputStream.read(BufferedInputStream.java:317) at > > > sun.net.www.MeteredStream.read(MeteredStream.java:116) at > > > > This is almost certainly caused by the server dropping the connection, > > most likely because it is overloaded. > > > > Check the server logs to see if there is any relevant information. > > > > Does the frequency of the errors vary with the total load on the server? > > > > If it's not the server, then it must be some other part of the route > > between JMeter and the server, e.g. router/gateway. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
