Ondrej Chaloupka created JBTM-3277:
--------------------------------------
Summary: LRA quickstarts fail on Narayana AMS CI with curl could not find the
target server
Key: JBTM-3277
URL:
https://issues.redhat.com/browse/JBTM-3277
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Quickstarts
Reporter: Ondrej Chaloupka
Assignee: Ondrej Chaloupka
The quickstarts fails on CI as it seems the CI is now dual stack and for normal run we
need to enforce the IPv4 to be used.
The when {{localhost}} is used then {{curl}} is directed to {{::1}} while java Thorntail
is started at {{0.0.0.0}}.
The workaround the setup the curl should force the IPv4 to be used {{-4}}.
The CI error is observed with errors
{code}
WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
...
Failed to connect to ::1: Network is unreachable
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)