I'm getting this too. rmiregistry prints it out whenever something calls
Naming.rebind() and any program prints it out when doing Naming.lookup().
I'm using 1.2.2 rc3. Everything does appear to work though (mostly).
Santos Jha wrote:
> Hi,
>
> I was trying to learn RMI using JDK1.2.2. I am u
Hi,
I was trying to learn RMI using JDK1.2.2. I am using different examples
given in Java Network Programming(2nd edition). My rmiregistry command runs
successfully. However when I give
java DateServerImpl
it gives me
/usr/local/jdk1.2.2/jre/lib/rt.jar Bad file Discriptor.
Do you have any hint