Created attachment 865401 [details] stacktrace and standart output It happens when using -DproxySet=true -DproxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -DproxyPort=3128 in pure ipv6 jobs.
Upstream PR: wildfly/wildfly#5951 (merged) PR : https://github.com/jbossas/jboss-eap/pull/1031
Unfortunatelly the test is still failing. See: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-AS-Testsuite/job/eap-60-as-testsuite-RHEL-OracleJDK6-pureIPV6/lastCompletedBuild/jdk=java16_default,label_exp=RHEL6-ipv6%26%26x86_64%26%26pure-ipv6/testReport/org.jboss.as.test.manualmode.ws/ReloadWSDLPublisherTestCase/testHelloStringAfterReload/
The log shows that we are using the http proxy to connect locally. Is the nonProxyHosts correctly configured ?
you should have something like : -DnonProxyHosts="localhost|127.*|[::0]|[::1]|[$MYTESTIPV6_1]|[$MYTESTIPV6_2]" in you command but it doesn't seem to be there
Moving back ON_QA to verify after job-rconfiguration.
Test passes after jobs reconfiguration.