Hi All,
Please find below error Im getting while starting OIM server2 in cluster environment. Note: After installation of OIM 11g R2 PS3 when we try to start OIM server 2 we are facing this error.
Note: OIM server 2 cant read data source-JMS so not connecting with DB. But OIM server 1 is up and running where the weblogic server is configured.
<Jul 29, 2016 4:32:06 PM IST> <Error> <org.quartz.impl.jdbcjobstore.JobStoreCMT> <BEA-000000> <ClusterManager: Error managing cluster: Failed to obtain DB connection from data source 'noTXDS': java.sql.SQLException: Could not retrieve datasource via JNDI url 'jdbc/oimJMSStoreDS' weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool oimJMSStoreDS is Suspended, cannot allocate resources to applications..
- org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'noTXDS': java.sql.SQLException: Could not retrieve datasource via JNDI url 'jdbc/oimJMSStoreDS' weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool oimJMSStoreDS is Suspended, cannot allocate resources to applications.. [See nested exception: java.sql.SQLException: Could not retrieve datasource via JNDI url 'jdbc/oimJMSStoreDS' weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool oimJMSStoreDS is Suspended, cannot allocate resources to applications..]
at org.quartz.impl.jdbcjobstore.JobStoreCMT.getNonManagedTXConnection(JobStoreCMT.java:167)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3070)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3713)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3749)
Caused By: java.sql.SQLException: Could not retrieve datasource via JNDI url 'jdbc/oimJMSStoreDS' weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool oimJMSStoreDS is Suspended, cannot allocate resources to applications..
at org.quartz.utils.JNDIConnectionProvider.getConnection(JNDIConnectionProvider.java:166)
at org.quartz.utils.DBConnectionManager.getConnection(DBConnectionManager.java:112)
at org.quartz.impl.jdbcjobstore.JobStoreCMT.getNonManagedTXConnection(JobStoreCMT.java:164)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckin(JobStoreSupport.java:3070)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.manage(JobStoreSupport.java:3713)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$ClusterManager.run(JobStoreSupport.java:3749)
>
<Jul 29, 2016 4:32:31 PM IST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oimOperationsDB": IO Error: Got minus one from a read call.>
<Jul 29, 2016 4:32:31 PM IST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oimJMSStoreDS": IO Error: Got minus one from a read call.>
<Jul 29, 2016 4:32:36 PM IST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oimOperationsDB": IO Error: Got minus one from a read call.>
<Jul 29, 2016 4:32:36 PM IST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "oimJMSStoreDS": IO Error: Got minus one from a read call.>
Thanks in advance.