Previous Topic: Oracle 11gR2 RAC User Store: Search is Case-SensitiveNext Topic: Skip to Main Content Fails in Mozilla Firefox


CA IdentityMinder on JBoss does not Reconnect to Oracle

Symptom:

When using JBoss 5.x with an Oracle Database datasource and upgrading CA IdentityMinder from an r12.5 release, an application outage occurs if the database server is restarted. The outage is caused by JBoss replacing the property background-validation-minutes with background-validation-millis.

Solution:

To resolve this issue, perform the following steps:

  1. Stop the application server.
  2. Open the data source files located in /jboss folder/server/default [or server name in cluster]/deploy and delete the following line:

    <background-validation-minutes> </background-validation-minutes>

  3. Add the following line:

    <background-validation-millis>120000</background-validation-millis>

    Note: 120000 is the equivalent of 2 minutes previously specified by default for background-validation-minutes. Configure the value according to the business requirements.

  4. Restart the application server.

Note: The issue does not affect a new installation of CA IdentityMinder.