- This topic has 3 replies, 2 voices, and was last updated 17 years, 5 months ago by Loyal Water.
-
AuthorPosts
-
CarlosMemberHello,
When I try to start the server in Running or Debug mode I am receiving this error:
<Jun 19, 2007 5:45:11 PM VET> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61 Version ari-49095-20050826-1856-win-ia32 from BEA Systems, Inc.>
<Jun 19, 2007 5:45:12 PM VET> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<Jun 19, 2007 5:45:12 PM VET> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
<Jun 19, 2007 5:45:13 PM VET> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects\domains\mutual_medisyn\config.xml.>
<Jun 19, 2007 5:45:17 PM VET> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\user_projects\domains\mutual_medisyn\cgServer\cgServer.log is opened. All server side log events will be written to this file.>
***************************************************************************
The WebLogic Server did not start up properly.
java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>()V(WSRPIdentityAsserterProviderImpl.java:45)
at jrockit.vm.Reflect$IClass.runClinit(I)V(Unknown Source)
at jrockit.vm.Reflect$IClass.ensureInitialized(Ljava/lang/Class;)V(Unknown Source)
at java.lang.Class.newInstanceCached(I)Ljava/lang/Object;(Unknown Source)
at java.lang.Class.newInstance(I)Ljava/lang/Object;(Unknown Source)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(Lweblogic/management/security/ProviderMBean;Lweblogic/security/service/Auditor;)Lweblogic/security/spi/SecurityProvider;(SecurityServiceManagerDelegateImpl.java:232)
at weblogic.security.service.SecurityServiceManager.createSecurityProvider(Lweblogic/management/security/ProviderMBean;Lweblogic/security/service/Auditor;)Lweblogic/security/spi/SecurityProvider;(SecurityServiceManager.java:976)
at weblogic.security.service.adapters.AdapterFactory.getAuthenticationProvider(Lweblogic/management/security/authentication/AuthenticationProviderMBean;Lweblogic/security/service/Auditor;)Lweblogic/security/spi/AuthenticationProviderV2;(AdapterFactory.java:77)
at weblogic.security.service.PrincipalAuthenticator.initialize(Ljava/lang/String;[Lweblogic/management/security/ProviderMBean;)V(PrincipalAuthenticator.java:173)
at weblogic.security.service.PrincipalAuthenticator.<init>(Ljava/lang/String;[Lweblogic/management/security/ProviderMBean;)V(PrincipalAuthenticator.java:283)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Ljava/lang/String;Lweblogic/management/security/RealmMBean;)Lweblogic/security/service/PrincipalAuthenticator;(SecurityServiceManagerDelegateImpl.java:581)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(Lweblogic/management/security/RealmMBean;Ljava/util/HashMap;)V(SecurityServiceManagerDelegateImpl.java:420)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(Ljava/lang/String;)V(SecurityServiceManagerDelegateImpl.java:700)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms()V(SecurityServiceManagerDelegateImpl.java:733)
at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(Lweblogic/security/acl/internal/AuthenticatedSubject;)V(SecurityServiceManagerDelegateImpl.java:876)
at weblogic.security.service.SecurityServiceManager.initialize(Lweblogic/security/acl/internal/AuthenticatedSubject;)V(SecurityServiceManager.java:734)
at weblogic.t3.srvr.T3Srvr.initializeHere()V(T3Srvr.java:821)
at weblogic.t3.srvr.T3Srvr.initialize()V(T3Srvr.java:669)
at weblogic.t3.srvr.T3Srvr.run([Ljava/lang/String;)I(T3Srvr.java:343)
at weblogic.Server.main([Ljava/lang/String;)V(Server.java:32)
Reason: com/bea/wsrp/util/debug/Debug
***************************************************************************
Loyal WaterMemberMake sure the connector has been set up properly. This is whatit should look like:-
https://www.genuitec.com/forums/topic/weblogic-8-what-does-a-configured-connector-look-like/Also make sure that under the Weblogic -> JDK settings you have selected a JDK, NOT a JRE.
CarlosMemberHi!, Thanks for your response.
I’ve checked both recommendations and are ok.
Any other idea?Carlos
Loyal WaterMemberCould you check if wsrp-common.jar is in the system classpath?
-
AuthorPosts