Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created March 1, 2023 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhusar/b31968617a82a82dec752411f4683fef to your computer and use it in GitHub Desktop.
Save rhusar/b31968617a82a82dec752411f4683fef to your computer and use it in GitHub Desktop.
java.lang.AssertionError: expected:<200> but was:<500>
  at org.junit.Assert.fail(Assert.java:89)
  at org.junit.Assert.failNotEquals(Assert.java:835)
  at org.junit.Assert.assertEquals(Assert.java:647)
  at org.junit.Assert.assertEquals(Assert.java:633)
  at org.jboss.as.test.clustering.ClusterHttpClientUtil.establishTopology(ClusterHttpClientUtil.java:69)
  at org.jboss.as.test.clustering.ClusterHttpClientUtil.establishTopology(ClusterHttpClientUtil.java:58)
  at org.jboss.as.test.clustering.ClusterHttpClientUtil.establishTopology(ClusterHttpClientUtil.java:52)
  at org.jboss.as.test.clustering.cluster.affinity.RankedAffinityTestCase.establishTopology(RankedAffinityTestCase.java:184)
  at org.jboss.as.test.clustering.cluster.affinity.RankedAffinityTestCase.test(RankedAffinityTestCase.java:119)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
  at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
  at org.jboss.arquillian.junit.Arquillian$8$1.invokeMethod(Arquillian.java:325)
  at org.jboss.arquillian.junit.MethodInvoker$1.invoke(MethodInvoker.java:18)
  at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:57)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
  at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
  at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
  at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
  at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:50)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
  at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
  at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:118)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
  at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:139)
  at org.jboss.arquillian.junit.MethodInvoker.invoke(MethodInvoker.java:15)
  at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:332)
  at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:204)
  at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:350)
  at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54)
  at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:215)
  at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:279)
  at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:88)
  at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:66)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
  at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:128)
  at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createBeforeContext(ContainerEventController.java:114)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:116)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
  at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
  at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
  at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
  at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159)
  at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:273)
  at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
  at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
  at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
  at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
  at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
  at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:166)
  at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:350)
  at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54)
  at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:177)
  at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
  at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
  at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:115)
  at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
  at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
  at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
  at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
  at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
  at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
  at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
