|
Hi ,
I am getting transaction timeout exceptions (under load conditions )
Here is my stack trace :
------------Begin------------
Caused by: javax.ejb.EJBException at org.openejb.proxy.EJBMethodInterceptor.intercept(EJBMethodInterceptor.java(Compiled Code)) at org.openejb.proxy.SessionEJBLocalObject$$EnhancerByCGLIB$$dfd010d9.transferFunds(<generated>) at com.infosys.j2ee.setlbank.businessprocess.fundstransferprocess.impl.FundsTransferProcessServiceImpl.transferFunds(FundsTransferProcessServiceImpl.java:237) ... 27 more Caused by: javax.transaction.RollbackException: Transaction timout at org.apache.geronimo.transaction.manager.TransactionImpl.commit(TransactionImpl.java(Compiled Code)) at org.apache.geronimo.transaction.manager.TransactionManagerImpl.commit(TransactionManagerImpl.java(Compiled Code)) at org.apache.geronimo.transaction.manager.TransactionManagerImpl$$FastClassByCGLIB$$14ee5fe0.invoke(<generated>(Compiled Code)) at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java(Inlined Compiled Code)) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java(Compiled Code)) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java(Inlined Compiled Code)) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java(Compiled Code)) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java(Inlined Compiled Code)) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java(Compiled Code)) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java(Compiled Code)) at org.apache.geronimo.transaction.ExtendedTransactionManager$$EnhancerByCGLIB$$515c87e6.commit(<generated>(Compiled Code)) at org.apache.geronimo.transaction.context.InheritableTransactionContext.complete(InheritableTransactionContext.java(Compiled Code)) at org.apache.geronimo.transaction.context.InheritableTransactionContext.commit(InheritableTransactionContext.java(Compiled Code)) at org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java(Compiled Code)) at org.openejb.transaction.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java(Compiled Code)) at org.openejb.SystemExceptionInterceptor.invoke(SystemExceptionInterceptor.java(Compiled Code)) at org.openejb.GenericEJBContainer.invoke(GenericEJBContainer.java(Compiled Code)) --------------End------------- Can some 1 can explain the reson for such timeout exceptions ?
Thanks, Santosh. "Don't talk about yourself; it will be done when you leave. "
|
- Transaction Timeout exceptions Santosh Koti
- Re: Transaction Timeout exceptions Kevin
- RE: Transaction Timeout exceptions Santosh Koti
