We are facing application slowness issue frequently. When we search the logs, we could see that:
java.sql.SQLException: javax.resource.ResourceException
IJ000453: Unable to get managed connection for java:jboss/datasources
Our connection pool size - 20
How to resolve this problem ?
Thanks in advance.
Check connection leakage in your code. And also in code find if any db connection you haven't closed, if it is open.