------- Stdout: -------
&amp#27;06:17:41,769 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
&amp#27;&amp#27;06:17:42,166 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta5
&amp#27;&amp#27;06:17:42,175 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
&amp#27;&amp#27;06:17:42,294 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) starting
&amp#27;WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/buildAgent/system/jetbrains.maven.runner/maven.repo.local-bt857/org/wildfly/core/wildfly-elytron-integration/20.0.0.Beta6/wildfly-elytron-integration-20.0.0.Beta6.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
&amp#27;06:17:43,007 INFO [org.wildfly.security] (ServerService Thread Pool -- 3) ELY00001: WildFly Elytron version 2.0.0.Final
&amp#27;&amp#27;06:17:43,411 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
&amp#27;&amp#27;06:17:43,431 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.8.8.Final
&amp#27;&amp#27;06:17:43,443 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.8.8.Final
&amp#27;&amp#27;06:17:43,494 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 8) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
&amp#27;&amp#27;06:17:43,507 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 2.3.4.Final starting
&amp#27;&amp#27;06:17:43,567 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.27.Final
&amp#27;&amp#27;06:17:43,599 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 9) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
&amp#27;&amp#27;06:17:43,680 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-load-balancer-1/standalone/configuration/application.keystore' does not exist. Used blank.
&amp#27;&amp#27;06:17:43,704 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
&amp#27;&amp#27;06:17:43,722 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY01084: KeyStore /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-load-balancer-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;&amp#27;06:17:43,736 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) Queuing requests.
&amp#27;&amp#27;06:17:43,742 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
&amp#27;&amp#27;06:17:43,872 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8580
&amp#27;&amp#27;06:17:43,872 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener management listening on [::1]:8590
&amp#27;&amp#27;06:17:43,874 INFO [io.undertow] (MSC service thread 1-6) UT005039: Undertow starts mod_cluster proxy advertisements on /224.0.1.105:23364 with frequency 10000 ms
&amp#27;&amp#27;06:17:43,905 ERROR [io.undertow] (default I/O-6) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;&amp#27;06:17:43,909 INFO [org.jboss.as.patching] (MSC service thread 1-3) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
&amp#27;&amp#27;06:17:44,093 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
&amp#27;&amp#27;06:17:44,103 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:10490/management
&amp#27;&amp#27;06:17:44,103 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:10490
&amp#27;&amp#27;06:17:44,103 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) started in 2750ms - Started 101 of 112 services (39 services are lazy, passive or on-demand) - Server configuration file in use: standalone-load-balancer.xml
&amp#27;&amp#27;06:17:44,892 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.0.Final
&amp#27;&amp#27;06:17:45,363 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.0.Beta5
&amp#27;&amp#27;06:17:45,371 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
&amp#27;&amp#27;06:17:45,487 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) starting
&amp#27;&amp#27;06:17:45,488 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0235: Security Manager is enabled
&amp#27;WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/buildAgent/system/jetbrains.maven.runner/maven.repo.local-bt857/org/wildfly/core/wildfly-elytron-integration/20.0.0.Beta6/wildfly-elytron-integration-20.0.0.Beta6.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
&amp#27;06:17:46,725 INFO [org.wildfly.security] (ServerService Thread Pool -- 31) ELY00001: WildFly Elytron version 2.0.0.Final
&amp#27;&amp#27;06:17:47,834 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 24) WFLYCTL0028: Attribute 'cluster' in the resource at address '/subsystem=ejb3/service=remote' 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;&amp#27;06:17:48,163 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
&amp#27;&amp#27;06:17:48,199 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.8.8.Final
&amp#27;&amp#27;06:17:48,211 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.8.8.Final
&amp#27;&amp#27;06:17:48,310 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.27.Final
&amp#27;&amp#27;06:17:48,414 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 57) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
&amp#27;&amp#27;06:17:48,415 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 69) WFLYMETRICS0001: Activating Base Metrics Subsystem
&amp#27;&amp#27;06:17:48,425 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 61) WFLYRS0016: RESTEasy version 6.2.2.Final
&amp#27;&amp#27;06:17:48,434 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 82) 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;&amp#27;06:17:48,443 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 70) WFLYCONF0001: Activating MicroProfile Config Subsystem
&amp#27;&amp#27;06:17:48,456 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 71) WFLYJWT0001: Activating MicroProfile JWT Subsystem
&amp#27;&amp#27;06:17:48,459 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 84) WFLYWS0002: Activating WebServices Extension
&amp#27;&amp#27;06:17:48,463 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 74) WFLYNAM0001: Activating Naming Subsystem
&amp#27;&amp#27;06:17:48,465 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0001: Activating Infinispan subsystem.
&amp#27;&amp#27;06:17:48,467 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 72) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
&amp#27;&amp#27;06:17:48,483 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 67) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
&amp#27;&amp#27;06:17:48,499 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 58) WFLYHEALTH0001: Activating Base Health Subsystem
&amp#27;&amp#27;06:17:48,512 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 60) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
&amp#27;&amp#27;06:17:48,541 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 64) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 5.2.12
&amp#27;&amp#27;06:17:48,579 INFO [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
&amp#27;&amp#27;06:17:48,651 INFO [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.0.Final)
&amp#27;&amp#27;06:17:48,652 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
&amp#27;&amp#27;06:17:48,656 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 48) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1)
&amp#27;&amp#27;06:17:48,709 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
&amp#27;&amp#27;06:17:48,899 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.3.4.Final starting
&amp#27;&amp#27;06:17:48,913 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/configuration/application.keystore' does not exist. Used blank.
&amp#27;&amp#27;06:17:48,999 WARN [org.wildfly.extension.elytron] (MSC service thread 1-7) WFLYELY01084: KeyStore /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost
&amp#27;&amp#27;06:17:49,232 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0014: Creating file handler for path '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
&amp#27;&amp#27;06:17:49,252 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;&amp#27;06:17:49,252 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) 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;&amp#27;06:17:49,322 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
&amp#27;&amp#27;06:17:49,338 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) Queuing requests.
&amp#27;&amp#27;06:17:49,339 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
&amp#27;&amp#27;06:17:49,478 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8209
&amp#27;&amp#27;06:17:49,483 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8280
&amp#27;&amp#27;06:17:49,521 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 86) MODCLUSTER000001: Initializing mod_cluster version 2.0.1.Final
&amp#27;&amp#27;06:17:49,576 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 86) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
&amp#27;&amp#27;06:17:49,579 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
&amp#27;node-3 &amp#27;06:17:49,594 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8643
&amp#27;node-3 &amp#27;06:17:49,616 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/deployments
&amp#27;node-3 &amp#27;06:17:49,714 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
&amp#27;node-3 &amp#27;06:17:49,774 INFO [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 6.2.0.Final (Apache CXF 4.0.0)
&amp#27;node-3 &amp#27;06:17:49,841 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
&amp#27;node-3 &amp#27;06:17:50,195 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
&amp#27;node-3 &amp#27;06:17:50,201 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:10190/management
&amp#27;node-3 &amp#27;06:17:50,202 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:10190
&amp#27;node-3 &amp#27;06:17:50,204 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) started in 5770ms - Started 311 of 716 services (505 services are lazy, passive or on-demand) - Server configuration file in use: standalone-ha.xml
&amp#27;Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
node-3 &amp#27;06:17:50,485 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
&amp#27;node-3 &amp#27;06:17:50,486 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
&amp#27;node-3 &amp#27;06:17:50,492 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTPS listener https suspending
&amp#27;node-3 &amp#27;06:17:50,493 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0019: Host default-host stopping
&amp#27;node-3 &amp#27;06:17:50,494 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0008: Undertow AJP listener ajp suspending
&amp#27;node-3 &amp#27;06:17:50,495 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to [::1]:8209
&amp#27;node-3 &amp#27;06:17:50,497 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [::1]:8643
&amp#27;node-3 &amp#27;06:17:50,503 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 3) MODCLUSTER000002: Initiating mod_cluster shutdown
&amp#27;node-3 &amp#27;06:17:50,511 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow HTTP listener default suspending
&amp#27;node-3 &amp#27;06:17:50,512 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [::1]:8280
&amp#27;node-3 &amp#27;06:17:50,513 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0004: Undertow 2.3.4.Final stopping
&amp#27;node-3 &amp#27;06:17:50,543 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = h2
&amp#27;node-3 &amp#27;06:17:50,584 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) stopped in 134ms
&amp#27;node-3 &amp#27;06:17:50,587 INFO [org.jboss.as] (MSC service thread 1-5) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) starting
&amp#27;node-3 &amp#27;06:17:50,587 INFO [org.jboss.as] (MSC service thread 1-5) WFLYSRV0235: Security Manager is enabled
&amp#27;node-3 &amp#27;06:17:50,833 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 17) WFLYCTL0028: Attribute 'cluster' in the resource at address '/subsystem=ejb3/service=remote' 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;node-3 &amp#27;06:17:50,953 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
&amp#27;node-3 &amp#27;06:17:51,002 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 48) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1)
&amp#27;node-3 &amp#27;06:17:51,049 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 60) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
&amp#27;node-3 &amp#27;06:17:51,035 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 57) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
&amp#27;node-3 &amp#27;06:17:51,052 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 61) WFLYRS0016: RESTEasy version 6.2.2.Final
&amp#27;node-3 &amp#27;06:17:51,044 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 58) WFLYHEALTH0001: Activating Base Health Subsystem
&amp#27;node-3 &amp#27;06:17:51,048 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0001: Activating Infinispan subsystem.
&amp#27;node-3 &amp#27;06:17:51,065 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 64) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 5.2.12
&amp#27;node-3 &amp#27;06:17:51,081 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
&amp#27;node-3 &amp#27;06:17:51,083 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) 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;node-3 &amp#27;06:17:51,084 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;node-3 &amp#27;06:17:51,086 WARN [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/configuration/application.keystore' does not exist. Used blank.
&amp#27;node-3 &amp#27;06:17:51,088 INFO [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.0.Final)
&amp#27;node-3 &amp#27;06:17:51,090 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 70) WFLYCONF0001: Activating MicroProfile Config Subsystem
&amp#27;node-3 &amp#27;06:17:51,091 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 69) WFLYMETRICS0001: Activating Base Metrics Subsystem
&amp#27;node-3 &amp#27;06:17:51,093 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 71) WFLYJWT0001: Activating MicroProfile JWT Subsystem
&amp#27;node-3 &amp#27;06:17:51,093 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 72) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
&amp#27;node-3 &amp#27;06:17:51,096 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 74) WFLYNAM0001: Activating Naming Subsystem
&amp#27;node-3 &amp#27;06:17:51,101 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 82) 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;node-3 &amp#27;06:17:51,103 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 84) WFLYWS0002: Activating WebServices Extension
&amp#27;node-3 &amp#27;06:17:51,107 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 2.3.4.Final starting
&amp#27;node-3 &amp#27;06:17:51,110 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
&amp#27;node-3 &amp#27;06:17:51,112 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0014: Creating file handler for path '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
&amp#27;node-3 &amp#27;06:17:51,123 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
&amp#27;node-3 &amp#27;06:17:51,142 WARN [org.wildfly.extension.elytron] (MSC service thread 1-5) WFLYELY01084: KeyStore /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost
&amp#27;node-3 &amp#27;06:17:51,189 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;node-3 &amp#27;06:17:51,199 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/deployments
&amp#27;node-3 &amp#27;06:17:51,206 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
&amp#27;node-3 &amp#27;06:17:51,246 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
&amp#27;node-3 &amp#27;06:17:51,250 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) Queuing requests.
&amp#27;node-3 &amp#27;06:17:51,251 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
&amp#27;node-3 &amp#27;06:17:51,254 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8280
&amp#27;node-3 &amp#27;06:17:51,261 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8643
&amp#27;node-3 &amp#27;06:17:51,263 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8209
&amp#27;node-3 &amp#27;06:17:51,265 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
&amp#27;node-3 &amp#27;06:17:51,267 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 86) MODCLUSTER000001: Initializing mod_cluster version 2.0.1.Final
&amp#27;node-3 &amp#27;06:17:51,271 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 6.2.0.Final (Apache CXF 4.0.0)
&amp#27;node-3 &amp#27;06:17:51,274 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 86) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
&amp#27;&amp#27;06:17:51,361 INFO [io.undertow] (default task-1) UT005053: Registering node node-3, connection: ajp://[0:0:0:0:0:0:0:1]:8209/?#
&amp#27;node-3 &amp#27;06:17:51,512 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
&amp#27;&amp#27;06:17:53,880 ERROR [io.undertow] (default I/O-2) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread$RepeatKey.run(WorkerThread.java:694)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;node-3 &amp#27;06:17:54,847 INFO [org.jboss.as.protocol] (management task-1) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;&amp#27;06:18:01,404 INFO [io.undertow] (default task-1) UT005045: Registering context /, for node node-3
&amp#27;&amp#27;06:18:01,410 INFO [io.undertow] (default task-2) UT005045: Registering context /wildfly-services, for node node-3
&amp#27;node-3 &amp#27;06:18:01,416 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:10190/management
&amp#27;node-3 &amp#27;06:18:01,417 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:10190
&amp#27;node-3 &amp#27;06:18:01,424 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) started in 10826ms - Started 312 of 717 services (506 services are lazy, passive or on-demand) - Server configuration file in use: standalone-ha.xml
&amp#27;node-3 &amp#27;06:18:01,543 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/data/content/6a/4fec5b35a83c56ee16cf4c248a067d754ff158/content
&amp#27;node-3 &amp#27;06:18:01,580 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "RankedAffinityTestCase.war" (runtime-name: "RankedAffinityTestCase.war")
&amp#27;node-3 &amp#27;06:18:02,164 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment RankedAffinityTestCase.war
&amp#27;node-3 &amp#27;06:18:02,304 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 8.0.0.Final
&amp#27;node-3 &amp#27;06:18:02,477 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "RankedAffinityTestCase.war"' are as follows:
  java:global/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:app/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:jboss/exported/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  ejb:/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:global/RankedAffinityTestCase/TopologyChangeListenerBean
  java:app/RankedAffinityTestCase/TopologyChangeListenerBean
  java:module/TopologyChangeListenerBean
