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

SingletonPolicyServiceTestCase fails intermittently

    XMLWordPrintable

Details

    Description

      Description of the issue:
      SingletonPolicyServiceTestCase fails intermittently.

      Actual results:
      StackTrace:

      java.lang.AssertionError
      	at org.junit.Assert.fail(Assert.java:86)
      	at org.junit.Assert.assertTrue(Assert.java:41)
      	at org.junit.Assert.assertTrue(Assert.java:52)
      	at org.jboss.as.test.clustering.cluster.singleton.SingletonPolicyServiceTestCase.testSingletonService(SingletonPolicyServiceTestCase.java:157)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
      	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
      	at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:379)
      	at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
      	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
      	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
      	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
      	at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
      	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
      	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
      	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136)
      	at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:372)
      	at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:246)
      	at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431)
      	at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55)
      	at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:260)
      	at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:324)
      	at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)
      	at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:72)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
      	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
      	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createBeforeContext(ContainerEventController.java:124)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73)
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
      	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
      	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
      	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
      	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159)
      	at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:317)
      	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
      	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
      	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
      	at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:205)
      	at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431)
      	at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55)
      	at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:219)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
      	at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:167)
      	at org.junit.runners.Suite.runChild(Suite.java:128)
      	at org.junit.runners.Suite.runChild(Suite.java:27)
      	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
      	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
      	at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
      	at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
      	at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
      	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
      	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
      

      Standard output:

      &amp#27;[0m08:42:14,914 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
      &amp#27;[0m&amp#27;[0m08:42:15,267 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
      &amp#27;[0m&amp#27;[0m08:42:15,280 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
      &amp#27;[0m&amp#27;[0m08:42:15,405 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
      &amp#27;[0m&amp#27;[0m08:42:17,003 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 a 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;[0m08:42:17,029 INFO  [org.wildfly.security] (ServerService Thread Pool -- 26) ELY00001: WildFly Elytron version 1.3.3.Final
      &amp#27;[0m&amp#27;[0m08:42:17,083 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a 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;[0m08:42:17,205 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
      &amp#27;[0m&amp#27;[0m08:42:17,227 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:17,237 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:17,316 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 49) 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;[0m08:42:17,316 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
      &amp#27;[0m&amp#27;[0m08:42:17,320 INFO  [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
      &amp#27;[0m&amp#27;[0m08:42:17,324 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
      &amp#27;[0m&amp#27;[0m08:42:17,326 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
      &amp#27;[0m&amp#27;[0m08:42:17,335 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
      &amp#27;[0m&amp#27;[0m08:42:17,361 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
      &amp#27;[0m&amp#27;[0m08:42:17,370 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
      &amp#27;[0m&amp#27;[0m08:42:17,371 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
      &amp#27;[0m&amp#27;[33m08:42:17,409 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
      &amp#27;[0m&amp#27;[0m08:42:17,426 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m08:42:17,527 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
      &amp#27;[0m&amp#27;[0m08:42:17,528 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
      &amp#27;[0m&amp#27;[0m08:42:17,541 INFO  [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.1.0.Final
      &amp#27;[0m&amp#27;[0m08:42:17,541 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.0.9.Final starting
      &amp#27;[0m&amp#27;[0m08:42:17,603 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.7.Final
      &amp#27;[0m&amp#27;[0m08:42:17,618 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
      &amp#27;[0m&amp#27;[0m08:42:17,649 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m08:42:17,678 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) 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;[0m08:42:17,690 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) 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;[0m08:42:17,803 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
      &amp#27;[0m&amp#27;[0m08:42:17,830 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
      &amp#27;[0m&amp#27;[0m08:42:17,831 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
      &amp#27;[0m&amp#27;[0m08:42:17,914 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on 172.16.130.38:8080
      &amp#27;[0m&amp#27;[0m08:42:17,910 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.130.38:8009
      &amp#27;[0m&amp#27;[0m08:42:17,923 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
      &amp#27;[0m&amp#27;[0m08:42:17,943 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
      &amp#27;[0m&amp#27;[0m08:42:18,032 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:18,148 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m08:42:18,161 INFO  [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
      &amp#27;[0m&amp#27;[33m08:42:18,188 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/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;[0m08:42:18,214 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/deployments
      &amp#27;[0m&amp#27;[0m08:42:18,292 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.130.38:8443
      &amp#27;[0m&amp#27;[0m08:42:18,378 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1) 
      &amp#27;[0m&amp#27;[0m08:42:18,524 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
      &amp#27;[0m&amp#27;[0m08:42:18,531 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.130.38:9990/management
      &amp#27;[0m&amp#27;[0m08:42:18,531 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.130.38:9990
      &amp#27;[0m&amp#27;[0m08:42:18,531 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 4118ms - Started 314 of 601 services (392 services are lazy, passive or on-demand)
      &amp#27;[0m&amp#27;[0m08:42:19,277 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
      &amp#27;[0m&amp#27;[0m08:42:19,574 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
      &amp#27;[0m&amp#27;[0m08:42:19,584 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
      &amp#27;[0m&amp#27;[0m08:42:19,715 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
      &amp#27;[0m&amp#27;[0m08:42:21,135 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 a 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;[0m08:42:21,171 INFO  [org.wildfly.security] (ServerService Thread Pool -- 23) ELY00001: WildFly Elytron version 1.3.3.Final
      &amp#27;[0m&amp#27;[0m08:42:21,226 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a 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;[0m08:42:21,319 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
      &amp#27;[0m&amp#27;[0m08:42:21,348 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:21,360 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:21,405 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 49) 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;[0m08:42:21,415 INFO  [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
      &amp#27;[0m&amp#27;[0m08:42:21,418 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
      &amp#27;[0m&amp#27;[0m08:42:21,437 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
      &amp#27;[0m&amp#27;[0m08:42:21,447 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
      &amp#27;[0m&amp#27;[0m08:42:21,479 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
      &amp#27;[0m&amp#27;[0m08:42:21,483 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
      &amp#27;[0m&amp#27;[0m08:42:21,487 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
      &amp#27;[0m&amp#27;[0m08:42:21,490 INFO  [org.jboss.as.security] (MSC service thread 1-7) WFLYSEC0001: Current PicketBox version=5.1.0.Final
      &amp#27;[0m&amp#27;[0m08:42:21,509 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
      &amp#27;[0m&amp#27;[33m08:42:21,507 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
      &amp#27;[0m&amp#27;[0m08:42:21,527 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
      &amp#27;[0m&amp#27;[0m08:42:21,544 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
      &amp#27;[0m&amp#27;[0m08:42:21,557 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m08:42:21,672 INFO  [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
      &amp#27;[0m&amp#27;[0m08:42:21,679 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.0.9.Final starting
      &amp#27;[0m&amp#27;[0m08:42:21,685 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m08:42:21,718 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.7.Final
      &amp#27;[0m&amp#27;[0m08:42:21,801 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) 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;[0m08:42:21,803 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) 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;[0m08:42:21,912 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
      &amp#27;[0m&amp#27;[0m08:42:21,916 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
      &amp#27;[0m&amp#27;[0m08:42:21,930 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
      &amp#27;[0m&amp#27;[0m08:42:21,996 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 172.16.180.38:8180
      &amp#27;[0m&amp#27;[0m08:42:22,000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.180.38:8109
      &amp#27;[0m&amp#27;[0m08:42:22,010 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
      &amp#27;[0m&amp#27;[0m08:42:22,021 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
      &amp#27;[0m&amp#27;[0m08:42:22,115 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:22,213 INFO  [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
      &amp#27;[0m&amp#27;[0m08:42:22,227 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[33m08:42:22,239 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-7) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/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;[0m08:42:22,276 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/deployments
      &amp#27;[0m&amp#27;[0m08:42:22,389 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.180.38:8543
      &amp#27;[0m&amp#27;[0m08:42:22,470 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1) 
      &amp#27;[0m&amp#27;[0m08:42:22,609 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
      &amp#27;[0m&amp#27;[0m08:42:22,611 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.180.38:10090/management
      &amp#27;[0m&amp#27;[0m08:42:22,612 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.180.38:10090
      &amp#27;[0m&amp#27;[0m08:42:22,612 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 3691ms - Started 314 of 601 services (392 services are lazy, passive or on-demand)
      &amp#27;[0m&amp#27;[0m08:42:22,774 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/f0/820e8e7890e81d478244d0eada856f5f199f3c/content
      &amp#27;[0m&amp#27;[0m08:42:22,792 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[33m08:42:23,191 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[0m08:42:27,123 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:27,123 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:27,124 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:27,125 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:27,133 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-5) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:27,133 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:27,133 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:27,133 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-8) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:27,141 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:27,141 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:27,146 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:27,152 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:27,152 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-8) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
      &amp#27;[0m&amp#27;[0m08:42:27,429 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:27,434 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 14) WFLYCLINF0002: Started client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:27,516 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:27,522 INFO  [org.wildfly.clustering.server] (ChannelCommandDispatcherFactory - 1) WFLYCLSV0001: This node will now operate as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:27,582 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 72) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:27,653 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:27,943 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/data/content/fd/32b8b3d734d15cf036240e42208a875c79d331/content
      &amp#27;[0m&amp#27;[0m08:42:27,961 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[33m08:42:28,352 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[0m08:42:28,728 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:28,732 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:28,734 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:28,736 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:28,736 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:28,737 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:28,738 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:28,741 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:29,258 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:29,258 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:29,258 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:29,258 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:29,262 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:29,263 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-7) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:29,263 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:29,266 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:29,270 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:29,270 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:29,270 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:29,271 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:29,291 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
      &amp#27;[0m&amp#27;[0m08:42:29,537 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=2, phase=READ_OLD_WRITE_ALL, rebalanceId=2, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[00686cd9-37fd-49d4-882f-a501d21069fe, 82fd6f24-688d-474a-abb0-8ffcef9b825e]}
      &amp#27;[0m&amp#27;[0m08:42:29,537 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=2, phase=READ_OLD_WRITE_ALL, rebalanceId=2, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[4831a56b-12c9-4288-bcc9-d7865fa1d165, 7ddb799b-e3d3-4137-9dda-4fe50531552c]}
      &amp#27;[0m&amp#27;[0m08:42:29,540 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-1]ISPN100002: Started rebalance with topology id 2
      &amp#27;[0m&amp#27;[0m08:42:29,540 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-1]ISPN100002: Started rebalance with topology id 2
      &amp#27;[0m&amp#27;[0m08:42:29,566 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t8) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 2
      &amp#27;[0m&amp#27;[0m08:42:29,566 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t8) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 2
      &amp#27;[0m&amp#27;[0m08:42:29,639 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 2
      &amp#27;[0m&amp#27;[0m08:42:29,640 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 2
      &amp#27;[0m&amp#27;[0m08:42:29,644 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 2
      &amp#27;[0m&amp#27;[0m08:42:29,645 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 2
      &amp#27;[0m&amp#27;[0m08:42:29,650 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 3
      &amp#27;[0m&amp#27;[0m08:42:29,656 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t12) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 3
      &amp#27;[0m&amp#27;[0m08:42:29,658 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t12) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 3
      &amp#27;[0m&amp#27;[0m08:42:29,659 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 3
      &amp#27;[0m&amp#27;[0m08:42:29,670 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 4
      &amp#27;[0m&amp#27;[0m08:42:29,670 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t15) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 4
      &amp#27;[0m&amp#27;[0m08:42:29,671 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 4
      &amp#27;[0m&amp#27;[0m08:42:29,671 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t15) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 4
      &amp#27;[0m&amp#27;[0m08:42:29,678 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:29,680 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 6) WFLYCLINF0002: Started client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:29,717 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:29,832 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:29,909 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:30,095 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0236: Suspending server with no timeout.
      &amp#27;[0m&amp#27;[0m08:42:30,097 INFO  [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:30,100 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
      &amp#27;[0m&amp#27;[0m08:42:30,105 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:30,106 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:30,113 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000002: Initiating mod_cluster shutdown
      &amp#27;[0m&amp#27;[0m08:42:30,116 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:30,118 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
      &amp#27;[0m&amp#27;[0m08:42:30,120 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:30,122 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m08:42:30,135 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m08:42:30,162 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0003: Stopped default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:30,169 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:30,188 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 6) WFLYCLINF0003: Stopped client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:30,193 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:30,204 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:30,204 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:30,205 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:30,207 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:30,207 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:30,210 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:30,210 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:30,218 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:30,231 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTPS listener https suspending
      &amp#27;[0m&amp#27;[0m08:42:30,232 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow AJP listener ajp suspending
      &amp#27;[0m&amp#27;[0m08:42:30,232 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 172.16.180.38:8543
      &amp#27;[0m&amp#27;[0m08:42:30,232 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending
      &amp#27;[0m&amp#27;[0m08:42:30,232 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 172.16.180.38:8109
      &amp#27;[0m&amp#27;[0m08:42:30,232 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 172.16.180.38:8180
      &amp#27;[0m&amp#27;[0m08:42:30,233 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0004: Undertow 2.0.9.Final stopping
      &amp#27;[0m&amp#27;[0m08:42:30,233 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 110ms
      &amp#27;[0m&amp#27;[0m08:42:30,250 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) stopped in 129ms
      &amp#27;[0m&amp#27;[0m08:42:30,486 INFO  [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
      &amp#27;[0m&amp#27;[0m08:42:30,914 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
      &amp#27;[0m&amp#27;[0m08:42:31,197 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
      &amp#27;[0m&amp#27;[0m08:42:31,206 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
      &amp#27;[0m&amp#27;[0m08:42:31,324 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
      &amp#27;[0m&amp#27;[0m08:42:32,778 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 a 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;[0m08:42:32,807 INFO  [org.wildfly.security] (ServerService Thread Pool -- 19) ELY00001: WildFly Elytron version 1.3.3.Final
      &amp#27;[0m&amp#27;[0m08:42:32,851 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a 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;[0m08:42:32,969 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
      &amp#27;[0m&amp#27;[0m08:42:32,985 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:32,991 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:33,033 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.7.Final
      &amp#27;[0m&amp#27;[0m08:42:33,074 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
      &amp#27;[0m&amp#27;[0m08:42:33,076 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 49) 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;[0m08:42:33,078 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
      &amp#27;[0m&amp#27;[0m08:42:33,100 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
      &amp#27;[0m&amp#27;[0m08:42:33,103 INFO  [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
      &amp#27;[0m&amp#27;[0m08:42:33,108 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
      &amp#27;[0m&amp#27;[0m08:42:33,127 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
      &amp#27;[0m&amp#27;[33m08:42:33,141 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
      &amp#27;[0m&amp#27;[0m08:42:33,137 INFO  [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=5.1.0.Final
      &amp#27;[0m&amp#27;[0m08:42:33,158 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
      &amp#27;[0m&amp#27;[0m08:42:33,159 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
      &amp#27;[0m&amp#27;[0m08:42:33,165 INFO  [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
      &amp#27;[0m&amp#27;[0m08:42:33,167 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m08:42:33,224 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
      &amp#27;[0m&amp#27;[0m08:42:33,254 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.0.9.Final starting
      &amp#27;[0m&amp#27;[0m08:42:33,300 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m08:42:33,306 INFO  [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service
      &amp#27;[0m&amp#27;[0m08:42:33,485 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) 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;[0m08:42:33,488 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) 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;[0m08:42:33,517 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
      &amp#27;[0m&amp#27;[0m08:42:33,523 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
      &amp#27;[0m&amp#27;[0m08:42:33,529 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
      &amp#27;[0m&amp#27;[0m08:42:33,573 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.180.38:8109
      &amp#27;[0m&amp#27;[0m08:42:33,576 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on 172.16.180.38:8180
      &amp#27;[0m&amp#27;[0m08:42:33,587 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
      &amp#27;[0m&amp#27;[0m08:42:33,604 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
      &amp#27;[0m&amp#27;[0m08:42:33,705 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:33,778 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m08:42:33,799 INFO  [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
      &amp#27;[0m&amp#27;[33m08:42:33,815 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/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;[0m08:42:33,825 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/deployments
      &amp#27;[0m&amp#27;[0m08:42:33,831 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:33,965 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.180.38:8543
      &amp#27;[0m&amp#27;[0m08:42:34,041 INFO  [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1) 
      &amp#27;[0m&amp#27;[33m08:42:34,438 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[0m08:42:34,800 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:34,801 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:34,802 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:34,802 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:34,803 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:34,804 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:34,804 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:34,805 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:35,293 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:35,294 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:35,293 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:35,293 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:35,299 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:35,299 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-8) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:35,303 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:35,303 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-7) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:35,310 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:35,313 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:35,314 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:35,322 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:35,326 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
      &amp#27;[0m&amp#27;[0m08:42:35,601 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=7, phase=READ_OLD_WRITE_ALL, rebalanceId=3, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 124, node-2: 132]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[4831a56b-12c9-4288-bcc9-d7865fa1d165, cd15fa0c-4206-4675-b24a-d6403e0ccbd2]}
      &amp#27;[0m&amp#27;[0m08:42:35,601 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-1]ISPN100002: Started rebalance with topology id 7
      &amp#27;[0m&amp#27;[0m08:42:35,614 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=7, phase=READ_OLD_WRITE_ALL, rebalanceId=3, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 124, node-2: 132]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[00686cd9-37fd-49d4-882f-a501d21069fe, 8982c05c-cec2-41fd-92aa-19ce419a745c]}
      &amp#27;[0m&amp#27;[0m08:42:35,614 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-1]ISPN100002: Started rebalance with topology id 7
      &amp#27;[0m&amp#27;[0m08:42:35,618 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t1) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 7
      &amp#27;[0m&amp#27;[0m08:42:35,618 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 7
      &amp#27;[0m&amp#27;[0m08:42:35,689 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 7
      &amp#27;[0m&amp#27;[0m08:42:35,690 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 7
      &amp#27;[0m&amp#27;[0m08:42:35,693 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t3) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 8
      &amp#27;[0m&amp#27;[0m08:42:35,712 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 7
      &amp#27;[0m&amp#27;[0m08:42:35,713 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 7
      &amp#27;[0m&amp#27;[0m08:42:35,715 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t4) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 8
      &amp#27;[0m&amp#27;[0m08:42:35,716 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 8
      &amp#27;[0m&amp#27;[0m08:42:35,716 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 8
      &amp#27;[0m&amp#27;[0m08:42:35,718 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t8) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 9
      &amp#27;[0m&amp#27;[0m08:42:35,719 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t6) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 9
      &amp#27;[0m&amp#27;[0m08:42:35,721 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 9
      &amp#27;[0m&amp#27;[0m08:42:35,721 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 9
      &amp#27;[0m&amp#27;[0m08:42:35,731 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:35,731 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 73) WFLYCLINF0002: Started default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:35,768 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:35,894 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:35,907 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:35,950 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
      &amp#27;[0m&amp#27;[0m08:42:35,953 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.180.38:10090/management
      &amp#27;[0m&amp#27;[0m08:42:35,953 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.180.38:10090
      &amp#27;[0m&amp#27;[0m08:42:35,953 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 5371ms - Started 502 of 674 services (397 services are lazy, passive or on-demand)
      &amp#27;[0m&amp#27;[0m08:42:36,015 INFO  [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
      &amp#27;[0m&amp#27;[0m08:42:36,055 INFO  [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting null
      &amp#27;[0m&amp#27;[0m08:42:36,068 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0236: Suspending server with no timeout.
      &amp#27;[0m&amp#27;[0m08:42:36,070 INFO  [org.jboss.as.ejb3] (management-handler-thread - 2) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:36,073 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
      &amp#27;[0m&amp#27;[0m08:42:36,089 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:36,089 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:36,096 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:36,098 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:36,121 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
      &amp#27;[0m&amp#27;[0m08:42:36,123 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;[0m08:42:36,124 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 22) MODCLUSTER000002: Initiating mod_cluster shutdown
      &amp#27;[0m&amp#27;[0m08:42:36,128 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0019: Stopped Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m08:42:36,132 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 34) WFLYCLINF0003: Stopped default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:36,134 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:36,155 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 13) WFLYCLINF0003: Stopped client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:36,156 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:36,168 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 82ms
      &amp#27;[0m&amp#27;[0m08:42:36,171 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow HTTPS listener https suspending
      &amp#27;[0m&amp#27;[0m08:42:36,171 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
      &amp#27;[0m&amp#27;[0m08:42:36,171 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow AJP listener ajp suspending
      &amp#27;[0m&amp#27;[0m08:42:36,171 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 172.16.180.38:8109
      &amp#27;[0m&amp#27;[0m08:42:36,172 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 172.16.180.38:8180
      &amp#27;[0m&amp#27;[0m08:42:36,172 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 172.16.180.38:8543
      &amp#27;[0m&amp#27;[0m08:42:36,176 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:36,177 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:36,177 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:36,178 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:36,178 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:36,178 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:36,178 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
      &amp#27;[0m&amp#27;[0m08:42:36,179 INFO  [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:36,183 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0004: Undertow 2.0.9.Final stopping
      &amp#27;[0m&amp#27;[0m08:42:36,205 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) stopped in 118ms
      &amp#27;[0m&amp#27;[0m08:42:36,249 INFO  [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
      &amp#27;[0m&amp#27;[0m08:42:36,672 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
      &amp#27;[0m&amp#27;[0m08:42:36,964 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
      &amp#27;[0m&amp#27;[0m08:42:36,974 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
      &amp#27;[0m&amp#27;[0m08:42:37,093 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
      &amp#27;[0m&amp#27;[0m08:42:38,499 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 a 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;[0m08:42:38,521 INFO  [org.wildfly.security] (ServerService Thread Pool -- 6) ELY00001: WildFly Elytron version 1.3.3.Final
      &amp#27;[0m&amp#27;[0m08:42:38,551 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 11) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a 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;[0m08:42:38,688 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
      &amp#27;[0m&amp#27;[0m08:42:38,703 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:38,712 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:38,749 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
      &amp#27;[0m&amp#27;[0m08:42:38,758 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 49) 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;[0m08:42:38,764 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
      &amp#27;[0m&amp#27;[0m08:42:38,766 INFO  [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
      &amp#27;[0m&amp#27;[0m08:42:38,799 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
      &amp#27;[0m&amp#27;[0m08:42:38,808 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
      &amp#27;[0m&amp#27;[0m08:42:38,832 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
      &amp#27;[0m&amp#27;[0m08:42:38,833 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
      &amp#27;[0m&amp#27;[33m08:42:38,905 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
      &amp#27;[0m&amp#27;[0m08:42:38,905 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
      &amp#27;[0m&amp#27;[0m08:42:38,916 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=5.1.0.Final
      &amp#27;[0m&amp#27;[0m08:42:38,920 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
      &amp#27;[0m&amp#27;[0m08:42:38,936 INFO  [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
      &amp#27;[0m&amp#27;[0m08:42:38,960 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;[0m08:42:38,963 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.7.Final
      &amp#27;[0m&amp#27;[0m08:42:38,984 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 2.0.9.Final starting
      &amp#27;[0m&amp#27;[0m08:42:38,986 INFO  [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service
      &amp#27;[0m&amp#27;[0m08:42:38,992 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m08:42:39,165 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) 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;[0m08:42:39,170 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) 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;[0m08:42:39,245 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
      &amp#27;[0m&amp#27;[0m08:42:39,270 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
      &amp#27;[0m&amp#27;[0m08:42:39,273 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
      &amp#27;[0m&amp#27;[0m08:42:39,339 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.180.38:8109
      &amp#27;[0m&amp#27;[0m08:42:39,340 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 172.16.180.38:8180
      &amp#27;[0m&amp#27;[0m08:42:39,350 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
      &amp#27;[0m&amp#27;[0m08:42:39,374 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
      &amp#27;[0m&amp#27;[0m08:42:39,424 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:39,505 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m08:42:39,515 INFO  [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
      &amp#27;[0m&amp#27;[33m08:42:39,545 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/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;[0m08:42:39,576 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/deployments
      &amp#27;[0m&amp#27;[0m08:42:39,580 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:39,695 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.180.38:8543
      &amp#27;[0m&amp#27;[0m08:42:39,808 INFO  [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1) 
      &amp#27;[0m&amp#27;[33m08:42:40,178 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[0m08:42:40,542 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:40,543 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:40,543 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:40,547 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:40,547 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:40,548 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:40,548 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:40,548 INFO  [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:41,106 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:41,106 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:41,106 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:41,106 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:41,113 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-7) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:41,114 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:41,114 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:41,114 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
      &amp#27;[0m&amp#27;[0m08:42:41,121 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:41,121 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:41,123 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:41,124 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
      &amp#27;[0m&amp#27;[0m08:42:41,138 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
      &amp#27;[0m&amp#27;[0m08:42:41,406 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=12, phase=READ_OLD_WRITE_ALL, rebalanceId=4, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[4831a56b-12c9-4288-bcc9-d7865fa1d165, 6511f2bd-61e4-476b-a2bc-bd0fc0067a1e]}
      &amp#27;[0m&amp#27;[0m08:42:41,407 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-1]ISPN100002: Started rebalance with topology id 12
      &amp#27;[0m&amp#27;[0m08:42:41,409 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t21) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 12
      &amp#27;[0m&amp#27;[0m08:42:41,419 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=12, phase=READ_OLD_WRITE_ALL, rebalanceId=4, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[00686cd9-37fd-49d4-882f-a501d21069fe, 15de72f3-c36d-4dd8-8029-8eb04bd44fd5]}
      &amp#27;[0m&amp#27;[0m08:42:41,419 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-1]ISPN100002: Started rebalance with topology id 12
      &amp#27;[0m&amp#27;[0m08:42:41,420 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t21) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 12
      &amp#27;[0m&amp#27;[0m08:42:41,525 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 12
      &amp#27;[0m&amp#27;[0m08:42:41,526 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 12
      &amp#27;[0m&amp#27;[0m08:42:41,527 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t24) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 13
      &amp#27;[0m&amp#27;[0m08:42:41,534 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 12
      &amp#27;[0m&amp#27;[0m08:42:41,534 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 12
      &amp#27;[0m&amp#27;[0m08:42:41,535 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t24) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 13
      &amp#27;[0m&amp#27;[0m08:42:41,536 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 13
      &amp#27;[0m&amp#27;[0m08:42:41,537 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 14
      &amp#27;[0m&amp#27;[0m08:42:41,542 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 14
      &amp#27;[0m&amp#27;[0m08:42:41,548 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 13
      &amp#27;[0m&amp#27;[0m08:42:41,551 INFO  [org.infinispan.CLUSTER] (transport-thread--p14-t25) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 14
      &amp#27;[0m&amp#27;[0m08:42:41,552 INFO  [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 14
      &amp#27;[0m&amp#27;[0m08:42:41,559 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:41,562 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 73) WFLYCLINF0002: Started client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:41,594 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:41,717 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:41,730 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:41,800 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
      &amp#27;[0m&amp#27;[0m08:42:41,802 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.180.38:10090/management
      &amp#27;[0m&amp#27;[0m08:42:41,802 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.180.38:10090
      &amp#27;[0m&amp#27;[0m08:42:41,803 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 5472ms - Started 502 of 674 services (397 services are lazy, passive or on-demand)
      &amp#27;[0m&amp#27;[0m08:42:41,824 INFO  [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
      &amp#27;[0m&amp#27;[0m08:42:41,854 INFO  [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting null
      &amp#27;[0m&amp#27;[0m08:42:41,872 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0236: Suspending server with no timeout.
      &amp#27;[0m&amp#27;[0m08:42:41,875 INFO  [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:41,877 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
      &amp#27;[0m&amp#27;[0m08:42:41,903 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:41,911 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m08:42:41,916 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:41,920 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 72) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:41,940 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000002: Initiating mod_cluster shutdown
      &amp#27;[0m&amp#27;[0m08:42:41,941 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m08:42:41,946 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m08:42:41,949 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-2 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:41,950 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
      &amp#27;[0m&amp#27;[0m08:42:41,977 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0003: Stopped client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:41,982 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:41,984 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 29) WFLYCLINF0003: Stopped default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:41,986 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000080: Disconnecting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:42,019 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
      &amp#27;[0m&amp#27;[0m08:42:42,029 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:42,032 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
      &amp#27;[0m&amp#27;[33m08:42:42,032 WARN  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0012: Failed to notify server/default service provider registration listener of new providers: [node-2]: java.util.concurrent.CompletionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@141f79d3 rejected from java.util.concurrent.ThreadPoolExecutor@7a850172[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6]
      	at java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:375)
      	at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1934)
      	at org.jgroups.blocks.UnicastRequest.lambda$join$0(UnicastRequest.java:110)
      	at org.jgroups.blocks.UnicastRequest.around(UnicastRequest.java:137)
      	at org.jgroups.blocks.UnicastRequest.join(UnicastRequest.java:110)
      	at org.wildfly.clustering.server.singleton.AbstractDistributedSingletonService.providersChanged(AbstractDistributedSingletonService.java:121)
      	at org.wildfly.clustering.server.provider.CacheServiceProviderRegistry.lambda$modified$5(CacheServiceProviderRegistry.java:268)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
      	at java.lang.Thread.run(Thread.java:748)
      	at org.jboss.threads.JBossThread.run(JBossThread.java:485)
      Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@141f79d3 rejected from java.util.concurrent.ThreadPoolExecutor@7a850172[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6]
      	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
      	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
      	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
      	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
      	at org.wildfly.clustering.server.dispatcher.ChannelCommandDispatcherFactory.handle(ChannelCommandDispatcherFactory.java:143)
      	at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:383)
      	at org.jgroups.blocks.RequestCorrelator.dispatch(RequestCorrelator.java:356)
      	at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:307)
      	at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:582)
      	at org.jgroups.JChannel.up(JChannel.java:816)
      	at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:893)
      	at org.jgroups.protocols.FORK.up(FORK.java:130)
      	at org.jgroups.protocols.FRAG3.up(FRAG3.java:171)
      	at org.jgroups.protocols.FlowControl.up(FlowControl.java:351)
      	at org.jgroups.protocols.pbcast.GMS.up(GMS.java:864)
      	at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:240)
      	at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:374)
      	at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:600)
      	at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:119)
      	at org.jgroups.protocols.FD_ALL.up(FD_ALL.java:199)
      	at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:252)
      	at org.jgroups.protocols.MERGE3.up(MERGE3.java:276)
      	at org.jgroups.protocols.Discovery.up(Discovery.java:267)
      	at org.jgroups.protocols.TP.passMessageUp(TP.java:1248)
      	at org.jgroups.util.SubmitToThreadPool$SingleMessageHandler.run(SubmitToThreadPool.java:87)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      	at org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:52)
      	at java.lang.Thread.run(Thread.java:748)
      
      &amp#27;[0m&amp#27;[0m08:42:42,037 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:42,038 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTPS listener https suspending
      &amp#27;[0m&amp#27;[0m08:42:42,038 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
      &amp#27;[0m&amp#27;[0m08:42:42,038 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow AJP listener ajp suspending
      &amp#27;[0m&amp#27;[0m08:42:42,039 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
      &amp#27;[0m&amp#27;[0m08:42:42,041 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 150ms
      &amp#27;[0m&amp#27;[0m08:42:42,038 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 172.16.130.38:8080
      &amp#27;[0m&amp#27;[0m08:42:42,042 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 172.16.130.38:8443
      &amp#27;[0m&amp#27;[0m08:42:42,043 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:42,043 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
      &amp#27;[0m&amp#27;[0m08:42:42,043 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 172.16.130.38:8009
      &amp#27;[0m&amp#27;[0m08:42:42,044 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0004: Undertow 2.0.9.Final stopping
      &amp#27;[0m&amp#27;[0m08:42:42,045 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
      &amp#27;[0m&amp#27;[0m08:42:42,055 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) stopped in 172ms
      &amp#27;[0m&amp#27;[0m08:42:42,099 INFO  [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-2
      &amp#27;[0m&amp#27;[0m08:42:52,639 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
      &amp#27;[0m&amp#27;[0m08:42:52,984 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
      &amp#27;[0m&amp#27;[0m08:42:52,995 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
      &amp#27;[0m&amp#27;[0m08:42:53,130 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
      &amp#27;[0m&amp#27;[0m08:42:54,647 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 a 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;[0m08:42:54,675 INFO  [org.wildfly.security] (ServerService Thread Pool -- 22) ELY00001: WildFly Elytron version 1.3.3.Final
      &amp#27;[0m&amp#27;[0m08:42:54,724 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a 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;[0m08:42:54,884 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
      &amp#27;[0m&amp#27;[0m08:42:54,906 INFO  [org.xnio] (MSC service thread 1-6) XNIO version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:54,912 INFO  [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.6.3.Final
      &amp#27;[0m&amp#27;[0m08:42:54,954 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.7.Final
      &amp#27;[0m&amp#27;[0m08:42:54,983 INFO  [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
      &amp#27;[0m&amp#27;[0m08:42:54,998 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 49) 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;[0m08:42:55,047 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
      &amp#27;[0m&amp#27;[0m08:42:55,051 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
      &amp#27;[0m&amp#27;[0m08:42:55,064 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
      &amp#27;[0m&amp#27;[0m08:42:55,073 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
      &amp#27;[0m&amp#27;[0m08:42:55,077 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
      &amp#27;[0m&amp#27;[0m08:42:55,078 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
      &amp#27;[0m&amp#27;[33m08:42:55,100 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
      &amp#27;[0m&amp#27;[0m08:42:55,126 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
      &amp#27;[0m&amp#27;[0m08:42:55,216 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
      &amp#27;[0m&amp#27;[0m08:42:55,231 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
      &amp#27;[0m&amp#27;[0m08:42:55,234 INFO  [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
      &amp#27;[0m&amp#27;[0m08:42:55,236 INFO  [org.jboss.as.security] (MSC service thread 1-7) WFLYSEC0001: Current PicketBox version=5.1.0.Final
      &amp#27;[0m&amp#27;[0m08:42:55,254 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
      &amp#27;[0m&amp#27;[0m08:42:55,256 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
      &amp#27;[0m&amp#27;[0m08:42:55,303 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.0.9.Final starting
      &amp#27;[0m&amp#27;[0m08:42:55,434 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) 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;[0m08:42:55,434 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) 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;[0m08:42:55,522 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
      &amp#27;[0m&amp#27;[0m08:42:55,536 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
      &amp#27;[0m&amp#27;[0m08:42:55,539 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
      &amp#27;[0m&amp#27;[0m08:42:55,582 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.130.38:8009
      &amp#27;[0m&amp#27;[0m08:42:55,585 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 172.16.130.38:8080
      &amp#27;[0m&amp#27;[0m08:42:55,600 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
      &amp#27;[0m&amp#27;[0m08:42:55,611 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
      &amp#27;[0m&amp#27;[0m08:42:55,658 INFO  [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0493: EJB subsystem suspension complete
      &amp#27;[0m&amp#27;[0m08:42:55,757 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
      &amp#27;[0m&amp#27;[0m08:42:55,806 INFO  [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
      &amp#27;[0m&amp#27;[33m08:42:55,817 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-8) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/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;[0m08:42:55,837 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:55,838 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/deployments
      &amp#27;[0m&amp#27;[0m08:42:56,003 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.130.38:8443
      &amp#27;[0m&amp#27;[0m08:42:56,123 INFO  [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1) 
      &amp#27;[0m&amp#27;[33m08:42:56,504 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
      &amp#27;[0m&amp#27;[0m08:42:56,893 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:56,896 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:56,896 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:56,899 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:56,900 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:56,901 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:56,901 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:56,903 INFO  [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
      &amp#27;[0m&amp#27;[0m08:42:57,444 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:57,444 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:57,444 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:57,444 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
      &amp#27;[0m&amp#27;[0m08:42:57,449 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:57,453 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:57,453 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-5) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:57,454 INFO  [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
      &amp#27;[0m&amp#27;[0m08:42:57,459 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:57,460 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:57,461 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:57,466 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
      &amp#27;[0m&amp#27;[0m08:42:57,480 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
      &amp#27;[0m&amp#27;[0m08:42:57,742 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=18, phase=READ_OLD_WRITE_ALL, rebalanceId=6, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-2: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-2: 132, node-1: 124]}, unionCH=null, actualMembers=[node-2, node-1], persistentUUIDs=[15de72f3-c36d-4dd8-8029-8eb04bd44fd5, a78b80f6-f2d4-4ada-9101-b918ed489705]}
      &amp#27;[0m&amp#27;[0m08:42:57,745 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-2]ISPN100002: Started rebalance with topology id 18
      &amp#27;[0m&amp#27;[0m08:42:57,741 INFO  [org.infinispan.CLUSTER] (remote-thread--p11-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=18, phase=READ_OLD_WRITE_ALL, rebalanceId=6, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-2: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-2: 132, node-1: 124]}, unionCH=null, actualMembers=[node-2, node-1], persistentUUIDs=[6511f2bd-61e4-476b-a2bc-bd0fc0067a1e, 29359de6-ddb7-4950-a30a-969f2bef8a41]}
      &amp#27;[0m&amp#27;[0m08:42:57,745 INFO  [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-2]ISPN100002: Started rebalance with topology id 18
      &amp#27;[0m&amp#27;[0m08:42:57,753 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t16) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 18
      &amp#27;[0m&amp#27;[0m08:42:57,764 INFO  [org.infinispan.CLUSTER] (transport-thread--p13-t17) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 18
      &amp#27;[0m&amp#27;[0m08:42:57,834 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 18
      &amp#27;[0m&amp#27;[0m08:42:57,835 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 18
      &amp#27;[0m&amp#27;[0m08:42:57,834 INFO  [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 18
      &amp#27;[0m&amp#27;[0m08:42:57,837 INFO  [org.infinispan.CLUSTER] (remote-thread--p11-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 18
      &amp#27;[0m&amp#27;[0m08:42:57,841 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t20) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 19
      &amp#27;[0m&amp#27;[0m08:42:57,844 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 19
      &amp#27;[0m&amp#27;[0m08:42:57,844 INFO  [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 19
      &amp#27;[0m&amp#27;[0m08:42:57,853 INFO  [org.infinispan.CLUSTER] (transport-thread--p13-t21) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 19
      &amp#27;[0m&amp#27;[0m08:42:57,856 INFO  [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 20
      &amp#27;[0m&amp#27;[0m08:42:57,858 INFO  [org.infinispan.CLUSTER] (transport-thread--p16-t23) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 20
      &amp#27;[0m&amp#27;[0m08:42:57,859 INFO  [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 20
      &amp#27;[0m&amp#27;[0m08:42:57,858 INFO  [org.infinispan.CLUSTER] (transport-thread--p13-t24) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 20
      &amp#27;[0m&amp#27;[0m08:42:57,866 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:57,867 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 73) WFLYCLINF0002: Started client-mappings cache from ejb container
      &amp#27;[0m&amp#27;[0m08:42:57,914 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-2 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:58,031 INFO  [org.wildfly.clustering.server] (ChannelCommandDispatcherFactory - 1) WFLYCLSV0001: This node will now operate as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:58,050 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:58,070 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:58,112 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
      &amp#27;[0m&amp#27;[0m08:42:58,114 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.130.38:9990/management
      &amp#27;[0m&amp#27;[0m08:42:58,115 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.130.38:9990
      &amp#27;[0m&amp#27;[0m08:42:58,115 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 5834ms - Started 502 of 674 services (397 services are lazy, passive or on-demand)
      &amp#27;[0m&amp#27;[0m08:42:58,209 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:58,219 INFO  [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-2 elected as the singleton provider of the jboss.test.service.default-policy service
      &amp#27;[0m&amp#27;[0m08:42:58,246 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 2) WFLYCLINF0003: Stopped default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:58,278 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 70ms
      &amp#27;[0m&amp#27;[0m08:42:58,335 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/f0/820e8e7890e81d478244d0eada856f5f199f3c/content
      &amp#27;[0m&amp#27;[0m08:42:58,335 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m&amp#27;[0m08:42:58,365 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
      &amp#27;[0m&amp#27;[0m08:42:58,395 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 26) WFLYCLINF0003: Stopped default cache from server container
      &amp#27;[0m&amp#27;[0m08:42:58,410 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 49ms
      &amp#27;[0m&amp#27;[0m08:42:58,486 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/data/content/fd/32b8b3d734d15cf036240e42208a875c79d331/content
      &amp#27;[0m&amp#27;[0m08:42:58,486 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
      &amp#27;[0m
      

      Expected results:
      No errors

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              mkopecky@redhat.com Marek Kopecky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: