-
Bug
-
Resolution: Done
-
Blocker
-
35.0.0.Beta1
-
None
when running integration testing according to readme workflow I get failure:
BasicRuntimeIT.testHTTPEndpointIsAvailable:49->testEndpoint:62 expected:<200> but was:<404>
when executing verify for both servers:
cd ${PATH_TO_QUICKSTART_DIR}/server; mvn verify -Pintegration-testing -Dserver.host="http://localhost:8180/server" mvn verify -Pintegration-testing -Dserver.host="http://localhost:8280/server"
I observed that communication flows into postgres container. Looking into server logs only notable thing I see:
WARN [com.arjuna.ats.jta] (default task-1) ARJUNA016036: commit on < formatId=131077, gtrid_length=35, bqual_length=36, tx_uid=0:ffff0aca94e7:17ff120f:67641e6f:36, node_name=server1, branch_uid=0:ffff0aca94e7:17ff120f:67641e6f:3b, subordinatenodename=null, eis_name=unknown eis name > (Subordinate XAResource at remote+http://127.0.0.1:8180) failed with exception $XAException.XA_RETRY: ja vax.transaction.xa.XAException: WFTXN0029: The peer threw an XA exception 244 at org.wildfly.transaction.client@3.0.5.Final//org.wildfly.transaction.client.provider.remoting.TransactionClientChannel.commit(TransactionClientChannel.java:400) 245 at org.wildfly.transaction.client@3.0.5.Final//org.wildfly.transaction.client.provider.remoting.RemotingRemoteTransactionPeer$1.commit(RemotingRemoteTransactionPeer.java:194) 246 at org.wildfly.transaction.client@3.0.5.Final//org.wildfly.transaction.client.SubordinateXAResource.commit(SubordinateXAResource.java:181) 247 at org.jboss.jts//com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelCommit(XAResourceRecord.java:425) 248 at org.jboss.jts//com.arjuna.ats.arjuna.coordinator.BasicAction.doCommit(BasicAction.java:3027)