You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see they are connecting. If I insert a wrong address on the client I get an error. And if I terminate while the client is 'freezing' the client throws an exception.
There are no firewall issues. I can run simulator (java based benchmark/soak test environment) on the environment without problems. I explicitly set the ports since I know these are open.
When I place both client and server in -block mode and kill the server when the client is connecting, the client starts to output
Hi Nitsan,
I'm trying your tool in EC2 and can't seem to get it working.
on server:
java -jar lib/java-ping.jar -client -select 10.0.0.228 5701 1
java -jar lib/java-ping.jar -server -block 10.0.0.228 5701
On the client I can see:
But nothing happens.
I can see they are connecting. If I insert a wrong address on the client I get an error. And if I terminate while the client is 'freezing' the client throws an exception.
There are no firewall issues. I can run simulator (java based benchmark/soak test environment) on the environment without problems. I explicitly set the ports since I know these are open.
When I place both client and server in -block mode and kill the server when the client is connecting, the client starts to output
Even though the java server has been killed with a 'killall -9 java'. So there is nothing running but the client is still reporting latencies
The text was updated successfully, but these errors were encountered: