Jmeter No HTTP response code: java.net.SocketException

Jmeter response code error:

Response code: HTTP response code: java.net.SocketException

I made the following setup:

  • user.properties: httpclient4.retrycount = 1 and hc.parameters.file = hc.parameters
  • hc.parameters: http.connection.stalecheck $ Boolean = true
  • The Http request sampler is not set to "Use Keep alive" (since authentication takes more than 10 minutes for 100 users and above, and I am not interested in how long this authentication takes).

Request: httpclient4.retrycount = 1, the value must be set to 1 for n no. request or not value?

+4
source share
1 answer

, ?

  • , 1 1

Listner > script .

  1. -

Client-Server. . , SimpleServer, 3333. . , , . , SimpleClient, , SimpleServer . , . , , , SocketEception

, , script.

, .

+2

Source: https://habr.com/ru/post/1611571/


All Articles