Search code examples
jmeterperformance-testing

JMeter gives "The target server failed" Error


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?


Solution

  • disable KeepAlive. worked for me.