I am using Weblogic Server 8.1 SP3.
My Action class is calling a stateless session bean which is deployed in WLS.
In weblogic-ejb-jar.xml we have set max bean instance in the pool for the stateless session bean as follow
<pool>
<max-beans-in-free-pool>20</max-beans-in-free-pool>
<initial-beans-in-free-pool>10</initial-beans-in-free-pool>
</pool>
10 beans fully occupied fails before 11th got created.
Problem:
Pool miss ratio is not 00.00 it is 015.8 something.
Error encountered:- A new instance of Bean Creation Failed
I am getting the following Exception saying
Runtime Exception while invoking an
EJB Component invocation of EJB timed out while waiting to get an instance from the free pool.
Can any one ,Please share inputs or help in this regards.
Regards
Vikram
[ February 09, 2006: Message edited by: vikram veera ]