&amp#27;node-3 &amp#27;06:18:02,703 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-1) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
&amp#27;node-3 &amp#27;06:18:02,724 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-1) No shutdown hook registered: Please call close() manually on application shutdown.
&amp#27;node-3 &amp#27;06:18:02,727 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-1) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=RankedAffinityTestCase.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=build03-centos, jaeger.version=Java-1.6.0, ip=192.168.1.43}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
&amp#27;node-3 &amp#27;06:18:02,974 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 15) WFLYCLJG0032: Connecting 'ee' channel. 'node-3' joining cluster 'ejb' via /0:0:0:0:0:0:0:1:7800
&amp#27;node-3 &amp#27;06:18:02,975 INFO [org.jgroups.JChannel] (ServerService Thread Pool -- 15) local_addr: fb99527e-36d7-4165-b67e-a96a2347a7d3, name: node-3
&amp#27;node-3 &amp#27;06:18:03,004 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 5.1.0 (Final)
&amp#27;node-3 &amp#27;06:18:03,006 INFO [org.jgroups.protocols.FD_SOCK2] (ServerService Thread Pool -- 15) server listening on /0:0:0:0:0:0:0:1:57800
&amp#27;&amp#27;06:18:03,882 ERROR [io.undertow] (default I/O-2) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread$RepeatKey.run(WorkerThread.java:694)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;node-3 &amp#27;06:18:05,026 INFO [org.jgroups.protocols.pbcast.GMS] (ServerService Thread Pool -- 15) node-3: no members discovered after 2004 ms: creating cluster as coordinator
&amp#27;node-3 &amp#27;06:18:05,042 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 15) WFLYCLJG0033: Connected 'ee' channel. 'node-3' joined cluster 'ejb' with view: [node-3|0] (1) [node-3]
&amp#27;node-3 &amp#27;06:18:05,528 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 38) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-3 &amp#27;06:18:05,529 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 42) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-3 &amp#27;06:18:05,532 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 4) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
&amp#27;node-3 &amp#27;06:18:05,534 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 9) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-3 &amp#27;06:18:05,755 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 9) ISPN000390: Persisted state, version=14.0.6.Final timestamp=2023-03-01T06:18:05.752529Z
&amp#27;node-3 &amp#27;06:18:05,755 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 4) ISPN000390: Persisted state, version=14.0.6.Final timestamp=2023-03-01T06:18:05.754141Z
&amp#27;node-3 &amp#27;06:18:05,755 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 38) ISPN000390: Persisted state, version=14.0.6.Final timestamp=2023-03-01T06:18:05.755675Z
&amp#27;node-3 &amp#27;06:18:05,769 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 42) ISPN000390: Persisted state, version=14.0.6.Final timestamp=2023-03-01T06:18:05.762368Z
&amp#27;node-3 &amp#27;06:18:06,260 INFO [org.infinispan.CONFIG] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
&amp#27;node-3 &amp#27;06:18:06,268 INFO [org.infinispan.CONFIG] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
&amp#27;node-3 &amp#27;06:18:06,284 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 42) WFLYCLINF0002: Started default-server cache from web container
&amp#27;node-3 &amp#27;06:18:06,284 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
&amp#27;node-3 &amp#27;06:18:06,375 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 4) ISPN000025: wakeUpInterval is <= 0, not starting expired purge thread
&amp#27;node-3 &amp#27;06:18:06,399 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 4) WFLYCLINF0002: Started RankedAffinityTestCase.war cache from web container
&amp#27;node-3 &amp#27;06:18:07,244 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0021: Registered web context: '/RankedAffinityTestCase' for server 'default-server'
&amp#27;&amp#27;06:18:07,253 INFO [io.undertow] (default task-2) UT005045: Registering context /RankedAffinityTestCase, for node node-3
&amp#27;node-3 &amp#27;06:18:07,310 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RankedAffinityTestCase.war" (runtime-name : "RankedAffinityTestCase.war")
&amp#27;Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
node-2 &amp#27;06:18:07,859 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
&amp#27;node-2 &amp#27;06:18:07,860 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
&amp#27;node-2 &amp#27;06:18:07,862 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow AJP listener ajp suspending
&amp#27;node-2 &amp#27;06:18:07,862 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTPS listener https suspending
&amp#27;node-2 &amp#27;06:18:07,863 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
&amp#27;node-2 &amp#27;06:18:07,865 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 41) MODCLUSTER000002: Initiating mod_cluster shutdown
&amp#27;node-2 &amp#27;06:18:07,866 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to [::1]:8109
&amp#27;node-2 &amp#27;06:18:07,866 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [::1]:8543
&amp#27;node-2 &amp#27;06:18:07,868 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0008: Undertow HTTP listener default suspending
&amp#27;node-2 &amp#27;06:18:07,872 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [::1]:8180
&amp#27;node-2 &amp#27;06:18:07,872 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0004: Undertow 2.3.4.Final stopping
&amp#27;node-2 &amp#27;06:18:07,873 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
&amp#27;node-2 &amp#27;06:18:07,888 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) stopped in 44ms
&amp#27;node-2 &amp#27;06:18:07,888 INFO [org.jboss.as] (MSC service thread 1-5) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) starting
&amp#27;node-2 &amp#27;06:18:07,889 INFO [org.jboss.as] (MSC service thread 1-5) WFLYSRV0235: Security Manager is enabled
&amp#27;node-2 &amp#27;06:18:07,995 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 6) WFLYCTL0028: Attribute 'cluster' in the resource at address '/subsystem=ejb3/service=remote' 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;node-2 &amp#27;06:18:08,105 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
&amp#27;node-2 &amp#27;06:18:08,126 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 48) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1)
&amp#27;node-2 &amp#27;06:18:08,144 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 57) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
&amp#27;node-2 &amp#27;06:18:08,145 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 58) WFLYHEALTH0001: Activating Base Health Subsystem
&amp#27;node-2 &amp#27;06:18:08,147 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0001: Activating Infinispan subsystem.
&amp#27;node-2 &amp#27;06:18:08,154 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 60) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
&amp#27;node-2 &amp#27;06:18:08,155 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 61) WFLYRS0016: RESTEasy version 6.2.2.Final
&amp#27;node-2 &amp#27;06:18:08,157 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;node-2 &amp#27;06:18:08,158 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
&amp#27;node-2 &amp#27;06:18:08,159 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-2/standalone/configuration/application.keystore' does not exist. Used blank.
&amp#27;node-2 &amp#27;06:18:08,160 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY01084: KeyStore /opt/buildAgent/work/e34a6f994de9f7c6/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;node-2 &amp#27;06:18:08,169 INFO [org.jboss.as.connector] (MSC service thread 1-5) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.0.Final)
&amp#27;node-2 &amp#27;06:18:08,169 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = h2
&amp#27;node-2 &amp#27;06:18:08,175 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 64) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 5.2.12
&amp#27;node-2 &amp#27;06:18:08,178 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 69) WFLYMETRICS0001: Activating Base Metrics Subsystem
&amp#27;node-2 &amp#27;06:18:08,189 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 74) WFLYNAM0001: Activating Naming Subsystem
&amp#27;node-2 &amp#27;06:18:08,180 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 70) WFLYCONF0001: Activating MicroProfile Config Subsystem
&amp#27;node-2 &amp#27;06:18:08,181 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 71) WFLYJWT0001: Activating MicroProfile JWT Subsystem
&amp#27;node-2 &amp#27;06:18:08,181 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 72) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
&amp#27;node-2 &amp#27;06:18:08,193 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
&amp#27;node-2 &amp#27;06:18:08,193 INFO [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
&amp#27;node-2 &amp#27;06:18:08,221 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 82) 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;node-2 &amp#27;06:18:08,225 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 84) WFLYWS0002: Activating WebServices Extension
&amp#27;node-2 &amp#27;06:18:08,229 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0014: Creating file handler for path '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
&amp#27;node-2 &amp#27;06:18:08,234 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 2.3.4.Final starting
&amp#27;node-2 &amp#27;06:18:08,241 INFO [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
&amp#27;node-2 &amp#27;06:18:08,254 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
&amp#27;node-2 &amp#27;06:18:08,255 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) Queuing requests.
&amp#27;node-2 &amp#27;06:18:08,255 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
&amp#27;node-2 &amp#27;06:18:08,260 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8109
&amp#27;node-2 &amp#27;06:18:08,262 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-2/standalone/deployments
&amp#27;node-2 &amp#27;06:18:08,267 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8180
&amp#27;node-2 &amp#27;06:18:08,268 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8543
&amp#27;node-2 &amp#27;06:18:08,271 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 86) MODCLUSTER000001: Initializing mod_cluster version 2.0.1.Final
&amp#27;node-2 &amp#27;06:18:08,276 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 86) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
&amp#27;node-2 &amp#27;06:18:08,277 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 6.2.0.Final (Apache CXF 4.0.0)
&amp#27;node-2 &amp#27;06:18:08,285 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
&amp#27;node-2 &amp#27;06:18:08,295 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
&amp#27;&amp#27;06:18:08,302 INFO [io.undertow] (default task-2) UT005053: Registering node node-2, connection: ajp://[0:0:0:0:0:0:0:1]:8109/?#
&amp#27;node-2 &amp#27;06:18:08,445 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
&amp#27;node-2 &amp#27;06:18:08,580 INFO [org.jboss.as.protocol] (management I/O-1) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;node-2 &amp#27;06:18:08,820 INFO [org.jboss.as.protocol] (management I/O-1) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;node-2 &amp#27;06:18:10,585 INFO [org.jboss.as.protocol] (management I/O-1) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;node-2 &amp#27;06:18:12,196 INFO [org.jboss.as.protocol] (management I/O-2) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;&amp#27;06:18:13,885 ERROR [io.undertow] (default I/O-2) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread$RepeatKey.run(WorkerThread.java:694)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;&amp#27;06:18:18,320 INFO [io.undertow] (default task-2) UT005045: Registering context /, for node node-2
&amp#27;&amp#27;06:18:18,323 INFO [io.undertow] (default task-2) UT005045: Registering context /wildfly-services, for node node-2
&amp#27;node-2 &amp#27;06:18:18,327 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:10090/management
&amp#27;node-2 &amp#27;06:18:18,327 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:10090
&amp#27;node-2 &amp#27;06:18:18,329 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) started in 10436ms - Started 312 of 717 services (506 services are lazy, passive or on-demand) - Server configuration file in use: standalone-ha.xml
&amp#27;node-2 &amp#27;06:18:18,359 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-2/standalone/data/content/69/141b9876e08c0e6eb88f55b22a09694e112e54/content
&amp#27;node-2 &amp#27;06:18:18,364 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "RankedAffinityTestCase.war" (runtime-name: "RankedAffinityTestCase.war")
&amp#27;node-2 &amp#27;06:18:18,510 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment RankedAffinityTestCase.war
&amp#27;node-2 &amp#27;06:18:18,551 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "RankedAffinityTestCase.war"' are as follows:
  java:global/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:app/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:jboss/exported/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  ejb:/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:global/RankedAffinityTestCase/TopologyChangeListenerBean
  java:app/RankedAffinityTestCase/TopologyChangeListenerBean
  java:module/TopologyChangeListenerBean
