繁体   English   中英

无法启动weblogic管理控制台

[英]not able to start weblogic admin console

在启动管理控制台时,出现以下错误。

<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

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

提前致谢

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM