Atomikos Forum |
|
my application is failing on this error, and I could not figure out (for the life of me) what is the cause of it:
--- 2014-03-20 15:20:56,651 [ERROR] [mytest.util.aspects.FlexServiceExceptionWrapper] -Unexpected flex service error. com.atomikos.datasource.ResourceException: XA resource 'testDB': end for XID '3134342E3130302E35362E3131332E746D30323136353030303031:3134342E3130302E35362E3131332E746D333933' raised -7: the XA resource has become unavailable at com.atomikos.datasource.xa.XAResourceTransaction.suspend(XAResourceTransaction.java:463) --- Another log that might be related to the problem, or not, is this one: --- 14-03-20 13:37:05,888 [Atomikos:21] Rollback of timedout ACTIVE coordinator ! 14-03-20 13:37:05,888 [Atomikos:21] Forcing close of pending statement: oracle.jdbc.driver.OraclePreparedStatementWrapper@58c865b --- I would appreciate if anyone can help. Thank you in advance! Lee |