2016-11-09 6 views
2

これらのガイド1および2に沿って、weblogicサーバのパスワードを変更しました。 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%確信しています。 ldap、sessionsのようなweblogicの再起動に関連するいくつかのフォルダの削除を再開することで修正できました。また、boot.propertiesを削除し、入力した元の認証情報に似たユーザー名とパスワードを再度変更しました。私はweblogicが新しいboot.properties資格情報とweblogicの設定された資格情報を一致させることができないと考えているからです。

答えて

0

私は同様の問題に直面しました。その後のステップの下に続き、それが働いた:。

  1. 追加にstartWeblogicでWebLogicのユーザー名とパスワードを[SH | CMD] DOMAIN_HOME下
  2. クリアLDAPや店舗のディレクトリ/サーバ//データ
  3. クリアtmpディレクトリをデータディレクトリと平行(上記と同様)
  4. 管理対象サーバを再起動
関連する問題