- RSA Identity Governance & Lifecycle fails to start with the following error displayed in the console.
Initialization operations completed with errors. Please resolve the problem(s) before the application server can accept requests. Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7@738e9520
Image description
- The aveksaServer.log file (/home/oracle/wildfly-8.2.0.Final/standalone/log/aveksaServer.log) shows the following errors on startup:
10/03/2018 14:57:28.830 ERROR (MSC service thread 1-12) [com.aveksa.migration.jdbctool.CheckDatabase] Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7@738e9520
10/03/2018 14:57:28.830 ERROR (MSC service thread 1-12) [com.aveksa.migration.jdbctool.CheckDatabase]
****************************************
Patching has failed
Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7@738e9520
****************************************
10/03/2018 14:57:28.900 INFO (MSC service thread 1-12) [com.aveksa.server.runtime.AveksaSystem] ******************** Aveksa System Initialization End ********************
10/03/2018 14:57:28.901 FATAL (MSC service thread 1-12) [com.aveksa.server.runtime.AveksaSystem]
****************************************
Initialization has failed!
Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk7.WrappedConnectionJDK7@738e9520
****************************************
- The Oracle trace log (/u01/app/oracle/diag/rdbms/avdb/AVDB/trace/AVDB{nnnnn}.trc) shows an ORA-00600 error with the specific argument qkaffsindex3
ORA-00600: internal error code, arguments: [qkaffsindex3], [], [], [], [], [], [], [], [], [], [], []
This issue is caused by Oracle bug 24530463 - FA: GATHER STATS ON DOO_HEADERS_ALL FAILS W/ ORA-600 [QKAFFSINDEX3], which prevents the database statistics from completing correctly. See Oracle knowledge article
2395827.1 - Exadata Database is Reporting ORA-00600:[qkaffsindex3] for more information.
The issue occurs during the running of database statistics. Database statistics may be run during patching or upgrading, or after certain events such as data collection. If this issue occurs during patching it may cause the patching to fail.