Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

weblogic.jdbc.extensions.PoolLimitSQLException

Alejandro Tovar LanzJun 12 2013 — edited Jun 14 2013

Hi,

I am using JDeveloper 11.1.2.4 in this case. Basically I am testing my application by deleting part of the URL of my application for example, if I have:

http://localhost:7103/myApp/faces/pages/myPage.jsf?_afrLoop=714583137314224…

I will delete everything after the question mark;

http://localhost:7103/myApp/faces/pages/myPage.jsf

So I can restart the application. The issue is that after several attempts, I get

weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool myDB to allocate to applications, please increase the size of the pool and retry..

I know I could rise the pool size but is there anything I can do to get rid of this problem in a best practice way?

Regards

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 12 2013
Added on Jun 12 2013
3 comments
1,264 views