0

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?

2
  • Have a look at this question... Commented Aug 5, 2016 at 12:33
  • I already went through this link, but what surprises me is after increasing heapsize in jmeter.sh, I no longer see "Too many files open" error but can see unexpected end of the file server. Commented Aug 5, 2016 at 12:43

1 Answer 1

2

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 ....
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.