&amp#27;node-2 &amp#27;06:18:18,626 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-7) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
&amp#27;node-2 &amp#27;06:18:18,635 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-7) No shutdown hook registered: Please call close() manually on application shutdown.
&amp#27;node-2 &amp#27;06:18:18,635 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-7) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=RankedAffinityTestCase.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=build03-centos, jaeger.version=Java-1.6.0, ip=192.168.1.43}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
&amp#27;node-2 &amp#27;06:18:18,645 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 41) WFLYCLJG0032: Connecting 'ee' channel. 'node-2' joining cluster 'ejb' via /0:0:0:0:0:0:0:1:7700
&amp#27;node-2 &amp#27;06:18:18,646 INFO [org.jgroups.JChannel] (ServerService Thread Pool -- 41) local_addr: e56e0222-7654-40f6-83ce-0c7a64e5ba31, name: node-2
&amp#27;node-2 &amp#27;06:18:18,659 INFO [org.jgroups.protocols.FD_SOCK2] (ServerService Thread Pool -- 41) server listening on /0:0:0:0:0:0:0:1:57700
&amp#27;node-3 &amp#27;06:18:18,719 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-3 &amp#27;06:18:18,721 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-3 &amp#27;06:18:18,722 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-3 &amp#27;06:18:18,722 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-3 &amp#27;06:18:18,728 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-3 &amp#27;06:18:18,729 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-3 &amp#27;06:18:18,740 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-3 &amp#27;06:18:18,740 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-2 joined the cluster
&amp#27;node-2 &amp#27;06:18:18,749 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 41) WFLYCLJG0033: Connected 'ee' channel. 'node-2' joined cluster 'ejb' with view: [node-3|1] (2) [node-3, node-2]
&amp#27;node-2 &amp#27;06:18:18,788 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 41) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:40.069683Z
&amp#27;node-2 &amp#27;06:18:18,793 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 41) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
&amp#27;node-2 &amp#27;06:18:18,803 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 42) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:40.065343Z
&amp#27;node-2 &amp#27;06:18:18,807 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 42) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-2 &amp#27;06:18:18,847 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 43) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:40.107454Z
&amp#27;node-2 &amp#27;06:18:18,865 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 43) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-3 &amp#27;06:18:18,878 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:18,880 INFO [org.infinispan.LIFECYCLE] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:18,892 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 40) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:40.095818Z
&amp#27;node-2 &amp#27;06:18:18,894 INFO [org.infinispan.LIFECYCLE] (thread-9,ejb,node-2) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:18,897 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p8-t6) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:18,900 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:18,901 INFO [org.infinispan.LIFECYCLE] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:18,903 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p5-t6) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-2 &amp#27;06:18:18,915 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 40) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-2 &amp#27;06:18:18,922 INFO [org.infinispan.LIFECYCLE] (thread-12,ejb,node-2) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:18,959 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p26-t5) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:19,003 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
&amp#27;node-3 &amp#27;06:18:19,023 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:19,025 INFO [org.infinispan.LIFECYCLE] (thread-9,ejb,node-2) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,024 INFO [org.infinispan.LIFECYCLE] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,029 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p7-t6) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-2 &amp#27;06:18:19,031 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p22-t5) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:19,037 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:19,040 INFO [org.infinispan.LIFECYCLE] (thread-12,ejb,node-2) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,044 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p8-t5) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
&amp#27;node-3 &amp#27;06:18:19,047 INFO [org.infinispan.LIFECYCLE] (thread-9,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,050 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p6-t2) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:19,055 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 5
&amp#27;node-3 &amp#27;06:18:19,070 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
&amp#27;node-2 &amp#27;06:18:19,106 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p30-t5) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:19,114 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
&amp#27;node-2 &amp#27;06:18:19,135 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p36-t5) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:19,142 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
&amp#27;node-3 &amp#27;06:18:19,144 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
&amp#27;node-3 &amp#27;06:18:19,148 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
&amp#27;node-3 &amp#27;06:18:19,154 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 5
&amp#27;node-3 &amp#27;06:18:19,163 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 5
&amp#27;node-3 &amp#27;06:18:19,174 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
&amp#27;node-3 &amp#27;06:18:19,181 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 5
&amp#27;node-3 &amp#27;06:18:19,194 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=http-remoting-connector] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,195 INFO [org.infinispan.LIFECYCLE] (thread-12,ejb,node-3) [Context=http-remoting-connector] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:19,204 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
&amp#27;node-3 &amp#27;06:18:19,207 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p6-t7) [Context=http-remoting-connector] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-2 &amp#27;06:18:19,208 INFO [org.infinispan.LIFECYCLE] (thread-11,ejb,node-2) [Context=http-remoting-connector] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:19,216 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p30-t5) [Context=http-remoting-connector] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-2 &amp#27;06:18:19,220 INFO [org.infinispan.CONFIG] (MSC service thread 1-6) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
&amp#27;node-2 &amp#27;06:18:19,220 INFO [org.infinispan.CONFIG] (MSC service thread 1-6) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
&amp#27;node-3 &amp#27;06:18:19,231 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,232 INFO [org.infinispan.LIFECYCLE] (thread-9,ejb,node-3) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:19,236 INFO [org.infinispan.LIFECYCLE] (thread-11,ejb,node-2) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,239 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p7-t7) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-2 &amp#27;06:18:19,243 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 40) WFLYCLINF0002: Started default-server cache from web container
&amp#27;node-3 &amp#27;06:18:19,264 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=http-remoting-connector] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
&amp#27;node-3 &amp#27;06:18:19,268 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=http-remoting-connector] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
&amp#27;node-3 &amp#27;06:18:19,277 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=http-remoting-connector] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 5
&amp#27;node-2 &amp#27;06:18:19,285 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p36-t5) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-2 &amp#27;06:18:19,291 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 43) ISPN000025: wakeUpInterval is <= 0, not starting expired purge thread
&amp#27;node-3 &amp#27;06:18:19,302 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,303 INFO [org.infinispan.LIFECYCLE] (thread-12,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-2 &amp#27;06:18:19,305 INFO [org.infinispan.LIFECYCLE] (thread-13,ejb,node-2) [Context=RankedAffinityTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 2
&amp#27;node-3 &amp#27;06:18:19,312 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p7-t2) [Context=RankedAffinityTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:19,313 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
&amp#27;node-2 &amp#27;06:18:19,325 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 43) WFLYCLINF0002: Started RankedAffinityTestCase.war cache from web container
&amp#27;node-3 &amp#27;06:18:19,333 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p7-t8) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
&amp#27;node-3 &amp#27;06:18:19,340 INFO [org.infinispan.CLUSTER] (thread-12,ejb,node-3) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 5
&amp#27;node-2 &amp#27;06:18:19,347 INFO [org.infinispan.LIFECYCLE] (thread-9,ejb,node-2) [Context=RankedAffinityTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 2
&amp#27;node-3 &amp#27;06:18:19,541 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
&amp#27;node-3 &amp#27;06:18:19,567 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
&amp#27;node-3 &amp#27;06:18:19,578 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 5
&amp#27;node-2 &amp#27;06:18:19,733 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 40) WFLYUT0021: Registered web context: '/RankedAffinityTestCase' for server 'default-server'
&amp#27;&amp#27;06:18:19,742 INFO [io.undertow] (default task-2) UT005045: Registering context /RankedAffinityTestCase, for node node-2
&amp#27;node-2 &amp#27;06:18:19,781 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RankedAffinityTestCase.war" (runtime-name : "RankedAffinityTestCase.war")
&amp#27;Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
node-1 &amp#27;06:18:19,957 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
&amp#27;node-1 &amp#27;06:18:19,957 INFO [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
&amp#27;node-1 &amp#27;06:18:19,958 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow AJP listener ajp suspending
&amp#27;node-1 &amp#27;06:18:19,959 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTPS listener https suspending
&amp#27;node-1 &amp#27;06:18:19,960 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to [::1]:8009
&amp#27;node-1 &amp#27;06:18:19,962 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 42) MODCLUSTER000002: Initiating mod_cluster shutdown
&amp#27;node-1 &amp#27;06:18:19,962 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [::1]:8443
&amp#27;node-1 &amp#27;06:18:19,964 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0019: Host default-host stopping
&amp#27;node-1 &amp#27;06:18:19,965 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0019: Stopped Driver service with driver-name = h2
&amp#27;node-1 &amp#27;06:18:19,966 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
&amp#27;node-1 &amp#27;06:18:19,967 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [::1]:8080
&amp#27;node-1 &amp#27;06:18:19,968 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0004: Undertow 2.3.4.Final stopping
&amp#27;node-1 &amp#27;06:18:19,990 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) stopped in 41ms
&amp#27;node-1 &amp#27;06:18:19,992 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) starting
&amp#27;node-1 &amp#27;06:18:19,992 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0235: Security Manager is enabled
&amp#27;node-1 &amp#27;06:18:20,175 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 19) WFLYCTL0028: Attribute 'cluster' in the resource at address '/subsystem=ejb3/service=remote' 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;node-1 &amp#27;06:18:20,241 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
&amp#27;node-1 &amp#27;06:18:20,266 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 48) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1)
&amp#27;node-1 &amp#27;06:18:20,282 INFO [org.wildfly.extension.health] (ServerService Thread Pool -- 58) WFLYHEALTH0001: Activating Base Health Subsystem
&amp#27;node-1 &amp#27;06:18:20,294 INFO [org.wildfly.extension.elytron.oidc._private] (ServerService Thread Pool -- 57) WFLYOIDC0001: Activating WildFly Elytron OIDC Subsystem
&amp#27;node-1 &amp#27;06:18:20,294 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 61) WFLYRS0016: RESTEasy version 6.2.2.Final
&amp#27;node-1 &amp#27;06:18:20,300 INFO [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting Jakarta Connectors Subsystem (WildFly/IronJacamar 3.0.0.Final)
&amp#27;node-1 &amp#27;06:18:20,300 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 64) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 5.2.12
&amp#27;node-1 &amp#27;06:18:20,301 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
&amp#27;node-1 &amp#27;06:18:20,307 INFO [org.wildfly.extension.metrics] (ServerService Thread Pool -- 69) WFLYMETRICS0001: Activating Base Metrics Subsystem
&amp#27;node-1 &amp#27;06:18:20,311 INFO [org.wildfly.extension.microprofile.config.smallrye] (ServerService Thread Pool -- 70) WFLYCONF0001: Activating MicroProfile Config Subsystem
&amp#27;node-1 &amp#27;06:18:20,313 INFO [org.wildfly.extension.microprofile.jwt.smallrye] (ServerService Thread Pool -- 71) WFLYJWT0001: Activating MicroProfile JWT Subsystem
&amp#27;node-1 &amp#27;06:18:20,314 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 72) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
&amp#27;node-1 &amp#27;06:18:20,317 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 74) WFLYNAM0001: Activating Naming Subsystem
&amp#27;node-1 &amp#27;06:18:20,318 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
&amp#27;node-1 &amp#27;06:18:20,318 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
&amp#27;node-1 &amp#27;06:18:20,324 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 83) 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;node-1 &amp#27;06:18:20,327 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 85) WFLYWS0002: Activating WebServices Extension
&amp#27;node-1 &amp#27;06:18:20,330 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 60) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
&amp#27;node-1 &amp#27;06:18:20,333 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0003: Undertow 2.3.4.Final starting
&amp#27;node-1 &amp#27;06:18:20,333 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0014: Creating file handler for path '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
&amp#27;node-1 &amp#27;06:18:20,339 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0001: Activating Infinispan subsystem.
&amp#27;node-1 &amp#27;06:18:20,350 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;node-1 &amp#27;06:18:20,350 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) 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;node-1 &amp#27;06:18:20,361 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
&amp#27;node-1 &amp#27;06:18:20,363 WARN [org.wildfly.extension.elytron] (MSC service thread 1-2) WFLYELY00023: KeyStore file '/opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-1/standalone/configuration/application.keystore' does not exist. Used blank.
&amp#27;node-1 &amp#27;06:18:20,397 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) Queuing requests.
&amp#27;node-1 &amp#27;06:18:20,397 WARN [org.wildfly.extension.elytron] (MSC service thread 1-1) WFLYELY01084: KeyStore /opt/buildAgent/work/e34a6f994de9f7c6/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;node-1 &amp#27;06:18:20,397 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting
&amp#27;node-1 &amp#27;06:18:20,404 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8009
&amp#27;node-1 &amp#27;06:18:20,407 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8443
&amp#27;node-1 &amp#27;06:18:20,415 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8080
&amp#27;node-1 &amp#27;06:18:20,420 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
&amp#27;node-1 &amp#27;06:18:20,427 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 76) MODCLUSTER000001: Initializing mod_cluster version 2.0.1.Final
&amp#27;node-1 &amp#27;06:18:20,437 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 76) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
&amp#27;&amp#27;06:18:20,455 INFO [io.undertow] (default task-2) UT005053: Registering node node-1, connection: ajp://[0:0:0:0:0:0:0:1]:8009/?#
&amp#27;node-1 &amp#27;06:18:20,463 INFO [org.jboss.as.patching] (MSC service thread 1-3) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
&amp#27;node-1 &amp#27;06:18:20,470 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 6.2.0.Final (Apache CXF 4.0.0)
&amp#27;node-1 &amp#27;06:18:20,473 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-1/standalone/deployments
&amp#27;node-1 &amp#27;06:18:20,476 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
&amp#27;node-1 &amp#27;06:18:20,649 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
&amp#27;node-1 &amp#27;06:18:21,238 INFO [org.jboss.as.protocol] (management I/O-2) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;node-1 &amp#27;06:18:22,966 INFO [org.jboss.as.protocol] (management I/O-1) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;&amp#27;06:18:23,887 ERROR [io.undertow] (default I/O-2) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread$RepeatKey.run(WorkerThread.java:694)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;node-1 &amp#27;06:18:27,455 INFO [org.jboss.as.protocol] (management I/O-2) WFLYPRT0057: cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
&amp#27;&amp#27;06:18:30,469 INFO [io.undertow] (default task-2) UT005045: Registering context /, for node node-1
&amp#27;&amp#27;06:18:30,471 INFO [io.undertow] (default task-2) UT005045: Registering context /wildfly-services, for node node-1
&amp#27;node-1 &amp#27;06:18:30,474 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
&amp#27;node-1 &amp#27;06:18:30,474 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
&amp#27;node-1 &amp#27;06:18:30,477 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 28.0.0.Beta1-SNAPSHOT (WildFly Core 20.0.0.Beta6) started in 10480ms - Started 312 of 717 services (506 services are lazy, passive or on-demand) - Server configuration file in use: standalone-ha.xml
&amp#27;node-1 &amp#27;06:18:30,526 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/90/03f723f13346da89a7eab4ae9ffb59a7e4f2b8/content
&amp#27;node-1 &amp#27;06:18:30,531 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "RankedAffinityTestCase.war" (runtime-name: "RankedAffinityTestCase.war")
&amp#27;node-1 &amp#27;06:18:30,651 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment RankedAffinityTestCase.war
&amp#27;node-1 &amp#27;06:18:30,688 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-5) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "RankedAffinityTestCase.war"' are as follows:
  java:global/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:app/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:jboss/exported/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  ejb:/RankedAffinityTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
  java:global/RankedAffinityTestCase/TopologyChangeListenerBean
  java:app/RankedAffinityTestCase/TopologyChangeListenerBean
  java:module/TopologyChangeListenerBean
