Hi, Is there any code that may consume much time to run in your program? Or your program would deal with lots of data? Kevin. On 6/1/06, Santosh Koti wrote: > > 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 > () > > 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((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((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. " > > > **************** CAUTION - Disclaimer ***************** > This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended > solely for the use of the addressee(s). If you are not the intended > recipient, please notify the sender by e-mail and delete the original > message. Further, you are not to copy, disclose, or distribute this e-mail > or its contents to any other person and any such actions are unlawful. This > e-mail may contain viruses. Infosys has taken every reasonable precaution to > minimize this risk, but is not liable for any damage you may sustain as a > result of any virus in this e-mail. You should carry out your own virus > checks before opening the e-mail or attachment. Infosys reserves the right > to monitor and review the content of all messages sent to or from this > e-mail address. Messages sent to or from this e-mail address may be stored > on the Infosys e-mail system. > ***INFOSYS******** End of Disclaimer ********INFOSYS*** >