Could not open connection [n/a] java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:jboss/datasources/
Hi, I am getting the below error :
Could not open connection [n/a] java.sql.SQLException: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:jboss/datasources/aa.
The available datasource connections are becoming 0, active connections and max used connections are becoming maximum pool size. I have min pool size set to 10 and prefill and strict minimum enabled to true.
The standalone.xml configuration contains :
jdbc:oracle:thin:@(connection_url***) oracle.jdbc.OracleDriver OracleJDBCDriver 10 20 true true FailingConnectionOnly xxxxx xxxxxxx false true 300000 false false 50000 10 120 0 0 0 false false
Any help is appreciated.
Thanks.
Responses