I am getting following exception trace :
java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeou
I get this error in the case, when a SSH-Client from outside the LAN, holding the SSH-Server, is trying to connect to the server and RMI is involved to let the client execute RMI-methods on the server. The reason is the unreachability (missing route) of the server. Seems that all the stated cases are related to that reason.