2013-10-28 164 views
0

在启动管理控制台我得到下面的错误..无法启动WebLogic管理控制台

<28-Oct-2013 07:38:38 o'clock EDT> <Critical> <Security> <BEA-090470> <Inconsistent security configuration, the REFSSMNOV security realm has been configured to use security data in deployment descriptors but no DeployableRoleMapper has been configured with deployment enabled.> 
<28-Oct-2013 07:38:38 o'clock EDT> <Critical> <Security> <BEA-090470> <Inconsistent security configuration, the REFSSMNOV security realm has been configured to use security data in deployment descriptors but no DeployableAuthorizer has been configured with deployment enabled.> 
<28-Oct-2013 07:38:38 o'clock EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: 

There are 1 nested errors: 

weblogic.security.service.SecurityServiceRuntimeException: [Security:090411]Security Realm [REFSSMNOV] improperly configured 
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:439) 
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840) 
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869) 
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1028) 
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873) 
    at weblogic.security.SecurityService.start(SecurityService.java:141) 
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64) 
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) 
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) 
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178) 
Caused by: weblogic.management.utils.ErrorCollectionException: [Security:090519]The realm REFSSMNOV is not properly configured. Follow the directions in the following errors to correctly configure the realm. 
    [Security:090520]The realm REFSSMNOV does not have an authenticator configured. To correct the problem, configure an authenticator. 
    at weblogic.security.internal.RealmValidatorImpl.validate(RealmValidatorImpl.java:53) 
    at weblogic.management.security.RealmImpl.validate(RealmImpl.java:54) 
    at weblogic.management.security.RealmMBeanImpl.validate(RealmMBeanImpl.java:2635) 
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:435) 
    ... 9 more 

无法找到..所有的配置似乎是正确的原因。

在此先感谢

+0

您没有使用默认的'myrealm',因此听起来像是配置步骤被错过了。你见过:https://forums.oracle.com/thread/1062343 –

回答

相关问题