Anonymous
Anonymous

Reputation: 888

JMeter: java.net.SocketException: "Unexpected end of the file from server"

After executing script with 5k inputs from CSV, jmeter logs shows following error:

java.net.SocketException: "Unexpected end of the file from server"

Seems like server side has connection timeout set.

What would be the possible solution to get rid of this error?

Upvotes: 0

Views: 1397

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34526

If you updated your configuration to fix "too many files open" issue, then this means your server is facing Load issues and is overloaded.

There is no easy answer to this, as there is a big number of factor that can explain that among which:

  • network contention
  • firewall issue
  • server overloaded in CPU, disk, memory
  • Application not scalable
  • configuration issue in hard and/or software ....

Upvotes: 2

Related Questions