启动weblogic服务器时出现多个错误



最近修改了我们的weblogic服务器的密码,按照这些指南1和2。我跳过了指南2的nodemanager密码重置部分。但是,当我重新启动服务器时,遇到了如下所示的多个问题。你能告诉我如何修复这些错误吗?

Weblogic and Oracle Linux version
Weblogic 12c
Linux 3.10.0-229.el7.x86_64
A MultiException has 8 exceptions.  They are:
1. 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.
2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.rmi.cluster.RemoteBinderFactoryService errors were found
6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.rmi.cluster.RemoteBinderFactoryService
7. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.cluster.ClusterServiceActivator errors were found
8. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.cluster.ClusterServiceActivator

更新

我不能准确地指出错误,为什么它给我所有这些信息。但当我修改boot.properties时,我几乎90%确定它是相关的。我能够通过重新启动删除一些与weblogic重新启动相关的文件夹来修复它,如ldap, sessions。也删除了引导。属性并再次修改用户名和密码,这与我输入的原始凭据相似。因为我怀疑weblogic无法匹配新启动。

使用weblogic中配置的凭据属性凭据。

我也遇到过类似的问题。然后按照下面的步骤,它工作了:

  1. 在startWeblogic.[sh|cmd]
  2. 中增加weblogic的用户名和密码
  3. 清空ldap并在domain_home/servers//data下存储目录
  4. 清除与数据目录并行的tmp目录(如上所述)
  5. 重新启动托管服务器

相关内容

  • 没有找到相关文章

最新更新