Reviewing the logs, the following messages can be seen:
WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] [_autoTPRecovery] Throwable while attempting to get a new connection: nullorg.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLRecoverableException: IO Error: Got minus one from a read call, connect lapse 11 ms., Authentication lapse 0 ms.)WARN [org.hibernate.util.JDBCExceptionReporter] [_autoTPRecovery] SQL Error: 0, SQLState: nullERROR [org.hibernate.util.JDBCExceptionReporter] [_autoTPRecovery] Unable to get managed connection for OptinuityDS; - nested throwable: (javax.resource.ResourceException: Unable to get managed connection for OptinuityDS)ERROR [com.optinuity.c2o.persistence.DatabaseManager] [_autoTPRecovery] Unable to load orchestrator with ID -> 7b6c9b91-4992-4be2-bc8f-12e923650768org.hibernate.exception.GenericJDBCException: Cannot open connection
This error is generated by the DBMS (on this case, Oracle) and it means that PAM is requesting the availability to open new connections against the database, but the DBMS is not doing it.
Here is this error discussed on Oracle's forums:
IO Error: Got minus one from a read call