For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 2 voices, and was last updated 19 years, 10 months ago by
richardsang.
-
AuthorPosts
-
richardsangMemberI 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.policyCan anyone help?
ThanksOctober 31, 2005 at 8:03 pm #240529
Scott AndersonParticipantAre 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.
November 1, 2005 at 12:17 pm #240598
richardsangMemberI am running the Webloigc 8.1.3 which I download from internet.
Yet I got this problem. vrey strange. -
AuthorPosts