- This topic has 3 replies, 3 voices, and was last updated 19 years, 12 months ago by Riyad Kalla.
-
AuthorPosts
-
sarwar_mansoorMemberI running in SUSE 9.1 when I try to start up weblogic 8.1 sp3 I get this error.
If I start weblogic from shell it runs fine I am having problem running it from ME. What file should I modify so I can add this line. I have added to startWeblogic.sh and commenv.sh but I still have the issue.LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BEA_HOME}/weblogic81/server/lib/linux/i686/
libweblogicunix1.soThe WebLogic Server did not start up properly.
java.lang.UnsatisfiedLinkError: no weblogicunix1 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at weblogic.platform.Unix.<init>(Unix.java:14)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at weblogic.platform.OperatingSystem.getOS(OperatingSystem.java:116)
at weblogic.t3.srvr.SetUIDManager.init(SetUIDManager.java:51)
at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:777)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
at weblogic.Server.main(Server.java:32)
Reason: no weblogicunix1 in java.library.path
***************************************************************************
Riyad KallaMemberAdjusting the WebLogic scripts won’t effect the MyEclipse startup, you likely need to “Append to Library Path” your ${BEA_HOME}/weblogic81/server/lib/linux/i686/ directory.
Check the “Paths” settings for the WebLogic connector and look at the bottom section (Append to Library Path) and hit “Add Dir” and go ahead and add that dir.
jjohnstMemberThank You!! That worked perfectly.
Riyad KallaMemberGlad to hear it, thanks for following up.
-
AuthorPosts