Hey-
Anyone been able to succesfully launch rmiregistry and bind
UnicastRemoteObjects to it on Linux?
First, do you know of any way to debug rmiregistry when it launches? The
reason I'm asking is this, when I launch rmiregistry "./rmiregistry 1099
&" as a daemon process all seems fine.
However, when I fire up a RMI Server App I wrote to demonstrate
distributed objects and it attempts to bind itself to a url via
Naming.rebind(String name, Object object) the following exception is thrown:
"Caught exception while registering: java.rmi.ConnectException:
Connection refused to host: [ns2-lsan03.pbi.net:1099]; nested exception is:
java.net.ConnectException: Connection refused"
For some reason, the application is trying to bind itself to port 1099 on
one of Pacific Bell Internet's computers, which we use for DNS
resolution. My dilemma is that I don't know if it's trying to bind to PBI's
computer because rmiregistry on the local machine isn't really working or if
there's some configuration file, that I don't know about, which is redirecting
rmiregistry to bind objects to that machine.
Any advice would be greatly appreciated.
M
------------------------------------------------------
Marshall Greer
Systems Manager
The Galef Institute
[EMAIL PROTECTED]
310.479.8883
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]