JMeter gives "The target server failed" Error

Selvakumar Ponnusamy picture Selvakumar Ponnusamy · May 26, 2014 · Viewed 19.5k times · Source

We use Jmeter to do performance testing. I gave 10 threads(10 users) with ramp up time 60 secs, 4 out 10 users failing to logout getting org.apache.http.NoHttpResponseException: The target server failed to respond

Our script works this way. User logs in, access list page and do one submit operation and access the details page of the submit. Every user does three times and logs out. When I have just one time instead three time it works well, But when I configure the script to do for three times then I face above mentioned error.

Im not really not sure is it some thing related to Jmeter settings or server settings?

Answer

Kaushal picture Kaushal · Aug 10, 2014

disable KeepAlive. worked for me.