Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8576

SocketsAndInterfacesTestCase fails on IPv6

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Beta1
    • 11.0.0.Alpha1
    • Test Suite
    • None

    Description

      Description of problem:
      SocketsAndInterfacesTestCase fails on IPv6

      This is regression against EAP 7.0.0 and EAP 7.1.0.DR6.

      How reproducible:
      66% on IPv6

      Steps to Reproduce:

      export MYTESTIPV6_1_I=`ip -6 -o ad | grep $MYTESTIPV6_1 | awk '{print $2}'`
      export MYTESTIPV6_2_I=`ip -6 -o ad | grep $MYTESTIPV6_2 | awk '{print $2}'`
      ./integration-tests.sh -Dmaven.repo.local=$MAVEN_REPO_LOCAL -fae -Dmaven.test.failure.ignore=true -Dnode0=$MYTESTIPV6_1 -Dnode1=$MYTESTIPV6_2 -Dmcast=$MCAST_ADDRV6 -Dipv6 -DallTests -Djboss.dist=$JBOSS_DIST -DproxySet=true -DproxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -DproxyPort=3128 -Dhttp.proxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -Dhttps.proxyPort=3128 -DnonProxyHosts="localhost|localhost.localdomain|[0:0:0:0:0:0:0:1]|127.*|[::0]|[::1]|[$MYTESTIPV6_2]|[$MYTESTIPV6_1]" -Dhttp.nonProxyHosts="localhost|localhost.localdomain|127.*|[::0]|[::1]|[0:0:0:0:0:0:0:1]|[$MYTESTIPV6_2]|[$MYTESTIPV6_1]|[${MYTESTIPV6_1}%${MYTESTIPV6_1_I}]|[${MYTESTIPV6_2}%${MYTESTIPV6_2_I}]"
      

      Actual results:
      StackTrace:

      java.lang.AssertionError: Could not connect to created connector: http://[fe80::213:72ff:fe4c:f817%eth0]:9695/<>/fe80:0:0:0:213:72ff:fe4c:f817%eth0...name:eth0 (eth0).>undefined
      	at org.junit.Assert.fail(Assert.java:88)
      	at org.junit.Assert.assertTrue(Assert.java:41)
      	at org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase.testAddUpdateRemove(SocketsAndInterfacesTestCase.java:145)
      

      Standard output:

      &amp#27;[0m18:48:26,823 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /mnt/hudson_workspace/workspace/eap-7x-as-testsuite-test-integ-rhel-ipv6/7dc59048/testsuite/integration/basic/target/jbossas/standalone/data/content/ce/06c03dd366af9764d08457fc790260aab3bf3e/content
      &amp#27;[0m&amp#27;[0m18:48:26,826 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name: "SocketsAndInterfacesTestCase-dummy.jar")
      &amp#27;[0m&amp#27;[33m18:48:26,838 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.SocketsAndInterfacesTestCase-dummy.jar" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[0m18:48:26,841 INFO  [org.jboss.as.arquillian] (MSC service thread 1-4) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."SocketsAndInterfacesTestCase-dummy.jar",unit=SocketsAndInterfacesTestCase-dummy.jar,tests=[org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase]]
      &amp#27;[0m&amp#27;[0m18:48:26,855 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name : "SocketsAndInterfacesTestCase-dummy.jar")
      &amp#27;[0m&amp#27;[0m18:48:26,910 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener test listening on [fe80::213:72ff:fe4c:f817]:9695
      &amp#27;[0m&amp#27;[0m18:48:27,195 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m18:48:27,198 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
      &amp#27;[0m&amp#27;[0m18:48:27,199 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener test suspending
      &amp#27;[0m&amp#27;[0m18:48:27,200 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener test stopped, was bound to [fe80::213:72ff:fe4c:f817]:9695
      &amp#27;[0m&amp#27;[33m18:48:27,204 WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (ServerService Thread Pool -- 65) IJ000615: Destroying active connection in pool: ExampleDS (org.jboss.jca.adapters.jdbc.local.LocalManagedConnection@13db944)
      &amp#27;[0m&amp#27;[0m18:48:27,207 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0019: Stopped Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m18:48:27,212 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment arquillian-service (runtime-name: arquillian-service) in 32ms
      &amp#27;[0m&amp#27;[0m18:48:27,212 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTPS listener https suspending
      &amp#27;[0m&amp#27;[0m18:48:27,212 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment SocketsAndInterfacesTestCase-dummy.jar (runtime-name: SocketsAndInterfacesTestCase-dummy.jar) in 32ms
      &amp#27;[0m&amp#27;[0m18:48:27,213 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [2620:52:0:105f::ffff:32]:8443
      &amp#27;[0m&amp#27;[0m18:48:27,215 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
      &amp#27;[0m&amp#27;[0m18:48:27,216 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [2620:52:0:105f::ffff:32]:8080
      &amp#27;[0m&amp#27;[0m18:48:27,216 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 1.4.8.Final-redhat-1 stopping
      &amp#27;[0m&amp#27;[0m18:48:27,225 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-5) WFLYCLINF0003: Stopped jpa_SecondLevelCacheTestCase.jar#mypc.org.jboss.as.test.integration.jpa.secondlevelcache.Employee-pending-puts cache from hibernate container
      &amp#27;[0m&amp#27;[0m18:48:27,232 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-5) WFLYCLINF0003: Stopped jpa_SecondLevelCacheTestCase.jar#mypc2.org.jboss.as.test.integration.jpa.secondlevelcache.Employee-pending-puts cache from hibernate container
      &amp#27;[0m&amp#27;[0m18:48:27,242 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m18:48:27,247 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) stopped in 67ms
      &amp#27;[0m&amp#27;[0m18:48:27,248 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) starting
      &amp#27;[0m&amp#27;[0m18:48:27,312 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:27,331 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 20) WFLYCTL0028: Attribute 'username' in the resource at address '/subsystem=remoting/remote-outbound-connection=ejb-client-descriptor-test-remote-outbound-connection' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:27,331 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 20) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=remoting/remote-outbound-connection=ejb-client-descriptor-test-remote-outbound-connection' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:27,331 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 20) WFLYCTL0028: Attribute 'protocol' in the resource at address '/subsystem=remoting/remote-outbound-connection=ejb-client-descriptor-test-remote-outbound-connection' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:27,345 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 27) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:27,351 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
      &amp#27;[0m&amp#27;[0m18:48:27,378 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
      &amp#27;[0m&amp#27;[0m18:48:27,405 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
      &amp#27;[0m&amp#27;[0m18:48:27,406 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
      &amp#27;[0m&amp#27;[0m18:48:27,406 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
      &amp#27;[0m&amp#27;[0m18:48:27,416 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
      &amp#27;[0m&amp#27;[0m18:48:27,417 INFO  [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.0.Final-redhat-1)
      &amp#27;[0m&amp#27;[0m18:48:27,418 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m18:48:27,444 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
      &amp#27;[0m&amp#27;[0m18:48:27,454 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
      &amp#27;[0m&amp#27;[0m18:48:27,454 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m18:48:27,474 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
      &amp#27;[0m&amp#27;[0m18:48:27,475 INFO  [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=5.0.0.Alpha3-redhat-1
      &amp#27;[0m&amp#27;[33m18:48:27,479 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
      &amp#27;[0m&amp#27;[0m18:48:27,482 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 1.4.8.Final-redhat-1 starting
      &amp#27;[0m&amp#27;[0m18:48:27,541 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
      &amp#27;[0m&amp#27;[0m18:48:27,546 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/mnt/hudson_workspace/workspace/eap-7x-as-testsuite-test-integ-rhel-ipv6/7dc59048/testsuite/integration/basic/target/jbossas/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
      &amp#27;[0m&amp#27;[0m18:48:27,579 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m18:48:27,599 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
      &amp#27;[0m&amp#27;[0m18:48:27,600 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on [2620:52:0:105f::ffff:32]:8080
      &amp#27;[0m&amp#27;[0m18:48:27,600 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting
      &amp#27;[0m&amp#27;[0m18:48:27,643 INFO  [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: JBoss EAP cumulative patch ID is: base, one-off patches include: none
      &amp#27;[0m&amp#27;[33m18:48:27,643 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /mnt/hudson_workspace/workspace/eap-7x-as-testsuite-test-integ-rhel-ipv6/7dc59048/testsuite/integration/basic/target/jbossas/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
      &amp#27;[0m&amp#27;[0m18:48:27,643 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "arquillian-service" (runtime-name: "arquillian-service")
      &amp#27;[0m&amp#27;[0m18:48:27,643 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name: "SocketsAndInterfacesTestCase-dummy.jar")
      &amp#27;[0m&amp#27;[0m18:48:27,650 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /mnt/hudson_workspace/workspace/eap-7x-as-testsuite-test-integ-rhel-ipv6/7dc59048/testsuite/integration/basic/target/jbossas/standalone/deployments
      &amp#27;[0m&amp#27;[0m18:48:27,664 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on [2620:52:0:105f::ffff:32]:8443
      &amp#27;[0m&amp#27;[0m18:48:27,665 INFO  [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBossWS 5.1.6.Final-redhat-1 (Apache CXF 3.1.8.redhat-1) 
      &amp#27;[0m&amp#27;[33m18:48:27,922 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.SocketsAndInterfacesTestCase-dummy.jar" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:27,924 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:27,925 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:27,925 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.jandex:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:27,925 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:27,944 WARN  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0013: Deployment arquillian-service contains CDI annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
      &amp#27;[0m&amp#27;[0m18:48:27,989 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name : "SocketsAndInterfacesTestCase-dummy.jar")
      &amp#27;[0m&amp#27;[0m18:48:27,992 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "arquillian-service" (runtime-name : "arquillian-service")
      &amp#27;[0m&amp#27;[0m18:48:28,108 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 58) WFLYSRV0212: Resuming server
      &amp#27;[0m&amp#27;[0m18:48:28,111 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[2620:52:0:105f::ffff:32]:9990/management
      &amp#27;[0m&amp#27;[0m18:48:28,111 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[2620:52:0:105f::ffff:32]:9990
      &amp#27;[0m&amp#27;[0m18:48:28,112 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) started in 862ms - Started 449 of 702 services (445 services are lazy, passive or on-demand)
      &amp#27;[0m&amp#27;[0m18:48:28,209 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m18:48:28,215 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m18:48:28,226 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment arquillian-service (runtime-name: arquillian-service) in 47ms
      &amp#27;[0m&amp#27;[0m18:48:28,229 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SocketsAndInterfacesTestCase-dummy.jar (runtime-name: SocketsAndInterfacesTestCase-dummy.jar) in 51ms
      &amp#27;[0m&amp#27;[0m18:48:28,228 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTPS listener https suspending
      &amp#27;[0m&amp#27;[0m18:48:28,233 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [2620:52:0:105f::ffff:32]:8443
      &amp#27;[0m&amp#27;[0m18:48:28,235 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0019: Host default-host stopping
      &amp#27;[0m&amp#27;[0m18:48:28,237 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
      &amp#27;[0m&amp#27;[0m18:48:28,237 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [2620:52:0:105f::ffff:32]:8080
      &amp#27;[0m18:48:28,224 WARN  [org.jboss.as.protocol.connection] (Remoting "management-client" task-5) WFLYPRT0018: No such request (1) associated with channel Channel ID dd074194 (outbound) of Remoting connection 0131579f to /2620:52:0:105f:0:0:ffff:32:9990 of endpoint "management-client" <1f6b4c9>
      &amp#27;[0m18:48:28,241 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0004: Undertow 1.4.8.Final-redhat-1 stopping
      &amp#27;[0m&amp#27;[0m18:48:28,256 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m18:48:28,263 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0050: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) stopped in 88ms
      &amp#27;[0m&amp#27;[0m18:48:28,264 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) starting
      &amp#27;[0m&amp#27;[0m18:48:28,351 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:28,373 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 13) WFLYCTL0028: Attribute 'username' in the resource at address '/subsystem=remoting/remote-outbound-connection=ejb-client-descriptor-test-remote-outbound-connection' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:28,373 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 13) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=remoting/remote-outbound-connection=ejb-client-descriptor-test-remote-outbound-connection' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:28,373 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 13) WFLYCTL0028: Attribute 'protocol' in the resource at address '/subsystem=remoting/remote-outbound-connection=ejb-client-descriptor-test-remote-outbound-connection' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:28,379 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 27) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
      &amp#27;[0m&amp#27;[0m18:48:28,417 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
      &amp#27;[0m&amp#27;[0m18:48:28,436 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
      &amp#27;[0m&amp#27;[0m18:48:28,446 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
      &amp#27;[0m&amp#27;[0m18:48:28,447 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
      &amp#27;[0m&amp#27;[0m18:48:28,447 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
      &amp#27;[0m&amp#27;[0m18:48:28,455 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
      &amp#27;[0m&amp#27;[0m18:48:28,456 INFO  [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.0.Final-redhat-1)
      &amp#27;[0m&amp#27;[0m18:48:28,458 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m18:48:28,495 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
      &amp#27;[0m&amp#27;[0m18:48:28,496 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
      &amp#27;[0m&amp#27;[0m18:48:28,496 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m18:48:28,547 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
      &amp#27;[0m&amp#27;[0m18:48:28,548 INFO  [org.jboss.as.security] (MSC service thread 1-7) WFLYSEC0001: Current PicketBox version=5.0.0.Alpha3-redhat-1
      &amp#27;[0m&amp#27;[33m18:48:28,550 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
      &amp#27;[0m&amp#27;[0m18:48:28,553 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
      &amp#27;[0m&amp#27;[0m18:48:28,562 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 1.4.8.Final-redhat-1 starting
      &amp#27;[0m&amp#27;[0m18:48:28,576 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path '/mnt/hudson_workspace/workspace/eap-7x-as-testsuite-test-integ-rhel-ipv6/7dc59048/testsuite/integration/basic/target/jbossas/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
      &amp#27;[0m&amp#27;[0m18:48:28,589 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m18:48:28,618 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
      &amp#27;[0m&amp#27;[0m18:48:28,620 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
      &amp#27;[0m&amp#27;[0m18:48:28,621 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on [2620:52:0:105f::ffff:32]:8080
      &amp#27;[0m&amp#27;[33m18:48:28,630 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore /mnt/hudson_workspace/workspace/eap-7x-as-testsuite-test-integ-rhel-ipv6/7dc59048/testsuite/integration/basic/target/jbossas/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
      &amp#27;[0m&amp#27;[0m18:48:28,630 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "arquillian-service" (runtime-name: "arquillian-service")
      &amp#27;[0m&amp#27;[0m18:48:28,631 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name: "SocketsAndInterfacesTestCase-dummy.jar")
      &amp#27;[0m&amp#27;[0m18:48:28,637 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) WFLYDS0013: Started FileSystemDeploymentService for directory /mnt/hudson_workspace/workspace/eap-7x-as-testsuite-test-integ-rhel-ipv6/7dc59048/testsuite/integration/basic/target/jbossas/standalone/deployments
      &amp#27;[0m&amp#27;[0m18:48:28,646 INFO  [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: JBoss EAP cumulative patch ID is: base, one-off patches include: none
      &amp#27;[0m&amp#27;[0m18:48:28,684 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTPS listener https listening on [2620:52:0:105f::ffff:32]:8443
      &amp#27;[0m&amp#27;[0m18:48:28,684 INFO  [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 5.1.6.Final-redhat-1 (Apache CXF 3.1.8.redhat-1) 
      &amp#27;[0m&amp#27;[33m18:48:28,996 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.SocketsAndInterfacesTestCase-dummy.jar" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:28,997 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:28,997 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:28,998 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.jandex:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:28,998 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[33m18:48:29,016 WARN  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0013: Deployment arquillian-service contains CDI annotations but no bean archive was found (no beans.xml or class with bean defining annotations was present).
      &amp#27;[0m&amp#27;[0m18:48:29,048 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name : "SocketsAndInterfacesTestCase-dummy.jar")
      &amp#27;[0m&amp#27;[0m18:48:29,048 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "arquillian-service" (runtime-name : "arquillian-service")
      &amp#27;[0m&amp#27;[0m18:48:29,179 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 58) WFLYSRV0212: Resuming server
      &amp#27;[0m&amp#27;[0m18:48:29,179 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[2620:52:0:105f::ffff:32]:9990/management
      &amp#27;[0m&amp#27;[0m18:48:29,179 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[2620:52:0:105f::ffff:32]:9990
      &amp#27;[0m&amp#27;[0m18:48:29,179 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha17-redhat-1) started in 914ms - Started 449 of 701 services (444 services are lazy, passive or on-demand)
      &amp#27;[0m
      

      Expected results:
      No error

      Attachments

        Issue Links

          Activity

            People

              mkopecky@redhat.com Marek Kopecky
              mkopecky@redhat.com Marek Kopecky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: