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

weblogic 6.1 managed server

2 views
Skip to first unread message

Mark Liu

unread,
Nov 1, 2001, 4:12:53 AM11/1/01
to

Hello,

After installing weblogic 6.1, I tried running a managed server. However, it
gave me the following error message:

<2001/11/1 &#35695;&#35324;04&#28160;05&#31155;49&#31214;> <Notice> <WebLogicServer>
<Starting WebLogic Managed Server "SimsOneServer" for domain "mydomain">
<2001/11/1 &#35695;&#35324;04&#28160;05&#31155;56&#31214;> <Emergency> <WebLogicServer>
<ListenThread.run() failed: java.lang.UnsatisfiedLinkError: no weblogicunix1 in
java.library.path
java.lang.UnsatisfiedLinkError: no weblogicunix1 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.platform.Unix.<init>(Unix.java:14)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:237)
at weblogic.platform.OperatingSystem.getOS(OperatingSystem.java:75)
at weblogic.t3.srvr.T3Srvr$2.run(T3Srvr.java:1004)
at weblogic.t3.srvr.Callback.done(Callback.java:37)
at weblogic.t3.srvr.ListenThread.newServerSocket(ListenThread.java:186)
at weblogic.t3.srvr.ListenThread.run(ListenThread.java:223)
>


I am using the supplied script of the default domain, "mydomain".

I have no problem running weblogic as administration server.

Thanks.

William Kemp

unread,
Nov 1, 2001, 9:25:22 AM11/1/01
to
You need to have the directory where 'libweblogicunix1.so' resides in the LD_LIBRARY_PATH.
Depending on the platform you are using, LD_LIBRARY_PATH will be set by the
'startManagedWebLogic.sh' script in a case statement that figures out what platform you are
running on by using 'uname -s'. It then sets and exports LD_LIBRARY_PATH.

Look at your 'startManagedWebLogic.sh' script and make sure that this environment variable
is being set correctly and look in the directory that is being set to make sure that a copy
of 'libweblogicunix1.so' (.sl on HPUX) exists.

Bill Kemp
BEA Systems

0 new messages