facebook

Weblogic 8.1 start error

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #240521 Reply

    richardsang
    Member

    I am using jdk 1.4.7, Weblogic 8.1.3, and eclipse 3.1 with myeclipse
    Here is the error log
    ***************************************************************************
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
    at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>(WSRPIdentityAsserterProviderImpl.java:45)
    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.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(SecurityServiceManagerDelegateImpl.java:232)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:939)
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:257)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:698)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:731)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:874)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
    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: com/bea/wsrp/util/debug/Debug
    ***************************************************************************
    My setup:
    BEA home: c:\bea
    Weblogic install dir: c:\bean|weblogic81
    Admin username: xxxxxxxx
    admin password: xxxxxxxx
    Execution domain root: c:\bea\user_projects\domains\platform
    execution domain name: platform
    Execution server name: cgServer
    Hostname: port: localhost:7001
    security policy file: c:\bea\weblogic81\server\lib\weblogic.policy

    Can anyone help?
    Thanks

    #240529

    Scott Anderson
    Participant

    Are you running WebLogic server, or one of the add-on products like their portal server, etc? The connector is designed to start WebLogic Server, but for the larger add-on products you’ll need to add the additional jars for that product to the launch path on the Paths page of the WebLogic connnector configuration preferences.

    #240598

    richardsang
    Member

    I am running the Webloigc 8.1.3 which I download from internet.
    Yet I got this problem. vrey strange.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Weblogic 8.1 start error

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