[jbossts-issues] [JBoss JIRA] (JBTM-3277) LRA quickstarts fail on Narayana AMS CI with curl could not find the target server

Ondrej Chaloupka (Jira) issues at jboss.org
Wed May 20 06:27:19 EDT 2020


     [ https://issues.redhat.com/browse/JBTM-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ondrej Chaloupka closed JBTM-3277.
----------------------------------


> 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
>    Affects Versions: 5.10.4.Final
>            Reporter: Ondrej Chaloupka
>            Assignee: Ondrej Chaloupka
>            Priority: Minor
>             Fix For: 5.10.5.Final
>
>
> 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}
> ===== injecting a fault which should halt the service on pid
> ...
> WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:8080
> ...
> Failed to connect to ::1: Network is unreachable
> {code}
> The same happens on tomcat driver example where error is like
> {code}
> % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
>                                  Dload  Upload   Total   Spent    Left  Speed
>   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to ::1: Network is unreachable
> Listening for transport dt_socket at address: 8000
> INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/9.0.7
> {code}



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jbossts-issues mailing list