首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >远程weblogic服务器标识异常

远程weblogic服务器标识异常
EN

Stack Overflow用户
提问于 2013-12-13 21:38:35
回答 2查看 25.9K关注 0票数 5

当我试图从我的本地机器启动weblogic服务器(在另一台服务器上运行)时,我得到下面的错误。我可以毫无问题地停止此weblogic服务器,但我无法启动。在boot.properties文件中有用户名和密码字段,但我不知道它们是什么。有什么想法吗?

代码语言:javascript
复制
<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(CommonSecurityServiceManagerDelegateImpl.java:960)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
at weblogic.security.SecurityService.start(SecurityService.java:148)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
EN

回答 2

Stack Overflow用户

发布于 2014-05-06 13:09:44

只需删除ManagedServerDir/data/ldap文件并重新启动domain ldap domain/bin。/startWeblogic.sh

票数 5
EN

Stack Overflow用户

发布于 2018-06-03 04:59:15

当我不小心更改了boot.properties中的用户名和密码时,我得到了这个错误,我花了一段时间才弄清楚原因。它有加密的用户名和密码,这是出于安全目的,为了重置它,我必须删除加密的用户名和密码,并以该文件期望的相同模式输入正确的用户名和密码。但是weblogic启动还是失败了,原因是LDAP连接使用了我之前输入的错误凭据,所以我从servers文件夹中删除了'data‘文件夹以及tmp、缓存和安全。它在使用新的weblogic凭据创建ldap时起作用。

在服务器目录中进行任何更改时保留备份,以便在解决方法无效时恢复到原来的状态。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20567909

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档