&amp#27;node-1 &amp#27;06:18:30,726 WARN [org.wildfly.extension.microprofile.opentracing] (MSC service thread 1-5) WFLYTRACEXT0012: No Jaeger endpoint or sender-binding configured. Installing a no-op sender
&amp#27;node-1 &amp#27;06:18:30,731 INFO [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-5) No shutdown hook registered: Please call close() manually on application shutdown.
&amp#27;node-1 &amp#27;06:18:30,732 INFO [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-5) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=RankedAffinityTestCase.war, reporter=RemoteReporter(sender=NoopSender(), closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=build03-centos, jaeger.version=Java-1.6.0, ip=192.168.1.25}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
&amp#27;node-1 &amp#27;06:18:30,789 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 2) WFLYCLJG0032: Connecting 'ee' channel. 'node-1' joining cluster 'ejb' via /0:0:0:0:0:0:0:1:7600
&amp#27;node-1 &amp#27;06:18:30,789 INFO [org.jgroups.JChannel] (ServerService Thread Pool -- 2) local_addr: e815f28f-6174-481e-9078-2f17236e20fc, name: node-1
&amp#27;node-1 &amp#27;06:18:30,795 INFO [org.jgroups.protocols.FD_SOCK2] (ServerService Thread Pool -- 2) server listening on /0:0:0:0:0:0:0:1:57600
&amp#27;node-3 &amp#27;06:18:30,821 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-3 &amp#27;06:18:30,821 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-3 &amp#27;06:18:30,822 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-3 &amp#27;06:18:30,822 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-3 &amp#27;06:18:30,823 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-3 &amp#27;06:18:30,823 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-3 &amp#27;06:18:30,825 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-3 &amp#27;06:18:30,827 INFO [org.infinispan.CLUSTER] (thread-9,ejb,node-3) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,849 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,849 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,849 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,849 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,851 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,851 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,852 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-2 &amp#27;06:18:30,852 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-2) ISPN100000: Node node-1 joined the cluster
&amp#27;node-1 &amp#27;06:18:31,861 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 2) WFLYCLJG0033: Connected 'ee' channel. 'node-1' joined cluster 'ejb' with view: [node-3|2] (3) [node-3, node-2, node-1]
&amp#27;node-3 &amp#27;06:18:31,902 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:31,903 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:31,903 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:31,904 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-1 &amp#27;06:18:31,912 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 43) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:38.725041Z
&amp#27;node-1 &amp#27;06:18:31,915 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 41) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:38.816102Z
&amp#27;node-3 &amp#27;06:18:31,919 WARN [org.infinispan.CLUSTER] (non-blocking-thread--p8-t5) [Context=org.infinispan.CONFIG] ISPN000314: Lost at least half of the stable members, possible split brain causing data inconsistency. Current members are [node-3], lost members are [node-2], stable members are [node-3, node-2]
&amp#27;node-1 &amp#27;06:18:31,921 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 41) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-1 &amp#27;06:18:31,946 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 43) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller'
&amp#27;node-1 &amp#27;06:18:31,955 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 2) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:38.739618Z
&amp#27;node-1 &amp#27;06:18:31,967 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 42) ISPN000389: Loaded global state, version=14.0.6.Final timestamp=2023-03-01T06:17:38.726582Z
&amp#27;node-1 &amp#27;06:18:31,972 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 2) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-1 &amp#27;06:18:31,981 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 42) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.marshall.InfinispanProtoStreamMarshaller'
&amp#27;node-3 &amp#27;06:18:31,977 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p8-t5) [Context=org.infinispan.CONFIG] ISPN100008: Updating cache members list [node-3], topology id 6
&amp#27;node-3 &amp#27;06:18:31,982 WARN [org.infinispan.CLUSTER] (non-blocking-thread--p7-t3) [Context=org.infinispan.CONFIG] ISPN000314: Lost at least half of the stable members, possible split brain causing data inconsistency. Current members are [node-3], lost members are [node-2], stable members are [node-3, node-2]
&amp#27;node-3 &amp#27;06:18:31,984 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p7-t3) [Context=org.infinispan.CONFIG] ISPN100008: Updating cache members list [node-3], topology id 6
&amp#27;node-3 &amp#27;06:18:31,986 WARN [org.infinispan.CLUSTER] (non-blocking-thread--p7-t3) [Context=default-server] ISPN000314: Lost at least half of the stable members, possible split brain causing data inconsistency. Current members are [node-3], lost members are [node-2], stable members are [node-3, node-2]
&amp#27;node-3 &amp#27;06:18:31,986 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p7-t3) [Context=default-server] ISPN100008: Updating cache members list [node-3], topology id 6
&amp#27;node-3 &amp#27;06:18:31,988 WARN [org.infinispan.CLUSTER] (non-blocking-thread--p7-t3) [Context=RankedAffinityTestCase.war] ISPN000314: Lost at least half of the stable members, possible split brain causing data inconsistency. Current members are [node-3], lost members are [node-2], stable members are [node-3, node-2]
&amp#27;node-3 &amp#27;06:18:31,988 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p7-t3) [Context=RankedAffinityTestCase.war] ISPN100008: Updating cache members list [node-3], topology id 6
&amp#27;node-3 &amp#27;06:18:32,014 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:32,015 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:32,017 WARN [org.infinispan.CLUSTER] (non-blocking-thread--p6-t3) [Context=org.infinispan.CONFIG] ISPN000314: Lost at least half of the stable members, possible split brain causing data inconsistency. Current members are [node-3], lost members are [node-2], stable members are [node-3, node-2]
&amp#27;node-3 &amp#27;06:18:32,018 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p6-t3) [Context=org.infinispan.CONFIG] ISPN100008: Updating cache members list [node-3], topology id 6
&amp#27;node-3 &amp#27;06:18:32,020 WARN [org.infinispan.CLUSTER] (non-blocking-thread--p6-t3) [Context=http-remoting-connector] ISPN000314: Lost at least half of the stable members, possible split brain causing data inconsistency. Current members are [node-3], lost members are [node-2], stable members are [node-3, node-2]
&amp#27;node-3 &amp#27;06:18:32,021 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p6-t3) [Context=http-remoting-connector] ISPN100008: Updating cache members list [node-3], topology id 6
&amp#27;node-3 &amp#27;06:18:32,032 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:32,032 INFO [org.infinispan.CLUSTER] (VERIFY_SUSPECT2.Runner-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:32,035 WARN [org.infinispan.CLUSTER] (non-blocking-thread--p5-t7) [Context=org.infinispan.CONFIG] ISPN000314: Lost at least half of the stable members, possible split brain causing data inconsistency. Current members are [node-3], lost members are [node-2], stable members are [node-3, node-2]
&amp#27;node-3 &amp#27;06:18:32,037 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p5-t7) [Context=org.infinispan.CONFIG] ISPN100008: Updating cache members list [node-3], topology id 6
&amp#27;node-1 &amp#27;06:18:32,058 INFO [org.infinispan.CLUSTER] (thread-10,ejb,node-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-1 &amp#27;06:18:32,086 INFO [org.infinispan.CLUSTER] (thread-10,ejb,node-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-1 &amp#27;06:18:32,087 INFO [org.infinispan.CLUSTER] (thread-10,ejb,node-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:32,109 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,112 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-1 &amp#27;06:18:32,114 INFO [org.infinispan.CLUSTER] (thread-10,ejb,node-1) ISPN100001: Node node-2 left the cluster
&amp#27;node-3 &amp#27;06:18:32,114 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,115 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,118 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p8-t6) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,116 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p5-t4) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-1 &amp#27;06:18:32,117 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-1) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-1 &amp#27;06:18:32,130 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-1) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,140 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,140 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,142 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p7-t7) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,148 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,148 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,151 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p6-t6) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-1 &amp#27;06:18:32,144 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-1) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-1 &amp#27;06:18:32,143 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p30-t8) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,158 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 8
&amp#27;node-1 &amp#27;06:18:32,154 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p22-t8) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-1 &amp#27;06:18:32,156 INFO [org.infinispan.LIFECYCLE] (thread-10,ejb,node-1) [Context=org.infinispan.CONFIG] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,162 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 9
&amp#27;node-1 &amp#27;06:18:32,167 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p34-t7) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,170 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p8-t7) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 10
&amp#27;node-3 &amp#27;06:18:32,180 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 8
&amp#27;node-3 &amp#27;06:18:32,186 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 8
&amp#27;node-1 &amp#27;06:18:32,192 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p26-t8) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,195 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 9
&amp#27;node-3 &amp#27;06:18:32,203 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 10
&amp#27;node-3 &amp#27;06:18:32,205 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 9
&amp#27;node-3 &amp#27;06:18:32,208 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 8
&amp#27;node-3 &amp#27;06:18:32,214 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 10
&amp#27;node-3 &amp#27;06:18:32,224 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 9
&amp#27;node-3 &amp#27;06:18:32,236 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=org.infinispan.CONFIG] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 10
&amp#27;node-3 &amp#27;06:18:32,241 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,242 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-3) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-1 &amp#27;06:18:32,238 INFO [org.infinispan.CONFIG] (MSC service thread 1-7) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
&amp#27;node-1 &amp#27;06:18:32,240 INFO [org.infinispan.CONFIG] (MSC service thread 1-7) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
&amp#27;node-1 &amp#27;06:18:32,244 INFO [org.infinispan.LIFECYCLE] (thread-19,ejb,node-1) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,248 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p7-t4) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-1 &amp#27;06:18:32,286 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 43) WFLYCLINF0002: Started default-server cache from web container
&amp#27;node-1 &amp#27;06:18:32,286 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p34-t7) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,298 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=http-remoting-connector] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,298 INFO [org.infinispan.LIFECYCLE] (thread-11,ejb,node-3) [Context=http-remoting-connector] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,302 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p6-t1) [Context=http-remoting-connector] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,304 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 8
&amp#27;node-1 &amp#27;06:18:32,302 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-1) [Context=http-remoting-connector] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-1 &amp#27;06:18:32,310 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p26-t8) [Context=http-remoting-connector] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-1 &amp#27;06:18:32,311 INFO [org.infinispan.CONTAINER] (ServerService Thread Pool -- 42) ISPN000025: wakeUpInterval is <= 0, not starting expired purge thread
&amp#27;node-1 &amp#27;06:18:32,311 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0002: Started http-remoting-connector cache from ejb container
&amp#27;node-3 &amp#27;06:18:32,321 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,322 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-1 &amp#27;06:18:32,322 INFO [org.infinispan.LIFECYCLE] (thread-19,ejb,node-1) [Context=RankedAffinityTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 7
&amp#27;node-3 &amp#27;06:18:32,325 INFO [org.infinispan.LIFECYCLE] (non-blocking-thread--p7-t1) [Context=RankedAffinityTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,334 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 9
&amp#27;node-1 &amp#27;06:18:32,334 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 42) WFLYCLINF0002: Started RankedAffinityTestCase.war cache from web container
&amp#27;node-3 &amp#27;06:18:32,336 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=http-remoting-connector] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 8
&amp#27;node-3 &amp#27;06:18:32,339 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 10
&amp#27;node-3 &amp#27;06:18:32,344 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=http-remoting-connector] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 9
&amp#27;node-1 &amp#27;06:18:32,347 INFO [org.infinispan.LIFECYCLE] (thread-14,ejb,node-1) [Context=RankedAffinityTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 7
&amp#27;node-3 &amp#27;06:18:32,357 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=http-remoting-connector] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 10
&amp#27;node-3 &amp#27;06:18:32,436 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 8
&amp#27;node-3 &amp#27;06:18:32,454 INFO [org.infinispan.CLUSTER] (thread-11,ejb,node-3) [Context=RankedAffinityTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 9
&amp#27;node-3 &amp#27;06:18:32,458 INFO [org.infinispan.CLUSTER] (non-blocking-thread--p7-t4) [Context=RankedAffinityTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 10
&amp#27;node-1 &amp#27;06:18:32,681 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 41) WFLYUT0021: Registered web context: '/RankedAffinityTestCase' for server 'default-server'
&amp#27;&amp#27;06:18:32,690 INFO [io.undertow] (default task-2) UT005045: Registering context /RankedAffinityTestCase, for node node-1
&amp#27;node-1 &amp#27;06:18:32,737 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "RankedAffinityTestCase.war" (runtime-name : "RankedAffinityTestCase.war")
&amp#27;node-1 &amp#27;06:18:32,853 INFO [org.jboss.ejb.client] (default task-1) JBoss EJB Client version 5.0.3.Final
&amp#27;node-1 &amp#27;06:18:32,946 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-1) [node-1, node-2, node-3] != [node-1, node-3], waiting for a topology change event. Current topology id = 10
&amp#27;&amp#27;06:18:33,890 ERROR [io.undertow] (default I/O-2) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread$RepeatKey.run(WorkerThread.java:694)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;&amp#27;06:18:43,895 ERROR [io.undertow] (default I/O-2) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread$RepeatKey.run(WorkerThread.java:694)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;node-1 &amp#27;06:18:47,951 ERROR [io.undertow.request] (default task-1) UT005023: Exception handling request to /RankedAffinityTestCase/membership: java.lang.RuntimeException: WFLYEJB0054: Failed to marshal Jakarta Enterprise Beans parameters
  at org.jboss.as.ejb3@28.0.0.Beta1-SNAPSHOT//org.jboss.as.ejb3.remote.LocalEjbReceiver.lambda$clone$3(LocalEjbReceiver.java:366)
  at java.base/java.security.AccessController.doPrivileged(Native Method)
  at org.jboss.as.ejb3@28.0.0.Beta1-SNAPSHOT//org.jboss.as.ejb3.remote.LocalEjbReceiver.clone(LocalEjbReceiver.java:362)
  at org.jboss.as.ejb3@28.0.0.Beta1-SNAPSHOT//org.jboss.as.ejb3.remote.LocalEjbReceiver.clone(LocalEjbReceiver.java:353)
  at org.jboss.as.ejb3@28.0.0.Beta1-SNAPSHOT//org.jboss.as.ejb3.remote.LocalEjbReceiver$CloningExceptionProducer.getResult(LocalEjbReceiver.java:312)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:620)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.protocol.remote.RemotingEJBClientInterceptor.handleInvocationResult(RemotingEJBClientInterceptor.java:57)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:622)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.TransactionPostDiscoveryInterceptor.handleInvocationResult(TransactionPostDiscoveryInterceptor.java:148)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:622)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.DiscoveryEJBClientInterceptor.handleInvocationResult(DiscoveryEJBClientInterceptor.java:130)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:622)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.NamingEJBClientInterceptor.handleInvocationResult(NamingEJBClientInterceptor.java:87)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:622)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.AuthenticationContextEJBClientInterceptor.call(AuthenticationContextEJBClientInterceptor.java:59)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.AuthenticationContextEJBClientInterceptor.handleInvocationResult(AuthenticationContextEJBClientInterceptor.java:52)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:622)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.as.ejb3@28.0.0.Beta1-SNAPSHOT//org.jboss.as.ejb3.security.IdentityEJBClientInterceptor.handleInvocationResult(IdentityEJBClientInterceptor.java:58)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:622)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.TransactionInterceptor.handleInvocationResult(TransactionInterceptor.java:212)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:622)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.getResult(EJBClientInvocationContext.java:551)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBClientInvocationContext.awaitResponse(EJBClientInvocationContext.java:1003)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:182)
  at org.jboss.ejb-client@5.0.3.Final//org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:116)
  at deployment.RankedAffinityTestCase.war//com.sun.proxy.$Proxy75.establishTopology(Unknown Source)
  at deployment.RankedAffinityTestCase.war//org.jboss.as.test.clustering.TopologyChangeListenerServlet.doGet(TopologyChangeListenerServlet.java:73)
  at jakarta.servlet.api@6.0.0//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)
  at jakarta.servlet.api@6.0.0//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
  at io.smallrye.opentracing-contrib@3.0.0//io.smallrye.opentracing.contrib.jaxrs2.server.SpanFinishingFilter.doFilter(SpanFinishingFilter.java:69)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
  at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
  at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
  at org.wildfly.security.elytron-base@2.0.0.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
  at org.wildfly.security.elytron-web.undertow-server@3.0.0.Final//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  at io.undertow.core@2.3.4.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
  at io.undertow.core@2.3.4.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
  at org.wildfly.security.elytron-web.undertow-server-servlet@3.0.0.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
  at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1430)
  at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1430)
  at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1430)
  at org.wildfly.extension.undertow@28.0.0.Beta1-SNAPSHOT//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1430)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletInitialHandler$1$1.run(ServletInitialHandler.java:107)
  at java.base/java.security.AccessController.doPrivileged(Native Method)
  at io.undertow.servlet@2.3.4.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
  at io.undertow.core@2.3.4.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)
  at io.undertow.core@2.3.4.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)
  at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
  at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
  at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
  at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
  at org.jboss.xnio@3.8.8.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)
  at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.InterruptedIOException: Thread interrupted during cloning process
  at org.jboss.marshalling@2.1.1.Final//org.jboss.marshalling.cloner.SerializingCloner.clone(SerializingCloner.java:148)
  at org.jboss.marshalling@2.1.1.Final//org.jboss.marshalling.cloner.SerializingCloner.clone(SerializingCloner.java:132)
  at org.jboss.as.ejb3@28.0.0.Beta1-SNAPSHOT//org.jboss.as.ejb3.remote.LocalEjbReceiver.lambda$clone$3(LocalEjbReceiver.java:364)
  ... 84 more
