Hi
I am not sure if this is the right topic to post this but will try nonetheless.
I encountered an error in my production environment where an order release failed with the following error:
weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitExceptio n: No resources currently available in pool PRIMARY_JTS to allocate to applications, please increase the size of the pool and retry..
Has anyone encountered this problem before?
My PRIMARY_JTS config is as follows:
Initial Capacity= 5, Initialise at STATIC
Maximum Capacity=30, Refresh when BOTH, every 1 min
Capacity Increment=2, Shrint at LRU, every 5 min
Whats causing this error, and is my config correct?
Thanks!
I am not sure if this is the right topic to post this but will try nonetheless.
I encountered an error in my production environment where an order release failed with the following error:
weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitExceptio n: No resources currently available in pool PRIMARY_JTS to allocate to applications, please increase the size of the pool and retry..
Has anyone encountered this problem before?
My PRIMARY_JTS config is as follows:
Initial Capacity= 5, Initialise at STATIC
Maximum Capacity=30, Refresh when BOTH, every 1 min
Capacity Increment=2, Shrint at LRU, every 5 min
Whats causing this error, and is my config correct?
Thanks!
Comment