Atomikos Forum

end for XID raised 0: unknown

Hi,

We occasionally get errors like this a few times in a week. Has anyone encountered this problem before?

2011-06-08 23:32:25,483 [92] ERROR api.HController - XA resource 'xaa_account': end for XID '3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313935' raised 0: unknown
com.atomikos.datasource.ResourceException: XA resource 'xaa_account': end for XID '3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313935' raised 0: unknown
        at com.atomikos.datasource.xa.XAResourceTransaction.suspend(XAResourceTransaction.java:617)
        at com.atomikos.datasource.xa.session.BranchEndedStateHandler.<init>(BranchEndedStateHandler.java:26)
        at com.atomikos.datasource.xa.session.BranchEnlistedStateHandler.sessionClosed(BranchEnlistedStateHandler.java:71)
        at com.atomikos.datasource.xa.session.TransactionContext.sessionClosed(TransactionContext.java:71)
        at com.atomikos.datasource.xa.session.SessionHandleState.notifySessionClosed(SessionHandleState.java:101)
        at com.atomikos.jdbc.AtomikosConnectionProxy.close(AtomikosConnectionProxy.java:190)
        at com.atomikos.jdbc.AtomikosConnectionProxy.invoke(AtomikosConnectionProxy.java:119)
        at $Proxy16.close(Unknown Source)
        at org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider.closeConnection(LocalDataSourceConnectionProvider.java:95)
        at org.hibernate.jdbc.ConnectionManager.closeConnection(ConnectionManager.java:474)
        at org.hibernate.jdbc.ConnectionManager.aggressiveRelease(ConnectionManager.java:429)
        at org.hibernate.jdbc.ConnectionManager.afterStatement(ConnectionManager.java:304)
        at org.hibernate.jdbc.AbstractBatcher.closePreparedStatement(AbstractBatcher.java:572)
        at org.hibernate.jdbc.AbstractBatcher.closeStatement(AbstractBatcher.java:291)
        at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:307)
        at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:234)
        at org.hibernate.loader.Loader.getResultSet(Loader.java:1822)
        at org.hibernate.loader.Loader.doQuery(Loader.java:697)
        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259)
        at org.hibernate.loader.Loader.doList(Loader.java:2228)
        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2125)
        at org.hibernate.loader.Loader.list(Loader.java:2120)
        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:401)
        at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:361)
        at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196)
        at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1148)
        at org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
        at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:835)
        at com.hoiio.user.dao.UserDAO.findUserConcurrentCall(UserDAO.java:423)
        at com.hoiio.user.delegates.UserConcurrentCallDelegate.findUserConcurrentCall(UserConcurrentCallDelegate.java:27)
        at com.hoiio.user.delegates.UserConcurrentCallDelegate.isCallTxnAllowedForConcurrentCall(UserConcurrentCallDelegate.java:45)
        at com.hoiio.user.UserEngine.isCallTxnAllowedForConcurrentCall(UserEngine.java:335)
        at com.hoiio.api.publicapi.core.voice.Callback.makeCall(Callback.java:187)
        at com.hoiio.api.publicapi.core.voice.Callback.execute(Callback.java:124)
        at com.hoiio.api.AuthenticatedApi.executeApi(AuthenticatedApi.java:60)
        at com.hoiio.api.Api.execute(Api.java:76)
        at com.hoiio.api.translator.ApiTranslator.forwardToHoiioApi(ApiTranslator.java:208)
        at com.hoiio.api.translator.core.MakeCallTranslator.executeAction(MakeCallTranslator.java:34)
        at com.hoiio.api.translator.ApiTranslator.execute(ApiTranslator.java:80)
        at com.hoiio.api.translator.ApiTranslator$$FastClassByCGLIB$$71ccef07.invoke(<generated>)
        at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
 at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:617)
        at com.hoiio.api.translator.core.MakeCallTranslator$$EnhancerByCGLIB$$95c1d92f.execute(<generated>)
        at com.hoiio.api.translator.TranslatorController.forward(TranslatorController.java:155)
        at com.hoiio.api.translator.TranslatorController.doAction(TranslatorController.java:70)
        at com.hoiio.api.HController.executeTransactionally(HController.java:129)
        at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
        at $Proxy23.executeTransactionally(Unknown Source)
        at com.hoiio.api.HController.handleRequest(HController.java:177)
        at sun.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:196)
        at $Proxy23.handleRequest(Unknown Source)
        at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
        at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
        at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
        at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
        at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:560)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
        at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
        at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
        at java.lang.Thread.run(Thread.java:636)