&amp#27;node-3 &amp#27;06:18:47,977 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 38) MODCLUSTER000021: All pending requests drained from default-host:/RankedAffinityTestCase in 0.0 seconds
&amp#27;&amp#27;06:18:47,981 INFO [io.undertow] (default task-2) UT005047: Unregistering context /RankedAffinityTestCase, from node node-3
&amp#27;node-3 &amp#27;06:18:47,982 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 38) WFLYUT0022: Unregistered web context: '/RankedAffinityTestCase' from server 'default-server'
&amp#27;node-3 &amp#27;06:18:47,996 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 91) [Context=RankedAffinityTestCase.war] ISPN100008: Updating cache members list [node-1], topology id 11
&amp#27;node-3 &amp#27;06:18:48,026 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 91) WFLYCLINF0003: Stopped RankedAffinityTestCase.war cache from web container
&amp#27;node-3 &amp#27;06:18:48,054 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 91) [Context=default-server] ISPN100008: Updating cache members list [node-1], topology id 11
&amp#27;node-3 &amp#27;06:18:48,067 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 91) WFLYCLINF0003: Stopped default-server cache from web container
&amp#27;node-3 &amp#27;06:18:48,098 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment RankedAffinityTestCase.war (runtime-name: RankedAffinityTestCase.war) in 131ms
&amp#27;node-3 &amp#27;06:18:48,135 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-3/standalone/data/content/6a/4fec5b35a83c56ee16cf4c248a067d754ff158/content
&amp#27;node-3 &amp#27;06:18:48,137 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "RankedAffinityTestCase.war" (runtime-name: "RankedAffinityTestCase.war")
&amp#27;node-2 &amp#27;06:18:48,153 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 89) MODCLUSTER000021: All pending requests drained from default-host:/RankedAffinityTestCase in 0.0 seconds
&amp#27;node-2 &amp#27;06:18:48,160 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 89) WFLYUT0022: Unregistered web context: '/RankedAffinityTestCase' from server 'default-server'
&amp#27;&amp#27;06:18:48,157 INFO [io.undertow] (default task-2) UT005047: Unregistering context /RankedAffinityTestCase, from node node-2
&amp#27;node-2 &amp#27;06:18:48,193 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 93) WFLYCLINF0003: Stopped RankedAffinityTestCase.war cache from web container
&amp#27;node-1 &amp#27;06:18:48,200 WARN [org.jgroups.protocols.pbcast.NAKACK2] (thread-19,ejb,node-1) JGRP000011: node-1: dropped message 3 from non-member node-2 (view=[node-3|3] (2) [node-3, node-1])
&amp#27;node-3 &amp#27;06:18:48,199 WARN [org.jgroups.protocols.pbcast.NAKACK2] (thread-11,ejb,node-3) JGRP000011: node-3: dropped message 3 from non-member node-2 (view=[node-3|3] (2) [node-3, node-1])
&amp#27;node-2 &amp#27;06:18:48,215 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment RankedAffinityTestCase.war (runtime-name: RankedAffinityTestCase.war) in 71ms
&amp#27;&amp#27;06:18:53,898 ERROR [io.undertow] (default I/O-2) UT005041: Cannot send advertise message. Address: /224.0.1.105:23364: java.net.SocketException: Network is unreachable
  at java.base/sun.nio.ch.DatagramChannelImpl.send0(Native Method)
  at java.base/sun.nio.ch.DatagramChannelImpl.sendFromNativeBuffer(DatagramChannelImpl.java:587)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:564)
  at java.base/sun.nio.ch.DatagramChannelImpl.send(DatagramChannelImpl.java:532)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.NioUdpChannel.sendTo(NioUdpChannel.java:136)
  at io.undertow.core@2.3.4.Final//io.undertow.server.handlers.proxy.mod_cluster.MCMPAdvertiseTask.run(MCMPAdvertiseTask.java:190)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread$RepeatKey.run(WorkerThread.java:694)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:612)
  at org.jboss.xnio.nio@3.8.8.Final//org.xnio.nio.WorkerThread.run(WorkerThread.java:479)
