7.3 consistently crashing (IJ000453: Unable to get managed connection for java:/eis/PRAdapterConnectionFactory)
We upgraded our development servers from 7.2.1 to 7.3.0 and they have been consistently crashing and we can't keep them up for more than a day or so. After some period of time, we just can't make connections to the database anymore.
We get these repeatedly in the logs with no stack trace:
2017-11-06 01:02:28,358 [-threads-1435421382)] [ STANDARD] [ PegaRULES:07.10] ( pegarules.resadap.RAClient) ERROR - Caught exception while creating Connection, javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/eis/PRAdapterConnectionFactory
2017-11-06 04:27:38,663 [http- Proprietary information hidden:8080-16] [ STANDARD] [ Gattaca:01.01.01] ( pegarules.resadap.RAClient) ERROR XX.XX.XX.XX|XX.XX.XX.XX lclemons007 - Caught exception while creating Connection, javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/eis/PRAdapterConnectionFactory
Attempted fixes:
We upgraded our development servers from 7.2.1 to 7.3.0 and they have been consistently crashing and we can't keep them up for more than a day or so. After some period of time, we just can't make connections to the database anymore.
We get these repeatedly in the logs with no stack trace:
2017-11-06 01:02:28,358 [-threads-1435421382)] [ STANDARD] [ PegaRULES:07.10] ( pegarules.resadap.RAClient) ERROR - Caught exception while creating Connection, javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/eis/PRAdapterConnectionFactory
2017-11-06 04:27:38,663 [http- Proprietary information hidden:8080-16] [ STANDARD] [ Gattaca:01.01.01] ( pegarules.resadap.RAClient) ERROR XX.XX.XX.XX|XX.XX.XX.XX lclemons007 - Caught exception while creating Connection, javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:/eis/PRAdapterConnectionFactory
Attempted fixes:
https://community.pega.com/support/support-articles/unable-get-managed-connection-javaeispradaptercf
In jboss-pradapter-ds.xml, we've added this line <max-pool-size>100</max-pool-size>
https://community.pega.com/support/support-articles/application-becomes-unresponsive-during-load-test
In our data source configuration, we've added both of these for PegaRulesAdmin
<min-pool-size>150</min-pool-size>
<max-pool-size>300</max-pool-size>
***Edited by Moderator Marissa to remove PI***