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!

oracle.jbo.pool.ResourcePoolException: JBO-28102

Ibrahim KobeissyApr 6 2018 — edited Apr 23 2018

Hello,

I'm using jdev 11.1.2.3.0

I have a webservice using ADF i have an exposed AM but i constantly getting this error in the console

oracle.jbo.pool.ResourcePoolException: JBO-28102: A request was timed out while waiting for a resource to be returned to the resource pool, com.acteos.mtms.webService.model.services.webserviceMTMSAMLocal.

        at oracle.jbo.pool.ResourcePool.allocateResource(ResourcePool.java:1239)

        at oracle.jbo.common.ampool.ApplicationPoolImpl.findAvailableInstance(ApplicationPoolImpl.java:1050)

        at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2306)

        at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245)

        at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571)

        at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504)

        at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499)

        at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1614)

        at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1519)

        at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1490)

        at com.acteos.mtms.webService.model.objectModel.WkOperationActivityTrailMTMS.insertLogToDB(WkOperationActivityTrailMTMS.java:52)

        at com.acteos.mtms.webService.model.services.webserviceMTMSAMImpl.findPosition(webserviceMTMSAMImpl.java:148)

        at sun.reflect.GeneratedMethodAccessor503.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

i tried looking around and the only answers i got that i should change the config of the maxpoolsize which is currently set to 4096

but still getting the same error

any help pls

This post has been answered by GingerHead on Apr 9 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2018
Added on Apr 6 2018
1 comment
361 views