Hi,
I use an
applet witch works with RMI. When I restart the RMI, It creates an exception as the following:
java.rmi.ConnectionIOException: Error creating connection to:
[fedcoop.coopsco.com:1945]; nested exception isL
java.net.NoRouteToHostException: Operation time out
at sun/rmi/transport/tcp/TCPChannel.openSocket (TCPChanell.java:242)
etc...
We use a firewall on the server for external clients.
Each time, we restart the RMIC, it creates the same problem. Is there a way to avoid this situation, because each time this happens, we have to re-open that certain port.
Your help would be greatfully appreciate.
Pierre