Non HTTP response code: java.net.NoRouteToHostException


1. Change "Implementation" of your HTTP Requests to HTTPClient4

2. Add the next 2 lines to user.properties file (usually lives under /bin folder of your JMeter installation)

httpclient4.retrycount=1
hc.parameters.file=hc.parameters

3. In hc.parameters file (also lives under JMeter's /bin folder) uncomment the following line:

http.connection.stalecheck$Boolean=true

Comments