當我嘗試從本地計算機啓動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