Reputation: 888
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
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:
Upvotes: 2