Response code:Non HTTP response code: java.net.SocketException Response message:Non HTTP response message
I have made following changes even though the error remains same
1.Change "Implementation" of all your HTTP Request samplers to HttpClient4.
2.Add the following properties in user. Properties file which located under /bin folder of your
JMeter installation:
httpclient4.retrycount=1
hc.parameters. File=hc.parameters
Add the next line to hc.parameters file (same location, JMeter's /bin folder)
3.http.connection.stalecheck$Boolean=true
Restart JMeter.