Hello,
This WARN message is generated periodicaly.
2020-09-01 01:00:00.000 +0400 WARN (Periodic Recovery) com.arjuna.ats.jta ARJUNA016027: Local XARecoveryModule.xaRecovery got XA exception XAException.XAER_RMERR
javax.transaction.xa.XAException
at oracle.jdbc.xa.OracleXAResource.recover(OracleXAResource.java:732)
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.xaRecoveryFirstPass(XARecoveryModule.java:634)
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.periodicWorkFirstPass(XARecoveryModule.java:226)
at com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule.periodicWorkFirstPass(XARecoveryModule.java:171)
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.doWorkInternal(PeriodicRecovery.java:770)
at com.arjuna.ats.internal.arjuna.recovery.PeriodicRecovery.run(PeriodicRecovery.java:382)
The BonitaSubscription-7.10.5
’s xa datasources are configured with same host and port.
These pages listed below instruct to specify no-recovery
- XAER_RMERR during XA transaction recovery for Oracle database
- XA Recovery for multiple datasources against the same database identified by host and port
Do the BonitaSubscription-7.10.5/server/conf/jbossts-properties.xml
file have to be modified?
How ?
Regards,
Jerome