Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMI on Win2K network loss problem

843793Jun 26 2003 — edited Jun 30 2003
I 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 ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2003
Added on Jun 26 2003
8 comments
119 views