jmeterload-testingjmeter-5.0

jmeter - getting error code 500 from working server


Hello, everyone!

I'm trying to do a JMeter load testing on a service and currently I'm stuck with getting error code 500 from a working server.

The cURL command I've used as a reference works fine - I'm getting an OK 200 response, but the JMeter test plan created with Tool -> Import from cURL doesn't.

Notes:

<my pod> --> <balancer with VIP(virtual IP)> --> <one of two HAProxy servers> --> <target service> 

What can be the cause of these errors?


Solution