-
2. Re: JBoss 7 - periodic ARJUNA16037 in the logs
drosowski Apr 10, 2012 11:42 AM (in response to jhalliday)Hi there,
I have the same problem using postgreSQL as XA datasource.
I read
Jonathan Halliday schrieb:
But I don't think this applies in OPs and my case, since the commit was FINISH_OK.
Another article I stumbled upon was http://planet.jboss.org/post/norecoveryxa. The last paragraph perfectly describes my problem, but to be honest, I didn't quite understand what the suggested solution would be.
Any idea?
For completeness' sake, here is my log and my datasource config.
17:39:56,729 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA16037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131076, gtrid_length=29, bqual_length=64, tx_uid=0:ffffc0a86041:-43878cc1:4f843055:17, node_name=1, branch_uid=0:ffffc0a86041:-43878cc1:4f843055:1a, eis_name=java:jboss/datasources/MyDatasource >, heuristic: TwoPhaseOutcome.FINISH_OK, product: PostgreSQL/9.1.3, jndiName: java:jboss/datasources/MyDatasource com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@484dfd >
<xa-datasource jndi-name="java:jboss/datasources/MyDatasource" pool-name="MyDSPool" enabled="true"> <xa-datasource-property name="ServerName"> localhost </xa-datasource-property> <xa-datasource-property name="DatabaseName"> postgres </xa-datasource-property> <xa-datasource-property name="User"> user </xa-datasource-property> <xa-datasource-property name="Password"> password </xa-datasource-property> <driver> postgresql </driver> </xa-datasource> Cheers,
Daniel
-
3. Re: JBoss 7 - periodic ARJUNA16037 in the logs
drosowski Apr 11, 2012 3:00 AM (in response to drosowski)The warning went away after I emptied some directories. I didn't try it after each directory, so it's hard to tell which one was affecting the transactions, but heres the list:
- standalone/data/tx-object-store
- standalone/tmp/work
- standalone/tmp/vfs
Hope this helps other people chasing this warning...
-
4. Re: JBoss 7 - periodic ARJUNA16037 in the logs
ksreen May 22, 2012 6:12 AM (in response to drosowski)Deleting the files in "standalone\data\tx-object-store\"
particularly files under "ShadowNoFileLockStore\defaultStore\StateManager\BasicAction\TwoPhaseCoordinator\AtomicAction" helped me.