A request was timed out while waiting for resource to be returned to pool
876266Jun 12 2012 — edited Jun 13 2012Jdeveloper 11g : 11.1.1.5.0
I am trying to understand the AM pooling and State Management in ADF.
As per the documentation it states that AM instance is released to Pool in managed state once user request is completed.
If there are no unconditional AM instances avalible in pool for new user session requests, existing AM instance i.e, in managed state will get passivated and is returned for servicing new Request.
When I try to do replicate the same behaviour I am getting following error : JBO-28102: A request was timed out while waiting for a resource to be returned to the resource pool
I an single user session, I am invoking request which requires an AM pool independently. After 3 requests I am getting above error, but expected behaviour is to service any number of requests without any problem.
AM Pool Setting I used:
Initial Pool Size: 0
Maximum Pool Size: 3
Reference Pool Size: 1
Mimimum Available Size: 1
Mazimum Available Size: 2
Is there any additional request time out which we need to set for this to work? Please advice.