Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

no muxer in java.library.path error

0 views
Skip to first unread message

Ramesh

unread,
Nov 17, 2001, 4:17:23 PM11/17/01
to
I get this when I try to run server6.0 on win98. can someone help me understand what is wrong?
Thanks!

<Nov 17, 2001 4:17:16 PM CST> <Error> <Performance Pack> <Unable to load perform
ance pack, using Java I/O.
java.lang.UnsatisfiedLinkError: no muxer in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at weblogic.socket.PosixSocketMuxer.<init>(PosixSocketMuxer.java:90)
at java.lang.Class.newInstance0(Native Method)

Kumar Allamraju

unread,
Nov 20, 2001, 2:38:24 PM11/20/01
to
It appears the following stack trace is incomplete.
I can't believe the stack trace is originated from PosixSocketMuxer.
posix is only for unix platform.


In anycase before loading a performance pack we check the OS and
based on that we will load the appropriate dll/shared library.
AFAIK, performance pack is not certified on 98.
That's why it's failing.

--
Kumar

Balaji

unread,
Nov 21, 2001, 2:08:50 PM11/21/01
to

Ramesh & Kumar,

I got the same error when I tried to run WL Server 6.1
on my Windows 98. Here is the complete trace. Is this
error something that can be ignored because it sounds
like it is something just for performance.

<Nov 21, 2001 1:57:21 PM EST> <Error> <Performance Pack> <Unable to load perform


ance pack, using Java I/O.
java.lang.UnsatisfiedLinkError: no muxer in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at weblogic.socket.PosixSocketMuxer.<init>(PosixSocketMuxer.java:90)
at java.lang.Class.newInstance0(Native Method)

at java.lang.Class.newInstance(Class.java:237)
at weblogic.socket.SocketMuxer.makeTheMuxer(SocketMuxer.java:128)
at weblogic.socket.SocketMuxer.getMuxer(SocketMuxer.java:83)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:232)
>
<Nov 21, 2001 1:57:22 PM EST> <Notice> <WebLogicServer> <Started WebLogic Admin
Server "petstoreServer" for domain "petstore" running in Production Mode>

Looks like the petstore application is working...inspite of the
above error message.

Thanks,
Balaji.

0 new messages