Am 15.08.2015 um 03:13 schrieb Bob:
> Hi,
>
> In "HTTP Request Defaults" after changing "Implementation" from null
> to "Java" getting errors:
>
> 2015/08/15 06:10:19 INFO - jmeter.protocol.http.sampler.HTTPJavaImpl:
> Error Response Code: 304, Server sent no Errorpage
> 2015/08/15 06:10:20 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
> readResponse: java.io.EOFException
> 2015/08/15 06:10:20 INFO - jmeter.protocol.http.sampler.HTTPJavaImpl:
> Error Response Code: 304, Server sent no Errorpage
> 2015/08/15 06:10:20 ERROR - jmeter.protocol.http.sampler.HTTPJavaImpl:
> readResponse: java.io.EOFException
> 2015/08/15 06:10:20 INFO - jmeter.protocol.http.sampler.HTTPJavaImpl:
> Error Response Code: 304, Server sent no Errorpage
>
> What does it mean and how to fix it?
An easy fix would be to change your sampler implementation back to
httpclient :)
Can you look at the responses of your site, when it generates the 304?
It looks like it is empty and that that is the reason for the java http
sampler to comlain.
Regards,
Felix
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org
|