Description:
Jboss repeated error/warn message in server.log file:
2013-02-28 11:11:43,693 WARN [com.arjuna.ats.jta.logging.loggerI18N]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa]
[com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could not
find new XAResource to use for recovering non-serializable XAResource <
131075, 29, 27, 1--5601feed:c705:50f69a5a:60c-5601feed:c705:50f69a5a:611
This is an internal Jboss message due to a defect in the version of Jboss used with CA ControlMinder's Enterprise Manager.
Solution:
There isn't a way to completely remove the messages, but we can filter them out of the server.log file. To do this, just add the following to jboss-log4j.xml. It does not appear to require a restart of the Jboss service for the logging update to take effect.
<!-- Limit category to ERROR as its WARN is verbose -->
<category name="com.arjuna.ats.jta.logging.loggerI18N">
<priority value="ERROR" />
</category>
<!-- Limit category to ERROR as its WARN is verbose -->
<category name="com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa">
<priority value="ERROR" />
</category>
We are planning to use the latest version of Jboss in the next release of Enterprise Manager which will allow us to get past the error.