On 5/26/05, Major, Michael T <[EMAIL PROTECTED]> wrote:
> Can anyone tell me how to see an error that JMeter runs into?
> 
> I see the following entry in my log file:
> 
> jmeter.engine.StandardJMeterEngine: Continue on error

This means that the test will continue if a sampler error is detected.
[Other possible options are: stop thread, stop test.]
 
> but the test just goes on, and then I eventually get the following

Yes, see above

> message in my Response Data tab of my listener:
> 
> java.net.SocketException: Unexpected end of file from server

This means that the server stopped sending data when more was expected.

>  at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:684)
>  at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)
>  at
> sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnectio
> n.java:1257)
>  at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:678)
>  at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)
>  at
> sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnectio
> n.java:1257)
>  at
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Ab
> stractDelegateHttpsURLConnection.java:168)
>  at
> com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.co
> nnect(HttpsURLConnectionOldImpl.java:122)
>  at
> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.j
> ava:464)
>  at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:590)
>  at
> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSampl
> erBase.java:578)
>  at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:281)
>  at java.lang.Thread.run(Thread.java:595)
> 
> 
> I think the two may be related.  Can anyone help?

They are not directly related.

I suggest you check the server log, if you have access to it.

> Thank you,
> 
> Mike
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to