Recently, I switched to weblogic7.0 platform( win NT).
I had installed the required example domains also.
whenever I start the servers under these domains, it starts properly.
But if I try using any url pointing to that server eg: http://localhost:7501, the command window shows:
<Emergency> <WebLogicServer> <000209> <ListenThread.run() failed: java.lang.UnsatisfiedLinkError: getFD
java.lang.UnsatisfiedLinkError: getFD
at weblogic.socket.NTSocketMuxer.getFD(Native Method)
at weblogic.socket.NTSocketMuxer.getFDFromNative(NTSocketMuxer.java:696)
at weblogic.socket.NTSocketMuxer.register(NTSocketMuxer.java:354)
at weblogic.t3.srvr.ListenThread.registerSocket(ListenThread.java:590)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:329)
>
Anybody had any similar experiance or knwoledge???
any word of help would of immense help.
thanks,
sgt.
Discussions
EJB programming & troubleshooting: WLS 7:ListenThread.run() failed: java.lang.UnsatisfiedLinkError
-
WLS 7:ListenThread.run() failed: java.lang.UnsatisfiedLinkError (1 messages)
- Posted by: sgt pepper
- Posted on: November 12 2002 07:40 EST
Threaded Messages (1)
- WLS 7:ListenThread.run() failed: java.lang.UnsatisfiedLinkError by sgt pepper on November 13 2002 23:31 EST
-
WLS 7:ListenThread.run() failed: java.lang.UnsatisfiedLinkError[ Go to top ]
- Posted by: sgt pepper
- Posted on: November 13 2002 23:31 EST
- in response to sgt pepper
i got this problem solved.
Problem was basically with the PATH variable.
It contained path were my old "wlntio.dll" for weblogic 6.1 was laying and it caused all the confusion.