Weblogic启动报错信息如下:Server subsystem failed. Reason: weblogic.security.SecurityInitializationException:

报错信息:

<Oct 23, 2015 9:35:26 AM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
        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 23, 2015 9:35:26 AM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED> 
<Oct 23, 2015 9:35:26 AM CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down> 
<Oct 23, 2015 9:35:26 AM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

解决方式:

weblogic.security.SecurityInitializationException: Authentication denied: Boot.properties

weblogic启动过程中,如果出现以下类似的错误的话,很有可能是boot.properties的用户名,密码错误的问题,。

weblogic.security.SecurityInitializationException: Authentication denied: Boot.properties 

重新设定weblogic的用户名和密码参照我的博客:

https://blog.csdn.net/u013310119/article/details/80770878

原理:
在domain下,有个配置文件boot.properties,在第一次启动时,用户名和密码为明文,启动weblogic成功后,就自动将用户名和密码加密了。
boot.properties示例:
明文:
password=weblogic
username=weblogic
密文:
password={3DES}TEhJGBWLgld4CJFYrA82iw\=\=
username={3DES}TEhJGBWLgld4CJFYrA82iw\=\=

在domain/SERVER_NAME/ldap下的文件中,保存了weblogic的用户认证信息,将其删除,weblogic在启动时就会以明文的方式使用boot.properties中重设的用户名和密码。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

李晓LOVE向阳

你的鼓励是我持续的不断动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值