Server claiming its IP address is 127.0.0.1
I know I've seen this error in the past, but can't remember what we did about it.
Trying to connect to an RMI Server on a remote PC, the client uses its actual IP but the remote object stub returned claims and endpoint of 127.0.0.1, causing method calls on the stub to fail with a socket exception.
It only seems to occur on linux/unix based servers. Anyone familiar with this issue?
Thanks,
Mike

