facebook

weblogic start up error [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #214906 Reply

    I 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.so

    The 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
    ***************************************************************************

    #214917 Reply

    Riyad Kalla
    Member

    Adjusting 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.

    #219790 Reply

    jjohnst
    Member

    Thank You!! That worked perfectly.

    #219791 Reply

    Riyad Kalla
    Member

    Glad to hear it, thanks for following up.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: weblogic start up error [Closed]

You must be logged in to post in the forum log in