Advertisement

10.31.2007 at 08:04AM PDT, ID: 22929891
[x]
Attachment Details

catchfull exception in session bean while run time

Asked by deeppra in Enterprise Java Beans (EJB), J2EE

Hi All,
I have a EJB which is BMP. The bean deals with End Of Day (EOD) Activities. When i invoke the bean for a particular EOD, i m getting an Catchfull Exception.As i m new to EJB's i m not getting the clear picture of whats going wrong and how to rectify that also.

stack trace:
####<Oct 25, 2007 11:47:46 AM IST> <Info> <EJB> <fluid-9643> <cgServer> <ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-0398C7AE13365F2D3438> <BEA-010051> <EJB Exception occurred during invocation from home: com.fluid.finebo.ceb.accountrelated.session.CebBackendAccountsManager_94xuj4_LocalHomeImpl@1605cc threw exception: javax.ejb.TransactionRolledbackLocalException: Error during create.; nested exception is: weblogic.ejb20.cache.CacheFullException: size=1001, target=1000, incr=1
javax.ejb.TransactionRolledbackLocalException: Error during create.; nested exception is: weblogic.ejb20.cache.CacheFullException: size=1001, target=1000, incr=1
weblogic.ejb20.cache.CacheFullException: size=1001, target=1000, incr=1
      at weblogic.ejb20.cache.EntityCache$SizeTracker.shrinkNext(EntityCache.java:444)
      at weblogic.ejb20.cache.EntityCache.put(EntityCache.java:141)
      at weblogic.ejb20.manager.DBManager.create(DBManager.java:1301)
      at weblogic.ejb20.manager.DBManager.localCreate(DBManager.java:1156)
      at weblogic.ejb20.internal.EntityEJBLocalHome.create(EntityEJBLocalHome.java:173)
      at com.fluid.finebo.ceb.accountrelated.entity.CebBackendAccountsBean_yjyqqc_LocalHomeImpl.create(CebBackendAccountsBean_yjyqqc_LocalHomeImpl.java:129)
      at com.fluid.finebo.ceb.accountrelated.session.CebBackendAccountsManagerBean.addNewAccount(CebBackendAccountsManagerBean.java:149)
      at com.fluid.finebo.ceb.accountrelated.session.CebBackendAccountsManager_94xuj4_ELOImpl.addNewAccount(CebBackendAccountsManager_94xuj4_ELOImpl.java:324)
      at com.fluid.coarsebo.ceb.bb.eod.CebEODServiceManagerBean.invokeCustomerEODProcess(CebEODServiceManagerBean.java:3287)
      at com.fluid.coarsebo.ceb.bb.eod.CebEODServiceManagerBean.invokeProcess(CebEODServiceManagerBean.java:595)
      at com.fluid.coarsebo.ceb.bb.eod.CebEODServiceManager_tpe2oc_ELOImpl.invokeProcess(CebEODServiceManager_tpe2oc_ELOImpl.java:341)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at com.bea.wlw.runtime.core.control.EJBControlImpl$PrivilegedActionEJBInvoke.run(EJBControlImpl.jcs:911)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
      at weblogic.security.Security.runAs(Security.java:61)
      at com.bea.wlw.runtime.core.control.EJBControlImpl.invoke(EJBControlImpl.jcs:697)
      at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406)
      at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
      at $Proxy25.invokeProcess(Unknown Source)
      at com.fluid.ceb.bb.eod.CebEODWebService.invokeProcess(CebEODWebService.jws:48)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:249)
      at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
      at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(SLSBContainerBean.java:109)
      at com.bea.wlwgen.StatelessContainer_ly05hg_ELOImpl.invoke(StatelessContainer_ly05hg_ELOImpl.java:207)
      at com.bea.wlwgen.GenericStatelessSLSBContAdpt.invokeOnBean(GenericStatelessSLSBContAdpt.java:62)
      at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
      at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
      at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:168)
      at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:100)
      at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161)
      at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Dispatcher.java:49)
      at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executePostRequest(HttpServerHelper.java:713)
      at com.bea.wlw.runtime.core.dispatcher.HttpServer.doPost(HttpServer.java:49)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6985)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
      at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
      at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
      at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
