View Single Post
  #1 (permalink)  
Old February 13th, 2007, 01:45
ianlo ianlo is offline
Senior Member and Blogger
 
Join Date: Dec 2006
Location: Singapore
Posts: 149
Blog Entries: 5
Thanks: 5
Thanked 11 Times in 10 Posts
Groans: 0
Groaned at 1 Time in 1 Post
Rep Power: 2
ianlo is on a distinguished road
Send a message via AIM to ianlo Send a message via Skype™ to ianlo
[SOLVED] Exception during Order Release

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!