RMI on Win2K network loss problem
843793Jun 26 2003 — edited Jun 30 2003I have two lots of code on the same machine running in seperate JVM's talking via RMI (and also talking over a network with other software via JMS). When the network goes down the code works for a bit then randomly throws a RMI exception due to one set of code not being able to talk to the other via RMI due to the network being down. The IP address is no longer 127.0.0.1 but the IP address of the machine running the code.
Is this a known RMI issue ? (We are starting the code internally due to W2K not liking the RMI server) or are we not setting a known variable properly, or something ?