>>>>> Christopher Rowan writes:
Christopher> And yet another error
Christopher> /usr/java/lib/i686/native_threads/libnet.so: undefined symbol:
Christopher> java_net_PlainSocketImpl_socketCreate (libnet.so)
Christopher> java.lang.UnsatisfiedLinkError: no net in shared library path
Christopher> at java.lang.Runtime.loadLibrary(Runtime.java)
Christopher> at java.lang.System.loadLibrary(System.java)
Christopher> at
Christopher> at
Christopher> at
Christopher> sun.rmi.registry.RegistryHandler.registryStub(RegistryHandler.java:50)
Christopher> at
Christopher> java.rmi.registry.LocateRegistry.getRegistry(LocateRegistry.java:107)
Christopher> at java.rmi.Naming.getRegistry(Naming.java:149)
Christopher> at java.rmi.Naming.lookup(Naming.java:48)
Christopher> at GetTeamnumTest.main(GetTeamnumTest.java:8
Christopher> This sort of looks like a problem with 1.1.7a's vm...
The dynamic loader in glibc 2.0 isn't thread-safe and 1.1.7 native threads
does nothing to deal with this problem (and so may crash during startup).
If I have some time after our first 1.2 release I'll make a safe 1.1.7
or 1.1.8 JDK.
Juergen
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]