javax.ejb.TransactionRolledbackLocalException: Error during create.; nested exception is: weblogic.ejb20.cache.CacheFullException: size=1001, target=1000, incr=1
      at weblogic.ejb20.internal.EJBRuntimeUtils.throwTransactionRolledbackLocal(EJBRuntimeUtils.java:247)
      at weblogic.ejb20.internal.BaseEJBLocalHome.handleSystemException(BaseEJBLocalHome.java:246)
      at weblogic.ejb20.internal.EntityEJBLocalHome.create(EntityEJBLocalHome.java:184)
      at com.fluid.finebo.ceb.accountrelated.entity.CebBackendAccountsBean_yjyqqc_LocalHomeImpl.create(CebBackendAccountsBean_yjyqqc_LocalHomeImpl.java:129)
      at com.fluid.finebo.ceb.accountrelated.session.CebBackendAccountsManagerBean.addNewAccount(CebBackendAccountsManagerBean.java:149)
      at com.fluid.finebo.ceb.accountrelated.session.CebBackendAccountsManager_94xuj4_ELOImpl.addNewAccount(CebBackendAccountsManager_94xuj4_ELOImpl.java:324)
      at com.fluid.coarsebo.ceb.bb.eod.CebEODServiceManagerBean.invokeCustomerEODProcess(CebEODServiceManagerBean.java:3287)
      at com.fluid.coarsebo.ceb.bb.eod.CebEODServiceManagerBean.invokeProcess(CebEODServiceManagerBean.java:595)
      at com.fluid.coarsebo.ceb.bb.eod.CebEODServiceManager_tpe2oc_ELOImpl.invokeProcess(CebEODServiceManager_tpe2oc_ELOImpl.java:341)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at com.bea.wlw.runtime.core.control.EJBControlImpl$PrivilegedActionEJBInvoke.run(EJBControlImpl.jcs:911)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
      at weblogic.security.Security.runAs(Security.java:61)
      at com.bea.wlw.runtime.core.control.EJBControlImpl.invoke(EJBControlImpl.jcs:697)
      at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:377)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406)
      at com.bea.wlw.runtime.jcs.container.JcsProxy.invoke(JcsProxy.java:388)
      at $Proxy25.invokeProcess(Unknown Source)
      at com.fluid.ceb.bb.eod.CebEODWebService.invokeProcess(CebEODWebService.jws:48)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at com.bea.wlw.runtime.core.dispatcher.DispMethod.invoke(DispMethod.java:371)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:433)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:406)
      at com.bea.wlw.runtime.core.container.Invocable.invoke(Invocable.java:249)
      at com.bea.wlw.runtime.core.bean.BaseContainerBean.invokeBase(BaseContainerBean.java:224)
      at com.bea.wlw.runtime.core.bean.SLSBContainerBean.invoke(SLSBContainerBean.java:109)
      at com.bea.wlwgen.StatelessContainer_ly05hg_ELOImpl.invoke(StatelessContainer_ly05hg_ELOImpl.java:207)
      at com.bea.wlwgen.GenericStatelessSLSBContAdpt.invokeOnBean(GenericStatelessSLSBContAdpt.java:62)
      at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.runAsInvoke(BaseDispatcherBean.java:153)
      at com.bea.wlw.runtime.core.bean.BaseDispatcherBean.invoke(BaseDispatcherBean.java:54)
      at com.bea.wlw.runtime.core.bean.SyncDispatcherBean.invoke(SyncDispatcherBean.java:168)
      at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:100)
      at com.bea.wlw.runtime.core.dispatcher.Dispatcher.remoteDispatch(Dispatcher.java:161)
      at com.bea.wlw.runtime.core.dispatcher.Dispatcher.dispatch(Dispatcher.java:49)
      at com.bea.wlw.runtime.core.dispatcher.HttpServerHelper.executePostRequest(HttpServerHelper.java:713)
      at com.bea.wlw.runtime.core.dispatcher.HttpServer.doPost(HttpServer.java:49)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
      at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6985)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
      at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
      at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
      at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
      at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
>
####<Oct 25, 2007 11:47:46 AM IST> <Info> <JDBC> <fluid-9643> <cgServer> <ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-039AC7AE13365F2D3438> <BEA-001068> <Connection for pool "CEBConnectionPool" created.>
####<Oct 25, 2007 11:47:46 AM IST> <Info> <JDBC> <fluid-9643> <cgServer> <ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-039AC7AE13365F2D3438> <BEA-001132> <Initialized statement cache of size "10" for connection in pool "CEBConnectionPool".>
####<Oct 25, 2007 11:47:46 AM IST> <Info> <Common> <fluid-9643> <cgServer> <ExecuteThread: '12' for queue: 'weblogic.kernel.Default'> <<anonymous>> <BEA1-039AC7AE13365F2D3438> <BEA-000628> <Created "1" resources for pool "CEBConnectionPool", out of which "1" are available and "0" are unavailable.>




Kindly give me some solution to over come this.

Thanks,
deeppraStart Free Trial
 
Loading Advertisement...
 
[+][-]10.31.2007 at 08:08AM PDT, ID: 20186154

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11.12.2007 at 09:56AM PST, ID: 20265814

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Enterprise Java Beans (EJB), J2EE
Sign Up Now!
Solution Provided By: mbvvsatish
Participating Experts: 1
Solution Grade: A
 
 
[+][-]08.21.2008 at 09:41AM PDT, ID: 22281415

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]08.27.2008 at 08:59PM PDT, ID: 22331426

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628