When running a quite big transaction which takes around 5 minutes or
more, the following exception emerges.  Rerunning the transaction, it
fails on different places.

Are there any timout settings we have forgotten?


cocte1@banklab7:~/nb/nb2/src/build> ant statusfil
Buildfile: build.xml

statusfil:
     [java] -------- MANUELL KJOERING AV STATUSFIL --------
     [java] Dette tar gjerne 10-15 minutter....
     [java] Nå starter det...
     [java] java.rmi.ServerException: RemoteException occurred in server 
thread; nested exception is:
     [java]     java.rmi.ServerException: EJBException:; nested exception is:
     [java]     javax.ejb.EJBException: null; CausedByException is:
     [java]     null; CausedByException is:
     [java]     null; CausedByException is:
     [java]     Find failed: org.jboss.util.NestedSQLException: Could not 
enlist in transaction on entering meta-aware 
object!javax.transaction.SystemException: Could not enlist 
XAResource!javax.transaction.RollbackException: Already marked for rollback; 
- nested throwable: (javax.resource.ResourceException: Could not enlist in 
transaction on entering meta-aware object!javax.transaction.SystemException: 
Could not enlist XAResource!javax.transaction.RollbackException: Already 
marked for rollback)
     [java] java.rmi.ServerException: EJBException:; nested exception is:
     [java]     javax.ejb.EJBException: null; CausedByException is:
     [java]     null; CausedByException is:
     [java]     null; CausedByException is:
     [java]     Find failed: org.jboss.util.NestedSQLException: Could not 
enlist in transaction on entering meta-aware 
object!javax.transaction.SystemException: Could not enlist 
XAResource!javax.transaction.RollbackException: Already marked for rollback; 
- nested throwable: (javax.resource.ResourceException: Could not enlist in 
transaction on entering meta-aware object!javax.transaction.SystemException: 
Could not enlist XAResource!javax.transaction.RollbackException: Already 
marked for rollback)
     [java] javax.ejb.EJBException: null; CausedByException is:
     [java]     null; CausedByException is:
     [java]     null; CausedByException is:
     [java]     Find failed: org.jboss.util.NestedSQLException: Could not 
enlist in transaction on entering meta-aware 
object!javax.transaction.SystemException: Could not enlist 
XAResource!javax.transaction.RollbackException: Already marked for rollback; 
- nested throwable: (javax.resource.ResourceException: Could not enlist in 
transaction on entering meta-aware object!javax.transaction.SystemException: 
Could not enlist XAResource!javax.transaction.RollbackException: Already 
marked for rollback)
     [java]     at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
     [java]     at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
     [java]     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
     [java]     at 
org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
     [java]     at 
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:128)
     [java]     at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
     [java]     at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)
     [java]     at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
     [java]     at 
org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:111)
     [java]     at 
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
     [java]     at $Proxy1.manuellStatusfil(Unknown Source)
     [java]     at 
norgesbank.bank.sil.tjenester.grensesnitt.ManuellStatusfil.<init>(ManuellStatusfil.java:44)
     [java]     at 
norgesbank.bank.sil.tjenester.grensesnitt.ManuellStatusfil.main(ManuellStatusfil.java:19)
     [java] javax.ejb.EJBException: null; CausedByException is:
     [java]     null; CausedByException is:
     [java]     Find failed: org.jboss.util.NestedSQLException: Could not 
enlist in transaction on entering meta-aware 
object!javax.transaction.SystemException: Could not enlist 
XAResource!javax.transaction.RollbackException: Already marked for rollback; 
- nested throwable: (javax.resource.ResourceException: Could not enlist in 
transaction on entering meta-aware object!javax.transaction.SystemException: 
Could not enlist XAResource!javax.transaction.RollbackException: Already 
marked for rollback)
     [java]     <<no stack trace available>>
     [java] javax.ejb.EJBException: null; CausedByException is:
     [java]     Find failed: org.jboss.util.NestedSQLException: Could not 
enlist in transaction on entering meta-aware 
object!javax.transaction.SystemException: Could not enlist 
XAResource!javax.transaction.RollbackException: Already marked for rollback; 
- nested throwable: (javax.resource.ResourceException: Could not enlist in 
transaction on entering meta-aware object!javax.transaction.SystemException: 
Could not enlist XAResource!javax.transaction.RollbackException: Already 
marked for rollback)
     [java]     <<no stack trace available>>
     [java] javax.ejb.FinderException: Find failed: 
org.jboss.util.NestedSQLException: Could not enlist in transaction on 
entering meta-aware object!javax.transaction.SystemException: Could not 
enlist XAResource!javax.transaction.RollbackException: Already marked for 
rollback; - nested throwable: (javax.resource.ResourceException: Could not 
enlist in transaction on entering meta-aware 
object!javax.transaction.SystemException: Could not enlist 
XAResource!javax.transaction.RollbackException: Already marked for rollback)
     [java]     <<no stack trace available>>


-- 
  Jon Haugsand, <[EMAIL PROTECTED]>
  Norges Bank, <http://www.norges-bank.no>



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to