weblogic启动失败 Authentication denied: Boot identity not valid

问题登场

···
<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.
···

相关操作

因为之前weblogic console 登录密码过于简单,因此登录console 把密码改成了一个较为复杂的密码。重启weblogic 后发现,启动失败,报错见《问题登场》。

解决过程

cd Middleware/user_projects/domains/base_domain/servers/AdminServer/data

ll
total 12
drwxr-----. 2 weblogic oinstall 4096 Jul 26 04:58 console
drwxr-----. 7 weblogic oinstall 4096 Sep 25 14:31 ldap
drwxr-----. 4 weblogic oinstall 4096 Jul 26 04:58 store

mv ldap/ /tmp ,移走 /ldap
cd Middleware/user_projects/domains/base_domain/servers/AdminServer/security
移走 boot.properties,然后 vi boot.properties,手动输入

username=weblogic
password=weblogic$RF

这里,password 我输入的密码较复杂的新密码,然后weblogic 死活起不来!最后,输入之前的老密码,ldap 文件夹重新移走,ps -ef | grep weblogic 把相关的进程全部杀掉,然后重启weblogic :

nohup  Middleware/user_projects/domains/base_domain/bin/startWebLogic.sh &

注意,这里使用自己环境的路径。

<Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING> 
<Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 

终于成功了!
然后启动 nodemanager

nohup ./startNodeManager.sh &

<Sep 25, 2019 3:18:10 PM> <INFO> <Secure socket listener started on port 5556>
Sep 25, 2019 3:18:10 PM weblogic.nodemanager.server.SSLListener run
INFO: Secure socket listener started on port 5556

启动成功了!

写在最后

如果觉得文章不错,不妨给个打赏,写作不易,各位的支持,能激发和鼓励我的写作热情,谢谢!
在这里插入图片描述

  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值