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.

I'm using 1.1.7. Do I need to move to 1.2 ?

Or will solving Ex 15-2 of "Java Examples in a Nutshell" help me to get
round this?

Grateful for any hints in this area.

Cheers

Ivan Krishnan


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

Reply via email to