Description of problem: This Bugzilla has been created to request a CP15 On-Off Patch for the https://bugzilla.redhat.com/show_bug.cgi?id=1435549 Version-Release number of selected component (if applicable): EAP 6.4.15 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 1286192 [details] Test case to reproduce the issue
Created attachment 1286317 [details] On-Off Patch
Patch tested with success with the reproducer. Here is the expected Suppressed's exception cause (JMS Prepare failed in callee) from the logs: 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) Suppressed: javax.transaction.xa.XAException 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) at org.hornetq.ra.HornetQRAXAResource.prepare(HornetQRAXAResource.java:135) 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) at org.jboss.jca.core.tx.jbossts.XAResourceWrapperImpl.prepare(XAResourceWrapperImpl.java:177) 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelPrepare(XAResourceRecord.java:219) 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) at com.arjuna.ats.arjuna.coordinator.BasicAction.doPrepare(BasicAction.java:2545) 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) at com.arjuna.ats.arjuna.coordinator.BasicAction.doPrepare(BasicAction.java:2512) 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) at com.arjuna.ats.arjuna.coordinator.BasicAction.prepare(BasicAction.java:2083) 09:09:47,811 ERROR [stderr] (http-127.0.0.1:8080-5) at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1494) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate.SubordinateAtomicAction.doOnePhaseCommit(SubordinateAtomicAction.java:240) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate.TransactionImple.doOnePhaseCommit(TransactionImple.java:283) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at org.jboss.as.ejb3.remote.protocol.versionone.XidTransactionCommitTask.manageTransaction(XidTransactionCommitTask.java:84) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at org.jboss.as.ejb3.remote.protocol.versionone.XidTransactionManagementTask.run(XidTransactionManagementTask.java:78) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at java.util.concurrent.FutureTask.run(FutureTask.java:266) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 09:09:47,812 ERROR [stderr] (http-127.0.0.1:8080-5) at java.lang.Thread.run(Thread.java:745) 09:09:47,813 ERROR [stderr] (http-127.0.0.1:8080-5) at org.jboss.threads.JBossThread.run(JBossThread.java:122) 09:09:47,813 ERROR [stderr] (http-127.0.0.1:8080-5) Caused by: java.lang.Throwable: JMS Prepare failed in callee 09:09:47,813 ERROR [stderr] (http-127.0.0.1:8080-5) at org.hornetq.ra.HornetQRAXAResource.prepare(HornetQRAXAResource.java:136) 09:09:47,813 ERROR [stderr] (http-127.0.0.1:8080-5) ... 16 more
Hi Francesco, is this one out of date or can it be merged?
Tom, I've verified in the matching case from the Portal (01596228). This fix has been provided as part of the EAP 6.4.17 release (2017-09-05) so we can close this bugzilla.