简体   繁体   English

Weblogic 管理控制台未启动

[英]Weblogic admin console not starting

I am seeing the following error starting my Weblogic admin server:我在启动 Weblogic 管理服务器时看到以下错误:

15, 2014 5:10:48 PM GMT+05:30> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Oct 15, 2014 5:10:52 PM GMT+05:30> <Error> <Security> <BEA-000000> <[Security:090735]The DBMS connection was not usable>
<Oct 15, 2014 5:10:52 PM GMT+05:30> <Critical> <Security> <BEA-090403> 
<Authentication for user  denied>
<Oct 15, 2014 5:10:52 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. 
Reason: weblogic.security.SecurityInitializationException: Authentication for user  denied
weblogic.security.SecurityInitializationException: Authentication for user  denied
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
at weblogic.security.SecurityService.start(SecurityService.java:141)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
>
<Oct 15, 2014 5:10:52 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Oct 15, 2014 5:10:52 PM GMT+05:30> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Oct 15, 2014 5:10:52 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
Stopping PointBase server...
PointBase server stopped.
x86_64 is not a supported Linux hardware platform for Autonomy.

I tried changing password in boot.properties but was not able to start portal admin console.我尝试在 boot.properties 中更改密码,但无法启动门户管理控制台。 I also tried by providing value from console by removing boot.properties files but still it is not helping .我还尝试通过删除 boot.properties 文件从控制台提供价值,但仍然没有帮助。 Do I need to provide <node-manager-username> and <node-manager-password-encrypted> while starting admin console via startWeblogic.sh?通过 startWeblogic.sh 启动管理控制台时是否需要提供<node-manager-username><node-manager-password-encrypted>

You are using RDBMS authentication provider which does not use boot.properties for user authentication, it connects to the database and gets the user login properties from there to authenticate the user.您正在使用 RDBMS 身份验证提供程序,它不使用 boot.properties 进行用户身份验证,它连接到数据库并从那里获取用户登录属性以对用户进行身份验证。 Since WLS is not able to connect to the database its unable to authenticate and hence the server is not able to start..由于 WLS 无法连接到数据库,因此无法进行身份验证,因此服务器无法启动。

The solution for this issue would be to swap the authentication providers, or make the RDBMS authenticator Control Flag to SUFFICIENT or OPTIONAL.此问题的解决方案是交换身份验证提供程序,或将 RDBMS 身份验证器控制标志设置为 SUFFICIENT 或 OPTIONAL。 Since your server is not starting you will have to make this change in the wls config file directly.由于您的服务器未启动,您必须直接在 wls 配置文件中进行此更改。

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

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