Results 1 to 2 of 2
Hi please help !!!! Am trying to setup weblogic 8.1 on linux. When I start weblogic I am getting the following error:
The WebLogic Server did not start up properly.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-10-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 1
UnsatisfiedLinkError: no weblogicunix1 in java.library.path
Hi please help !!!! Am trying to setup weblogic 8.1 on linux. When I start weblogic I am getting the following error:
The WebLogic Server did not start up properly.
[java] java.lang.UnsatisfiedLinkError: no weblogicunix1 in java.library.path
[java] at java.lang.ClassLoader.loadLibrary(Ljava.lang.Class ;Ljava.lang.String;Z)V(Unknown Source)
[java] at java.lang.Runtime.loadLibrary0(Ljava.lang.Class;Lj ava.lang.String
V(Unknown Source)
[java] at java.lang.System.loadLibrary(Ljava.lang.String
V(Unknown Source)
[java] at weblogic.platform.Unix.<init>()V(Unix.java:14)
[java] at java.lang.Object.emptyConstructor()V(Unknown Source)
[java] at java.lang.Class.newInstanceCached(I)Ljava.lang.Obj ect;(Unknown Source)
[java] at java.lang.Class.newInstance(I)Ljava.lang.Object;(U nknown Source)
[java] at weblogic.platform.OperatingSystem
- 06-17-2009 #2Just Joined!
- Join Date
- Jun 2009
- Posts
- 1
the only workaround I found was to explicitly set -Djava.library.path=blablabla in the startWeblogic.sh command. I think in Linux there are security restrictions on the modification of LD_LIBRARY_PATH system variable... so depending on how you start weblogic (from a shell, from atd...) you might have some nasty surprise...