&amp#27;node-2 &amp#27;06:18:58,203 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 93) WFLYCLINF0003: Stopped default-server cache from web container
&amp#27;node-2 &amp#27;06:18:58,241 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-2/standalone/data/content/69/141b9876e08c0e6eb88f55b22a09694e112e54/content
&amp#27;node-2 &amp#27;06:18:58,241 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "RankedAffinityTestCase.war" (runtime-name: "RankedAffinityTestCase.war")
&amp#27;node-1 &amp#27;06:18:58,258 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 41) MODCLUSTER000021: All pending requests drained from default-host:/RankedAffinityTestCase in 0.0 seconds
&amp#27;node-1 &amp#27;06:18:58,263 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 41) WFLYUT0022: Unregistered web context: '/RankedAffinityTestCase' from server 'default-server'
&amp#27;&amp#27;06:18:58,262 INFO [io.undertow] (default task-2) UT005047: Unregistering context /RankedAffinityTestCase, from node node-1
&amp#27;node-1 &amp#27;06:18:58,306 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 91) WFLYCLINF0003: Stopped RankedAffinityTestCase.war cache from web container
&amp#27;node-1 &amp#27;06:18:58,327 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 91) WFLYCLINF0003: Stopped default-server cache from web container
&amp#27;node-1 &amp#27;06:18:58,336 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment RankedAffinityTestCase.war (runtime-name: RankedAffinityTestCase.war) in 87ms
&amp#27;node-1 &amp#27;06:18:58,376 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/e34a6f994de9f7c6/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/90/03f723f13346da89a7eab4ae9ffb59a7e4f2b8/content
&amp#27;node-1 &amp#27;06:18:58,377 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "RankedAffinityTestCase.war" (runtime-name: "RankedAffinityTestCase.war")
&amp#27;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment