This is the b85 current output with the webClientTest (with default provider)
on win98:
java webClientTest -webServer impulse.sfbay.sun.com
webserver = impulse.sfbay.sun.com
java.lang.UnsatisfiedLinkError: initIDs
at sun.nio.ch.SocketChannelImpl.initIDs(Native Method)
at sun.nio.ch.SocketChannelImpl.<clinit>(SocketChannelImpl.java:493)
at sun.nio.ch.SelectorProviderImpl.openSocketChannel(SelectorProviderImp
l.java:39)
at java.nio.channels.SocketChannel.open(SocketChannel.java:106)
at remoteEntity.go(remoteEntity.java:44)
at remoteEntity.<init>(remoteEntity.java:37)
at webClientTest$Client.go(webClientTest.java:123)
at webClientTest$Client.run(webClientTest.java:110)
starting request handler . . .
Test code is attached.
on win98:
java webClientTest -webServer impulse.sfbay.sun.com
webserver = impulse.sfbay.sun.com
java.lang.UnsatisfiedLinkError: initIDs
at sun.nio.ch.SocketChannelImpl.initIDs(Native Method)
at sun.nio.ch.SocketChannelImpl.<clinit>(SocketChannelImpl.java:493)
at sun.nio.ch.SelectorProviderImpl.openSocketChannel(SelectorProviderImp
l.java:39)
at java.nio.channels.SocketChannel.open(SocketChannel.java:106)
at remoteEntity.go(remoteEntity.java:44)
at remoteEntity.<init>(remoteEntity.java:37)
at webClientTest$Client.go(webClientTest.java:123)
at webClientTest$Client.run(webClientTest.java:110)
starting request handler . . .
Test code is attached.
- duplicates
-
JDK-4526938 UnsatisfiedLinkErrors when threads compete to load NIO libraries (win32)
-
- Resolved
-