2016-11-09 173 views
2

最近根据以下指南更改了我们的weblogic服务器的密码12。我跳过了nodemanager密码重置部分的引导2.但是,当我重新启动服务器遇到多个问题见下文。你可以请建议如何解决这些错误。多个错误启动weblogic服务器

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)来修复它。还删除了boot.properties并再次修改了与我输入的原始凭据类似的用户名和密码。因为我怀疑weblogic无法将新的boot.properties凭证与weblogic中配置的凭证相匹配。

回答

0

我遇到过类似的问题。然后跟着下面的步骤和它的工作:

  1. 添加在startWeblogic的WebLogic用户名和密码[SH | CMD]
  2. 清除下DOMAIN_HOME的LDAP和商店目录/服务器//数据
  3. 清除tmp目录与数据目录并行(如上)
  4. 重新启动受管服务器