You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Major, Michael T" <mi...@lmco.com> on 2005/05/26 01:36:08 UTC

error in log file.

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

but the test just goes on, and then I eventually get the following
message in my Response Data tab of my listener:

java.net.SocketException: Unexpected end of file from server
 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?

Thank you,

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: error in log file.

Posted by sebb <se...@gmail.com>.
On 5/26/05, Major, Michael T <mi...@lmco.com> 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: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org