Closed GoogleCodeExporter closed 8 years ago
I"m having exactly the same problem with Java 1.6, JDO on Mac OS X with App
Engine 1.3.4
Did the problem ever get resolved?
It's quite critical on my side
Original comment by killian....@gmail.com
on 2 Jul 2010 at 3:43
I have the same problem with 1.3.8 and Java 1.6
Original comment by strea...@gmail.com
on 30 Nov 2010 at 9:24
I would say that logging of database transaction failures is much better than
when I originally submitted this ticket.
Most transaction commit failures I've encountered in recent history have been
due to either Concurrent Modification or COMMIT WRITE TIMEOUT.
The secret to decoding this error is to look at the nested exception like:
NestedThrowablesStackTrace:
java.sql.SQLException: Concurrent Modification
at org.datanucleus.store.appengine.DatastoreTransaction.commit(DatastoreTransaction.java:70)
To be bulletproof, it is critical to
catch javax.jdo.JDOException, JDOCanRetryException, and others
in order to recover the pertinent information and act on it intelligently.
Original comment by andy.stevko
on 30 Nov 2010 at 7:24
Can somebody who had this problem please define what is the current status, and
if something is still missing then define a simple testcase that shows it
Original comment by googleco...@yahoo.co.uk
on 9 Aug 2011 at 11:04
Can't reproduce anything here. Provide a test that demonstrates something being
inadequate then it could be taken forward
Original comment by googleco...@yahoo.co.uk
on 1 Nov 2011 at 10:31
I once in a while get an error log:
org.datanucleus.transaction.Transaction commit: Operation commit failed on
resource: org.datanucleus.store.appengine.DatastoreXAResource@1d374be, error
code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=
While it appears to be truncated it is really all there is. No stack trace, no
nested exception, no exception received by my code. So I wonder whether this
error just occurs internally and some automatic retry of the transaction
succeeded.
Original comment by gpaul.pe...@googlemail.com
on 24 Oct 2012 at 7:26
appengine 1.8.0
DN 3.1.1
apengine DN 2.1.1
i am still getting the same error
org.datanucleus.transaction.Transaction commit: Operation commit failed on
resource: com.google.appengine.datanucleus.DatastoreXAResource@d03877, error
code UNKNOWN and transaction: [DataNucleus Transaction, ID=Xid=
i cant write a test case because it occurs occasionally and for obvious reason.
Original comment by lu...@asteriski.com
on 6 May 2013 at 11:38
Original issue reported on code.google.com by
andy.stevko
on 7 Jun 2010 at 11:50