Atomikos Forum |
|
Hi all,
after doing some simple queries the system hangs, on the log I see: 98420 [qtp0-7] INFO atomikos - AtomikosDataSoureBean 'DerbyXA': init... then after a while 98420 [qtp0-7] INFO atomikos - AtomikosDataSoureBean 'DerbyXA': init... 108496 [Atomikos:5] WARN atomikos - XA resource 'DerbyXA': rollback for XID '3139322E3136382E352E34352E746D30303031343030303131:3139322E3136382E352E34352E746D3132' raised -4: the supplied XID is invalid for this XA resource javax.transaction.xa.XAException at org.apache.derby.jdbc.EmbedXAResource.rollback(Unknown Source) at com.atomikos.datasource.xa.XAResourceTransaction.rollback(XAResourceTransaction.java:651) at com.atomikos.icatch.imp.RollbackMessage.send(RollbackMessage.java:75) at com.atomikos.icatch.imp.PropagationMessage.submit(PropagationMessage.java:114) at com.atomikos.icatch.imp.Propagator$PropagatorThread.run(Propagator.java:90) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) 108496 [Atomikos:4] INFO atomikos - rollback() done of transaction 192.168.5.45.tm0001400011 I definitely don't want to rollback there and I don't understand why he can't find that XID. My configuration is pretty standard, I'm using the latest version of atomikos. |