[EMAIL PROTECTED] wrote:
> 
> Hi RMI Gurus
> 
> I was heartened to see most of the names dealing with this question
> previously once again active in the search for an RMI Registry.
> 
> I would appreciate whatever light you can throw on my problem:
> 
> "Registry.[re]bind localhost/127.0.0.1 != spin.sgh-net.de/127.0.0.2"
> 
> Steps taken so far:-
> 
>         1. Reverse order of entries in '/etc/hosts' as in FAQ
> 
>         2. Using hostname in bind/rebind statement instead of localhost
>            as recommended in the mail archive.
> 
>         3. a) getByName(null)           -> localhost/127.0.0.1
>               getByName(nick)           -> nick/127.0.0.2
>               getByName(hostname)       -> hostname/127.0.0.2
> 
>            b) InetAddress.getLocalHost()-> hostname/127.0.0.2
> 
>            c) getAllByName(localhost)   -> localhost/127.0.0.1
>               getAllByName(nick)        -> nick/127.0.0.2
>               getAllByName(hostname)    -> hostname/127.0.0.2
> 
> This problem disappears if I make hostname also 127.0.0.1, but I don't
> know what the ramifications will be.
> 

Why are using 127.0.0.2 as an IP address. Is this meant to be
a alternate IP for the same physical machine?

Nathan Meyers? sent me a URL for a Ninja RMI Registry, 
which I have had time
to look at since `netstat -rn' checking on LISTEN on 1099 solved
my problem: how to find out when rmiregistry died?

-- 

Adios
Peter

-----------------------------------------------------------------
import std.Disclaimer;          // More Java for your Lava, Mate.
"Give the man, what he wants. £££" [on Roy Keane, Quality Player]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to