Iris Send private email
Friday, June 10, 2011
 
 
Logs on "INFO" mode:

11-06-08 23:32:25,192 [crmJmsContainer-1] commit() done (by application) of transaction 127.0.0.1.tm0584500510
11-06-08 23:32:25,192 [crmJmsContainer-1] createCompositeTransaction ( 300000 ): created new ROOT transaction with id 127.0.0.1.tm0584700510
11-06-08 23:32:25,454 [http-80-20] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,454 [http-80-20] XAResource.start ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMJOIN ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,455 [http-80-20] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@aa89abae ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,464 [http-80-20] XAResource.end ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,465 [http-80-20] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,465 [http-80-20] XAResource.start ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMJOIN ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,465 [http-80-20] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@aa89abae ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,466 [http-80-20] XAResource.end ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,467 [http-80-20] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,467 [http-80-20] XAResource.start ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMJOIN ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,467 [http-80-20] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@aa89abae ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,468 [http-80-20] XAResource.end ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,470 [http-80-20] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,470 [http-80-20] XAResource.start ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMJOIN ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,470 [http-80-20] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@aa89abae ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,471 [http-80-20] XAResource.end ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,472 [http-80-20] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,473 [http-80-20] XAResource.start ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMJOIN ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,473 [http-80-20] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@aa89abae ) for transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,474 [http-80-20] XAResource.end ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,474 [http-80-20] commit() done (by application) of transaction 127.0.0.1.tm0579700510
11-06-08 23:32:25,475 [Atomikos:312] XAResource.prepare ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313833 ) returning OK on resource api represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@7ec77512
11-06-08 23:32:25,475 [Atomikos:306] XAResource.prepare ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313834 ) returning OK on resource system represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@2cd652c1
11-06-08 23:32:25,475 [Atomikos:311] XAResource.prepare ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313836 ) returning OK on resource product represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@56911387
11-06-08 23:32:25,478 [http-80-1] XAResource.end ( 3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313935 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@45f8f330
11-06-08 23:32:25,480 [Atomikos:311] XAResource.rollback ( 3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313933 ) on resource api represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@3d35cda0
11-06-08 23:32:25,480 [Atomikos:288] XAResource.rollback ( 3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313937 ) on resource product_slave represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@1f4e1672
11-06-08 23:32:25,480 [Atomikos:306] XAResource.rollback ( 3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313934 ) on resource system represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@2797e57c
11-06-08 23:32:25,480 [Atomikos:312] XAResource.end ( 3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313935 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@45f8f330
11-06-08 23:32:25,480 [Atomikos:302] XAResource.rollback ( 3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313936 ) on resource product represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@2b155ce8
11-06-08 23:32:25,481 [http-80-1] XAResource.end ( 3132372E302E302E312E746D30353833383030353130:3132372E302E302E312E746D3737313935 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@45f8f330
11-06-08 23:32:25,483 [http-80-1] rollback() done of transaction 127.0.0.1.tm0583800510
11-06-08 23:32:25,483 [Atomikos:308] XAResource.prepare ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 ) returning OK on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,484 [http-80-1] createCompositeTransaction ( 300000 ): created new ROOT transaction with id 127.0.0.1.tm0584800510
11-06-08 23:32:25,484 [Atomikos:302] XAResource.commit ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313834 , false ) on resource system represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@2cd652c1
11-06-08 23:32:25,484 [Atomikos:312] XAResource.commit ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313835 , false ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@4541139c
11-06-08 23:32:25,484 [Atomikos:306] XAResource.commit ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313836 , false ) on resource product represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@56911387
11-06-08 23:32:25,484 [Atomikos:291] XAResource.commit ( 3132372E302E302E312E746D30353739373030353130:3132372E302E302E312E746D3737313833 , false ) on resource api represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@7ec77512
11-06-08 23:32:25,487 [http-80-23] XAResource.end ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@22445efe
11-06-08 23:32:25,488 [http-80-23] registerSynchronization ( com.atomikos.icatch.jta.Sync2Sync@2fc4513c ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,488 [http-80-23] registerSynchronization ( com.atomikos.icatch.jta.Sync2Sync@20a88dda ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,488 [http-80-23] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737323033 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,488 [http-80-23] XAResource.start ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737323033 , XAResource.TMNOFLAGS ) on resource number represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@e7f4211
11-06-08 23:32:25,488 [http-80-23] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@9cb58888 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,489 [http-80-23] XAResource.end ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737323033 , XAResource.TMSUCCESS ) on resource number represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@e7f4211
11-06-08 23:32:25,490 [http-80-23] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,490 [http-80-23] XAResource.start ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 , XAResource.TMJOIN ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@22445efe
11-06-08 23:32:25,490 [http-80-23] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@9cb58888 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,491 [http-80-23] XAResource.end ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@22445efe
11-06-08 23:32:25,492 [http-80-23] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313839 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,492 [http-80-23] XAResource.start ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313839 , XAResource.TMJOIN ) on resource system represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@bcb4598
11-06-08 23:32:25,492 [http-80-23] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@9cb58888 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,492 [http-80-23] XAResource.end ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313839 , XAResource.TMSUCCESS ) on resource system represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@bcb4598
11-06-08 23:32:25,505 [http-80-23] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313931 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,505 [http-80-23] XAResource.start ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313931 , XAResource.TMJOIN ) on resource product represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@146793f9
11-06-08 23:32:25,505 [http-80-23] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@9cb58888 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,506 [http-80-23] XAResource.end ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313931 , XAResource.TMSUCCESS ) on resource product represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@146793f9
11-06-08 23:32:25,508 [http-80-23] addParticipant ( XAResourceTransaction: 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,508 [http-80-23] XAResource.start ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 , XAResource.TMJOIN ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@22445efe
11-06-08 23:32:25,508 [http-80-23] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@9cb58888 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,509 [http-80-23] registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@9cb58888 ) for transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,510 [http-80-23] XAResource.end ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 , XAResource.TMSUCCESS ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@22445efe
11-06-08 23:32:25,510 [http-80-23] commit() done (by application) of transaction 127.0.0.1.tm0582500510
11-06-08 23:32:25,511 [Atomikos:291] XAResource.prepare ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313839 ) returning OK on resource system represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@bcb4598
11-06-08 23:32:25,511 [Atomikos:310] XAResource.prepare ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313932 ) returning OK on resource product_slave represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@3d04f4f9
11-06-08 23:32:25,511 [Atomikos:302] XAResource.prepare ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313931 ) returning OK on resource product represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@146793f9
11-06-08 23:32:25,511 [Atomikos:311] XAResource.prepare ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737323033 ) returning OK on resource number represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@e7f4211
11-06-08 23:32:25,511 [Atomikos:312] XAResource.prepare ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313838 ) returning OK on resource api represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@46938420
11-06-08 23:32:25,517 [Atomikos:306] XAResource.prepare ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 ) returning OK on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@22445efe
11-06-08 23:32:25,518 [Atomikos:311] XAResource.commit ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313930 , false ) on resource xaa_account represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@22445efe
11-06-08 23:32:25,518 [Atomikos:291] XAResource.commit ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737323033 , false ) on resource number represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@e7f4211
11-06-08 23:32:25,518 [Atomikos:302] XAResource.commit ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313931 , false ) on resource product represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@146793f9
11-06-08 23:32:25,518 [Atomikos:312] XAResource.commit ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313839 , false ) on resource system represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@bcb4598
11-06-08 23:32:25,518 [Atomikos:310] XAResource.commit ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313932 , false ) on resource product_slave represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@3d04f4f9
11-06-08 23:32:25,518 [Atomikos:306] XAResource.commit ( 3132372E302E302E312E746D30353832353030353130:3132372E302E302E312E746D3737313838 , false ) on resource api represented by XAResource instance com.mysql.jdbc.jdbc2.optional.JDBC4SuspendableXAConnection@46938420
11-06-08 23:32:25,638 [http-80-1] commit() done (by application) of transaction 127.0.0.1.tm0584800510
11-06-08 23:32:25,824 [nocJmsContainer-1] commit() done (by application) of transaction 127.0.0.1.tm0584600510
11-06-08 23:32:25,824 [nocJmsContainer-1] createCompositeTransaction ( 300000 ): created new ROOT transaction with id 127.0.0.1.tm0584900510
Iris Send private email
Friday, June 10, 2011
 
 
Database: MySQL 5.5

Contents of jta.properties:


com.atomikos.icatch.serial_jta_transactions=false
com.atomikos.icatch.max_actives=800
com.atomikos.icatch.enable_logging=false
com.atomikos.icatch.console_log_level=WARN
com.atomikos.icatch.force_shutdown_on_vm_exit = true
com.atomikos.icatch.threaded_2pc=true
Iris Send private email
Friday, June 10, 2011
 
 
Only a guess:

Have you tried:

com.atomikos.icatch.threaded_2pc=false
Torsten Krah Send private email
Tuesday, June 14, 2011
 
 

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

Other recent topics Other recent topics