Re: RMI Problems

2000-03-16 Thread Chris Abbey
I think you're hitting one of the problems with RMI on multi-homed machines, the stubs hold a liveref object which contains an address and a port. On a machine with multiple addresses you sometimes endup shipping a stub that contains an address on the "wrong" interface. Take for example my setup w

Re: RMI Problems

2000-03-16 Thread ice
[EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: RMI Problems Forwarded by: [EMAIL PROTECTED] > Sounds like you're exporting an RMI URL with //localhost (127.0.0.1) from > one machine. If you're constructing the RMI URL by invoking the InetAddress > get

Re: RMI Problems

2000-03-16 Thread Alexander V. Konstantinou
Sounds like you're exporting an RMI URL with //localhost (127.0.0.1) from one machine. If you're constructing the RMI URL by invoking the InetAddress getLocalHost() method, that may be returning the loop-back interface address. I thought this problem was solved with the latest JDK, but you can w

Re: RMI Problems

2000-03-16 Thread David Marshall
[EMAIL PROTECTED] wrote: > I have been attempting to get an RMI Client and Server to run using > 2 Linux boxes running Red Had 6.1 (one dual boots 95). The Client > and Server are "textbook" examples. > > I have run them succesuffly on Win95, WinNT and Solaris > networks. When I run both on the