错误日志:
- weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid. The user name or password or both 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.
- java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
- java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
- java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
- java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.connector.common.ConnectorServiceActivator errors were found
- java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.connector.common.ConnectorServiceActivator
以下为问题解决方案:
第一步:
进入管理员命令行操作
C:\Users\Administrator>d:
第二步:
切换到domain/security目录下
D:>cd D:\weblogic12c\web12c\user_projects\domains\base_domain\security
第三步:
执行重置用户名和密码的命令
D:\weblogic12c\web12c\user_projects\domains\base_domain\security>java -classpath D:\weblogic12c\web12c\wlserver\server\lib\weblogic.jar weblogic.security.utils.AdminAccount weblogic Wlg@175 .
切记密码之后包括一个空格和.
第四步:
更改base_domain\servers\AdminServer中的data文件夹为data_old
第五步:
更改base_domain\servers\AdminServer\security中的boot.properties文件中的用户名和密码
username=weblogic
password=Wlg@1751!
第六步:
启动weblogic即可
以上方案即可解决weblogic启动时提示验证不通过的问题
当weblogic12c启动时遇到Boot identity not valid错误,可以通过以下步骤解决:1. 在管理员命令行中,切换到domain/security目录并执行重置用户名和密码的命令;2. 更改servers/AdminServer/data文件夹;3. 修改servers/AdminServer/security/boot.properties的用户名和密码;4. 重启weblogic。
1万+

被折叠的 条评论
为什么被折叠?



