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?

Anonymous
  • 858
  • 4
  • 27
  • 54
  • Have a look at this [question](http://stackoverflow.com/questions/19824339/java-simple-code-java-net-socketexception-unexpected-end-of-file-from-server)... – Iske Aug 05 '16 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. – Anonymous Aug 05 '16 at 12:43

1 Answers1

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 ....
UBIK LOAD PACK
  • 33,980
  • 5
  • 71
  • 116