failed with exception code XAException.XAER_NOTA: javax.transaction.xa.XAException: The method 'xa_rollback' has failed with errorCode '-4'

Posted on

Hi,
I am using Jboss EAP 7.4.4 and IBM's wmq.jmsra.rar as resource adaptor. I am getting the bellow error and it keeps generating the logs infinite loop.

2022-06-02 22:42:46,929 INFO [org.jboss.as.connector.deployers.RaXmlDeployer] (default-threads - 14) wmq.jmsra.rar: MQJCA4004:Message delivery to an MDB 'org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler@43ed38c4' failed with exception: 'JMSException occured with errorcode: MQJCA0002 and message: MQJCA0002: An exception occurred in the WebSphere MQ layer. See the linked exception for details.'.
2022-06-02 22:42:46,940 INFO [org.jboss.as.connector.deployers.RaXmlDeployer] (default-threads - 14) wmq.jmsra.rar: MQJCA4026:Transaction backed out with reason: 'The method 'xa_end' has failed with errorCode '100'.'.
2022-06-02 22:42:46,953 WARN [com.arjuna.ats.jta] (default-threads - 14) ARJUNA016045: attempted rollback of < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffff0a3af1dd:-28d4538:62992074:2a1cf, node_name=1, branch_uid=0:ffff0a3af1dd:-28d4538:62992074:2a1d2, subordinatenodename=null, eis_name=unknown eis name > (com.ibm.mq.connector.xa.XARWrapper@17afe047) failed with exception code XAException.XAER_NOTA: javax.transaction.xa.XAException: The method 'xa_rollback' has failed with errorCode '-4'.
at com.ibm.mq.jmqi.JmqiXAResource.rollback(JmqiXAResource.java:874)
at com.ibm.mq.connector.xa.XARWrapper.rollback(XARWrapper.java:598)

Please help me to resolve this. Thanks.

Attachments

Responses