当我尝试从本地计算机启动weblogic服务器(该服务器在另一台服务器上运行)时,出现以下错误。我可以停止这个weblogic服务器没有任何问题,但我无法启动。 boot.properties文件中有用户名和密码字段,但我不知道它们是什么。有什么想法吗?远程weblogic服务器身份异常
<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
我有boot.properties文件,我保存了我的用户名和密码,但错误仍然存在。问题是我可以在本地启动这个weblogic服务器,但是我无法远程启动它。我需要额外做些什么吗? – hellzone
你有简单的管理服务器或更多的服务器?你可以检查节点管理器的boot.properties?你可以在'DOMAIN_HOME/servers/server_name/data/nodemanager'找到。 – herry
但是,如果您可以在本地启动weblogic,则不是错误的用户名/ passworld问题。你如何启动本地weblogic以及如何远程? – herry