Unanswered question

Getting NL-NETWORK-03 ( java.net.ConnectException: Connection timed out: no further information)

I have executed a long 55 hrs load test from 2 machines. There are bursts of errors at a instance with this error. I have increased the socket connection of both the machines but, no luck.
Screenshot attached

Paras S.
Paras S.

Paras S.

Level
0
35 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This error means that the destination port is not reachable anymore. We can see from your screen shot that you got that error from your 2 load generators.

That means that one of your network device does not accept anymore the connections to your application. Obviously it can be your application that is overloaded or a firewall that blocked all the communications or any other network devices.

Check the common network path between your local and remote load generator and try to find the culpirit by removing (if possible) one by one the network devices.

For example, if you use VM's hosted by the same machine, try with another physical machine.