I have been getting various seemingly spurious errors using rmi.

Sometimes it works, sometimes it doesn't.

Here is one of them (below):

(I also had thread and finalization problems)

It seems that the first few invocations are problematic, then things
smooth out.

Does anyone have any positive or negative experience using rmi?

chris: /export/home1/bmb/src/rmi % java GetTeamnumTest
/usr/java/lib/i686/native_threads/libnet.so: undefined symbol:
java_net_PlainSocketImpl_socketCreate (libnet.so)
java.lang.UnsatisfiedLinkError: no net in shared library path
        at java.lang.Runtime.loadLibrary(Runtime.java)
        at java.lang.System.loadLibrary(System.java)
        at 
        at 
        at
sun.rmi.registry.RegistryHandler.registryStub(RegistryHandler.java:50)
        at
java.rmi.registry.LocateRegistry.getRegistry(LocateRegistry.java:107)
        at java.rmi.Naming.getRegistry(Naming.java:149)
        at java.rmi.Naming.lookup(Naming.java:48)
        at GetTeamnumTest.main(GetTeamnumTest.java:8)
chris: /export/home1/bmb/src/rmi % java GetTeamnumTest
881
chris: /export/home1/bmb/src/rmi % java GetTeamnumTest
882
chris: /export/home1/bmb/src/rmi % java GetTeamnumTest
883
chris: /export/home1/bmb/src/rmi %


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

Reply via email to