Atomikos Forum

ExtendedSystemException: Error in prepare

Hi. Today I've found a few exceptions like this:

#########################
15 06 2009 08:47:05 ERROR TP-Processor16 net.sf.hibernate.transaction.JTATransaction - Commit failed
com.atomikos.icatch.jta.ExtendedSystemException: Error in prepare: Transition not allowed: ABORTING to PREPARING
    at com.atomikos.icatch.jta.TransactionImp.commit(Unknown Source)
    at com.atomikos.icatch.jta.TransactionManagerImp.commit(Unknown Source)
    at com.atomikos.icatch.jta.UserTransactionImp.commit(Unknown Source)
    at net.sf.hibernate.transaction.JTATransaction.commit(JTATransaction.java:56)
#########################

Found nothing on Google nor these boards about it. What's a possible cause of this error?

Thanks in advance
Diego Send private email
Monday, June 15, 2009
 
 
Hi,

This is a timeout + rollback that has intervened right before your application wants to commit. Nothing serious, just a rollback warning. You can avoid this by increasing the timeout of your transaction.

HTH
Guy Pardon Send private email
Monday, June 15, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics