Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created October 24, 2018 18:41
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/496f1c7c5a308db1901a81a4437b570e to your computer and use it in GitHub Desktop.
Save rhusar/496f1c7c5a308db1901a81a4437b570e to your computer and use it in GitHub Desktop.
java.lang.AssertionError: expected: but was:
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at org.jboss.as.test.clustering.cluster.web.AbstractWebFailoverTestCase.testFailover(AbstractWebFailoverTestCase.java:174)
at org.jboss.as.test.clustering.cluster.web.AbstractWebFailoverTestCase.testGracefulSimpleFailover(AbstractWebFailoverTestCase.java:92)
at org.jboss.as.test.clustering.cluster.web.AbstractWebFailoverTestCase.test(AbstractWebFailoverTestCase.java:88)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:379)
at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136)
at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:372)
at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:246)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431)
at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55)
at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:260)
at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:324)
at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)
at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:72)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createBeforeContext(ContainerEventController.java:124)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159)
at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:317)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:205)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431)
at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:219)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:167)
at org.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:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
------- Stdout: -------
07:16:10,645 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.6.Final
07:16:11,146 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.5.Final
07:16:11,160 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
07:16:11,337 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) starting
07:16:12,607 INFO [org.wildfly.security] (ServerService Thread Pool -- 30) ELY00001: WildFly Elytron version 1.7.0.CR3
07:16:13,711 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:16:13,856 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 36) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:16:14,056 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
07:16:14,089 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.6.5.Final
07:16:14,124 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.6.5.Final
07:16:14,207 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 53) WFLYRS0016: RESTEasy version 3.6.1.SP2
07:16:14,254 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 74) 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.
07:16:14,255 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0001: Activating Infinispan subsystem.
07:16:14,284 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 56) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.15
07:16:14,287 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 63) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
07:16:14,298 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
07:16:14,305 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 65) WFLYNAM0001: Activating Naming Subsystem
07:16:14,317 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 61) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
07:16:14,326 INFO [org.jboss.as.security] (ServerService Thread Pool -- 71) WFLYSEC0002: Activating Security Subsystem
07:16:14,349 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 62) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
07:16:14,351 INFO [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.0.3.Final
07:16:14,354 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following JSF Implementations: [main]
07:16:14,379 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
07:16:14,391 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
07:16:14,393 INFO [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.11.Final)
07:16:14,419 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 2.0.13.Final starting
07:16:14,430 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
07:16:14,482 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
07:16:14,511 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service
07:16:14,534 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
07:16:14,647 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.
07:16:14,646 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) 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.
07:16:14,833 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path 'C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
07:16:14,844 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
07:16:14,931 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
07:16:14,943 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.8.Final
07:16:14,952 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
07:16:15,002 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8080
07:16:15,043 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8009
07:16:15,061 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000001: Initializing mod_cluster version 1.4.0.Final
07:16:15,262 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0493: EJB subsystem suspension complete
07:16:15,368 INFO [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
07:16:15,388 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore C:\buildAgent\work\bb15431f347cd651\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
07:16:15,398 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) WFLYDS0013: Started FileSystemDeploymentService for directory C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1\standalone\deployments
07:16:15,425 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
07:16:15,450 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
07:16:15,711 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8443
07:16:15,816 INFO [org.jboss.ws.common.management] (MSC service thread 1-8) JBWS022052: Starting JBossWS 5.2.4.Final (Apache CXF 3.2.5.jbossorg-1)
07:16:15,939 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
07:16:15,942 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
07:16:15,943 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
07:16:15,943 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) started in 5925ms - Started 317 of 604 services (394 services are lazy, passive or on-demand)
07:16:18,395 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.6.Final
07:16:18,895 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.5.Final
07:16:18,915 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
07:16:19,138 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) starting
07:16:20,383 INFO [org.wildfly.security] (ServerService Thread Pool -- 30) ELY00001: WildFly Elytron version 1.7.0.CR3
07:16:21,494 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:16:21,625 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 21) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:16:21,839 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
07:16:21,911 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.6.5.Final
07:16:21,921 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.6.5.Final
07:16:21,985 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 63) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
07:16:22,005 INFO [org.jboss.as.security] (ServerService Thread Pool -- 71) WFLYSEC0002: Activating Security Subsystem
07:16:22,031 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following JSF Implementations: [main]
07:16:22,039 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 74) 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.
07:16:22,043 INFO [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.0.3.Final
07:16:22,055 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 65) WFLYNAM0001: Activating Naming Subsystem
07:16:22,075 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0001: Activating Infinispan subsystem.
07:16:22,078 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
07:16:22,109 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 61) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
07:16:22,111 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 62) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
07:16:22,113 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 56) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.15
07:16:22,137 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 53) WFLYRS0016: RESTEasy version 3.6.1.SP2
07:16:22,158 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
07:16:22,159 INFO [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.11.Final)
07:16:22,175 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 2.0.13.Final starting
07:16:22,204 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
07:16:22,226 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
07:16:22,253 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = h2
07:16:22,261 INFO [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
07:16:22,267 INFO [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
07:16:22,460 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
07:16:22,483 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.8.Final
07:16:22,556 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) 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.
07:16:22,557 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
07:16:22,600 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path 'C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
07:16:22,707 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
07:16:22,746 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
07:16:22,761 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8109
07:16:22,785 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8180
07:16:22,796 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000001: Initializing mod_cluster version 1.4.0.Final
07:16:23,039 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-7) WFLYDM0111: Keystore C:\buildAgent\work\bb15431f347cd651\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
07:16:23,084 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
07:16:23,089 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
07:16:23,092 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-2\standalone\deployments
07:16:23,119 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: EJB subsystem suspension complete
07:16:23,222 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
07:16:23,369 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8543
07:16:23,475 INFO [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBossWS 5.2.4.Final (Apache CXF 3.2.5.jbossorg-1)
07:16:23,590 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
07:16:23,594 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:10090/management
07:16:23,594 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:10090
07:16:23,594 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) started in 5814ms - Started 317 of 604 services (394 services are lazy, passive or on-demand)
07:16:25,487 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.6.Final
07:16:25,983 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.5.Final
07:16:25,997 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
07:16:26,181 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) starting
07:16:27,564 INFO [org.wildfly.security] (ServerService Thread Pool -- 30) ELY00001: WildFly Elytron version 1.7.0.CR3
07:16:28,767 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:16:28,817 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 31) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:16:29,005 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
07:16:29,030 INFO [org.xnio] (MSC service thread 1-5) XNIO version 3.6.5.Final
07:16:29,040 INFO [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.6.5.Final
07:16:29,126 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0001: Activating Infinispan subsystem.
07:16:29,131 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 56) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.15
07:16:29,138 INFO [org.jboss.as.security] (ServerService Thread Pool -- 71) WFLYSEC0002: Activating Security Subsystem
07:16:29,138 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
07:16:29,153 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 74) 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.
07:16:29,160 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 61) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
07:16:29,165 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following JSF Implementations: [main]
07:16:29,166 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 53) WFLYRS0016: RESTEasy version 3.6.1.SP2
07:16:29,171 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 65) WFLYNAM0001: Activating Naming Subsystem
07:16:29,178 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=5.0.3.Final
07:16:29,183 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 63) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
07:16:29,215 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 2.0.13.Final starting
07:16:29,218 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 62) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
07:16:29,221 INFO [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.11.Final)
07:16:29,251 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
07:16:29,294 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
07:16:29,368 INFO [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
07:16:29,378 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service
07:16:29,384 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
07:16:29,390 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
07:16:29,510 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.8.Final
07:16:29,541 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
07:16:29,734 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path 'C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-3/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
07:16:29,748 INFO [org.jboss.as.ejb3] (MSC service thread 1-6) 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.
07:16:29,748 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.
07:16:29,800 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
07:16:29,831 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
07:16:29,908 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8280
07:16:29,908 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8209
07:16:29,937 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000001: Initializing mod_cluster version 1.4.0.Final
07:16:30,093 INFO [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
07:16:30,097 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0493: EJB subsystem suspension complete
07:16:30,098 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
07:16:30,118 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore C:\buildAgent\work\bb15431f347cd651\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
07:16:30,126 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-3\standalone\deployments
07:16:30,213 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
07:16:30,497 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8643
07:16:30,602 INFO [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBossWS 5.2.4.Final (Apache CXF 3.2.5.jbossorg-1)
07:16:30,782 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
07:16:30,790 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:10190/management
07:16:30,790 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:10190
07:16:30,791 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) started in 5913ms - Started 317 of 604 services (394 services are lazy, passive or on-demand)
07:16:30,970 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1\standalone\data\content\7e\14a1e5c48ee8adf45f5f52a9a1c75c156d961a\content
07:16:31,001 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:16:31,577 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.clustering.common") which may be changed or removed in future versions without notice.
07:16:31,578 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.controller") which may be changed or removed in future versions without notice.
07:16:31,578 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
07:16:31,578 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.infinispan") which may be changed or removed in future versions without notice.
07:16:31,578 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.wildfly.clustering.infinispan.spi") which may be changed or removed in future versions without notice.
07:16:31,670 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment CoarseWebFailoverTestCase.war
07:16:31,882 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 6.0.13.Final
07:16:32,107 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "CoarseWebFailoverTestCase.war"' are as follows:
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:jboss/exported/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
ejb:CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:module/TopologyChangeListenerBean
07:16:32,415 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 3.0.5 (Final)
07:16:35,771 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-7) ISPN000128: Infinispan version: Infinispan 'Infinity Minus ONE +2' 9.4.0.Final
07:16:36,005 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
07:16:36,006 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
07:16:36,006 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
07:16:36,005 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000078: Starting JGroups channel ejb
07:16:36,031 INFO [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
07:16:36,032 INFO [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
07:16:36,031 INFO [org.infinispan.CLUSTER] (MSC service thread 1-7) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
07:16:36,031 INFO [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
07:16:36,041 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:16:36,041 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:16:36,045 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:16:36,041 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:16:36,464 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 82) WFLYCLINF0002: Started client-mappings cache from ejb container
07:16:36,472 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0002: Started CoarseWebFailoverTestCase.war cache from web container
07:16:36,473 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 6) WFLYCLINF0002: Started default-server cache from web container
07:16:37,308 INFO [io.jaegertracing.Configuration] (ServerService Thread Pool -- 81) Initialized tracer=JaegerTracer(version=Java-0.30.6, serviceName=CoarseWebFailoverTestCase.war, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=build50-win, jaeger.version=Java-0.30.6, ip=fe80:0:0:0:24b3:8b2d:aa9e:6f17%2}, zipkinSharedRpcSpan=false, expandExceptionLogs=false)
07:16:37,358 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 81) WFLYUT0021: Registered web context: '/CoarseWebFailoverTestCase' for server 'default-server'
07:16:37,473 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "CoarseWebFailoverTestCase.war" (runtime-name : "CoarseWebFailoverTestCase.war")
07:16:37,693 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-2\standalone\data\content\8e\945c6eabb13d74a7ebf1f737e69b8b8961f7e7\content
07:16:37,717 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:16:38,266 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.clustering.common") which may be changed or removed in future versions without notice.
07:16:38,266 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.controller") which may be changed or removed in future versions without notice.
07:16:38,267 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
07:16:38,267 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.infinispan") which may be changed or removed in future versions without notice.
07:16:38,267 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.wildfly.clustering.infinispan.spi") which may be changed or removed in future versions without notice.
07:16:38,330 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment CoarseWebFailoverTestCase.war
07:16:38,516 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 6.0.13.Final
07:16:38,731 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "CoarseWebFailoverTestCase.war"' are as follows:
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:jboss/exported/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
ejb:CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:module/TopologyChangeListenerBean
07:16:39,060 INFO [org.jboss.weld.Version] (MSC service thread 1-5) WELD-000900: 3.0.5 (Final)
07:16:39,113 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,118 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-2 joined the cluster
07:16:39,120 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,121 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-2 joined the cluster
07:16:39,122 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,122 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-2 joined the cluster
07:16:39,123 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,124 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-2 joined the cluster
07:16:39,592 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Infinity Minus ONE +2' 9.4.0.Final
07:16:39,924 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
07:16:39,925 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
07:16:39,926 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
07:16:39,927 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel ejb
07:16:39,959 INFO [org.infinispan.CLUSTER] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,960 INFO [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,959 INFO [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,963 INFO [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
07:16:39,970 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel ejb local address is node-2, physical addresses are [0:0:0:0:0:0:0:1:7700]
07:16:39,971 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-2, physical addresses are [0:0:0:0:0:0:0:1:7700]
07:16:39,974 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-2, physical addresses are [0:0:0:0:0:0:0:1:7700]
07:16:39,976 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-2, physical addresses are [0:0:0:0:0:0:0:1:7700]
07:16:40,379 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=default-server] ISPN100002: Starting rebalance with members [node-1, node-2], phase READ_OLD_WRITE_ALL, topology id 2
07:16:40,379 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100002: Starting rebalance with members [node-1, node-2], phase READ_OLD_WRITE_ALL, topology id 2
07:16:40,380 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-1, node-2], phase READ_OLD_WRITE_ALL, topology id 2
07:16:40,456 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 13) WFLYCLINF0002: Started client-mappings cache from ejb container
07:16:40,454 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 24) WFLYCLINF0002: Started CoarseWebFailoverTestCase.war cache from web container
07:16:40,460 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 5) WFLYCLINF0002: Started default-server cache from web container
07:16:40,649 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
07:16:40,671 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
07:16:40,672 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 3
07:16:40,674 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
07:16:40,699 INFO [org.infinispan.CLUSTER] (transport-thread--p15-t25) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-1, node-2], topology id 5
07:16:40,700 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
07:16:40,699 INFO [org.infinispan.CLUSTER] (transport-thread--p15-t24) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 4
07:16:40,719 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100010: Finished rebalance with members [node-1, node-2], topology id 5
07:16:40,719 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100010: Finished rebalance with members [node-1, node-2], topology id 5
07:16:41,648 INFO [io.jaegertracing.Configuration] (ServerService Thread Pool -- 13) Initialized tracer=JaegerTracer(version=Java-0.30.6, serviceName=CoarseWebFailoverTestCase.war, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=build50-win, jaeger.version=Java-0.30.6, ip=fe80:0:0:0:24b3:8b2d:aa9e:6f17%2}, zipkinSharedRpcSpan=false, expandExceptionLogs=false)
07:16:41,716 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0021: Registered web context: '/CoarseWebFailoverTestCase' for server 'default-server'
07:16:41,823 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "CoarseWebFailoverTestCase.war" (runtime-name : "CoarseWebFailoverTestCase.war")
07:16:42,076 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-3\standalone\data\content\b6\3a40ff739a5f83766fa2afadc4dc6fc3f0373f\content
07:16:42,100 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:16:42,603 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.clustering.common") which may be changed or removed in future versions without notice.
07:16:42,603 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.controller") which may be changed or removed in future versions without notice.
07:16:42,604 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
07:16:42,604 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.infinispan") which may be changed or removed in future versions without notice.
07:16:42,604 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.wildfly.clustering.infinispan.spi") which may be changed or removed in future versions without notice.
07:16:42,665 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment CoarseWebFailoverTestCase.war
07:16:42,846 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 6.0.13.Final
07:16:43,067 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "CoarseWebFailoverTestCase.war"' are as follows:
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:jboss/exported/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
ejb:CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:module/TopologyChangeListenerBean
07:16:43,380 INFO [org.jboss.weld.Version] (MSC service thread 1-5) WELD-000900: 3.0.5 (Final)
07:16:43,535 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,536 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-3 joined the cluster
07:16:43,536 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,538 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-3 joined the cluster
07:16:43,539 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,539 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-3 joined the cluster
07:16:43,540 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,541 INFO [org.infinispan.CLUSTER] (thread-4,null,null) ISPN100000: Node node-3 joined the cluster
07:16:43,550 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,557 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-3 joined the cluster
07:16:43,558 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,559 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-3 joined the cluster
07:16:43,561 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,562 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-3 joined the cluster
07:16:43,562 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:43,563 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-3 joined the cluster
07:16:44,041 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Infinity Minus ONE +2' 9.4.0.Final
07:16:44,275 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
07:16:44,276 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
07:16:44,278 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000078: Starting JGroups channel ejb
07:16:44,278 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
07:16:44,303 INFO [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:44,307 INFO [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:44,310 INFO [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:44,313 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-3, physical addresses are [0:0:0:0:0:0:0:1:7800]
07:16:44,319 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-3, physical addresses are [0:0:0:0:0:0:0:1:7800]
07:16:44,321 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-3, physical addresses are [0:0:0:0:0:0:0:1:7800]
07:16:44,323 INFO [org.infinispan.CLUSTER] (MSC service thread 1-5) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (3) [node-1, node-2, node-3]
07:16:44,325 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000079: Channel ejb local address is node-3, physical addresses are [0:0:0:0:0:0:0:1:7800]
07:16:44,715 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100002: Starting rebalance with members [node-1, node-2, node-3], phase READ_OLD_WRITE_ALL, topology id 6
07:16:44,716 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-1, node-2, node-3], phase READ_OLD_WRITE_ALL, topology id 6
07:16:44,716 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100002: Starting rebalance with members [node-1, node-2, node-3], phase READ_OLD_WRITE_ALL, topology id 6
07:16:44,759 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 28) WFLYCLINF0002: Started default-server cache from web container
07:16:44,762 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 23) WFLYCLINF0002: Started CoarseWebFailoverTestCase.war cache from web container
07:16:44,775 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 2) WFLYCLINF0002: Started client-mappings cache from ejb container
07:16:44,874 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 7
07:16:44,893 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 7
07:16:44,900 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 8
07:16:44,911 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings] ISPN100010: Finished rebalance with members [node-1, node-2, node-3], topology id 9
07:16:44,914 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 8
07:16:44,939 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100010: Finished rebalance with members [node-1, node-2, node-3], topology id 9
07:16:44,957 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 7
07:16:44,984 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 8
07:16:45,004 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-1, node-2, node-3], topology id 9
07:16:46,063 INFO [io.jaegertracing.Configuration] (ServerService Thread Pool -- 2) Initialized tracer=JaegerTracer(version=Java-0.30.6, serviceName=CoarseWebFailoverTestCase.war, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=build50-win, jaeger.version=Java-0.30.6, ip=fe80:0:0:0:24b3:8b2d:aa9e:6f17%2}, zipkinSharedRpcSpan=false, expandExceptionLogs=false)
07:16:46,171 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0021: Registered web context: '/CoarseWebFailoverTestCase' for server 'default-server'
07:16:46,278 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "CoarseWebFailoverTestCase.war" (runtime-name : "CoarseWebFailoverTestCase.war")
07:16:46,512 INFO [org.jboss.ejb.client] (default task-1) JBoss EJB Client version 4.0.11.Final
07:16:46,613 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-1) Cache web/CoarseWebFailoverTestCase.war successfully established view [node-1, node-2, node-3] within 0 ms. Topology id = 9
07:16:49,667 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 1
07:16:49,724 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 2
07:16:49,742 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0022: Unregistered web context: '/CoarseWebFailoverTestCase' from server 'default-server'
07:16:49,766 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 81) ISPN000029: Passivating all entries to disk
07:16:49,777 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 81) ISPN000030: Passivated 3 entries in 10 milliseconds
07:16:49,783 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 81) [Context=CoarseWebFailoverTestCase.war] ISPN100008: Updating cache members list [node-2, node-3], topology id 10
07:16:49,786 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 81) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-2, node-3], phase READ_OLD_WRITE_ALL, topology id 11
07:16:49,797 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0003: Stopped CoarseWebFailoverTestCase.war cache from web container
07:16:49,875 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 81) [Context=default-server] ISPN100008: Updating cache members list [node-2, node-3], topology id 10
07:16:49,884 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0003: Stopped default-server cache from web container
07:16:49,930 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment CoarseWebFailoverTestCase.war (runtime-name: CoarseWebFailoverTestCase.war) in 192ms
07:16:49,945 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 12
07:16:49,985 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1\standalone\data\content\7e\14a1e5c48ee8adf45f5f52a9a1c75c156d961a\content
07:16:49,985 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:16:49,988 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 13
07:16:50,007 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-2, node-3], topology id 14
07:16:50,069 INFO [org.jboss.ejb.client] (default task-1) JBoss EJB Client version 4.0.11.Final
07:16:50,160 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-1) Cache web/CoarseWebFailoverTestCase.war successfully established view [node-2, node-3] within 0 ms. Topology id = 14
07:16:53,299 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 3
07:16:53,330 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 4
07:16:53,539 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 5
07:16:53,580 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 6
07:16:53,607 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1\standalone\data\content\79\37ce473efaa02f9cc4b5f7de9b5bbb052642f5\content
07:16:53,612 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:16:53,733 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.clustering.common") which may be changed or removed in future versions without notice.
07:16:53,733 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.controller") which may be changed or removed in future versions without notice.
07:16:53,734 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
07:16:53,734 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.infinispan") which may be changed or removed in future versions without notice.
07:16:53,734 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.wildfly.clustering.infinispan.spi") which may be changed or removed in future versions without notice.
07:16:53,742 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment CoarseWebFailoverTestCase.war
07:16:53,827 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "CoarseWebFailoverTestCase.war"' are as follows:
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:jboss/exported/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
ejb:CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:module/TopologyChangeListenerBean
07:16:53,925 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 81) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-2, node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 15
07:16:53,929 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0002: Started CoarseWebFailoverTestCase.war cache from web container
07:16:53,954 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 84) [Context=default-server] ISPN100002: Starting rebalance with members [node-2, node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 11
07:16:54,041 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 84) WFLYCLINF0002: Started default-server cache from web container
07:16:54,053 INFO [org.infinispan.CLUSTER] (transport-thread--p15-t5) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 12
07:16:54,061 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 13
07:16:54,071 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100010: Finished rebalance with members [node-2, node-3, node-1], topology id 14
07:16:54,081 INFO [org.infinispan.CLUSTER] (transport-thread--p15-t12) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 16
07:16:54,093 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 17
07:16:54,104 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-2, node-3, node-1], topology id 18
07:16:54,435 INFO [io.jaegertracing.Configuration] (ServerService Thread Pool -- 84) Initialized tracer=JaegerTracer(version=Java-0.30.6, serviceName=CoarseWebFailoverTestCase.war, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=build50-win, jaeger.version=Java-0.30.6, ip=fe80:0:0:0:24b3:8b2d:aa9e:6f17%2}, zipkinSharedRpcSpan=false, expandExceptionLogs=false)
07:16:54,441 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0021: Registered web context: '/CoarseWebFailoverTestCase' for server 'default-server'
07:16:54,482 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "CoarseWebFailoverTestCase.war" (runtime-name : "CoarseWebFailoverTestCase.war")
07:16:54,514 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-2) Cache web/CoarseWebFailoverTestCase.war successfully established view [node-1, node-2, node-3] within 0 ms. Topology id = 18
07:16:57,633 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 7
07:16:57,662 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 8
07:16:57,680 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 9
07:16:57,701 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0022: Unregistered web context: '/CoarseWebFailoverTestCase' from server 'default-server'
07:16:57,728 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 24) ISPN000029: Passivating all entries to disk
07:16:57,729 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 24) ISPN000030: Passivated 0 entries in 1 milliseconds
07:16:57,731 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100008: Updating cache members list [node-3, node-1], topology id 19
07:16:57,733 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 20
07:16:57,745 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 24) WFLYCLINF0003: Stopped CoarseWebFailoverTestCase.war cache from web container
07:16:57,771 INFO [org.infinispan.CLUSTER] (transport-thread--p15-t5) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 21
07:16:57,781 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 22
07:16:57,799 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-1], topology id 23
07:16:57,824 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=default-server] ISPN100008: Updating cache members list [node-3, node-1], topology id 15
07:16:57,835 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0003: Stopped default-server cache from web container
07:16:57,858 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment CoarseWebFailoverTestCase.war (runtime-name: CoarseWebFailoverTestCase.war) in 164ms
07:16:57,897 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-2\standalone\data\content\8e\945c6eabb13d74a7ebf1f737e69b8b8961f7e7\content
07:16:57,897 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:16:57,912 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-2) Cache web/CoarseWebFailoverTestCase.war successfully established view [node-1, node-3] within 0 ms. Topology id = 23
07:17:00,926 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 10
07:17:00,933 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 11
07:17:00,947 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 12
07:17:00,964 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 13
07:17:00,987 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-2\standalone\data\content\1d\6cf32471e230bd6c9a7ea010dc38c547fc3da0\content
07:17:00,990 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:17:01,108 WARN [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.clustering.common") which may be changed or removed in future versions without notice.
07:17:01,108 WARN [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.controller") which may be changed or removed in future versions without notice.
07:17:01,108 WARN [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
07:17:01,109 WARN [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.infinispan") which may be changed or removed in future versions without notice.
07:17:01,109 WARN [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.wildfly.clustering.infinispan.spi") which may be changed or removed in future versions without notice.
07:17:01,119 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment CoarseWebFailoverTestCase.war
07:17:01,162 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "CoarseWebFailoverTestCase.war"' are as follows:
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:jboss/exported/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
ejb:CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:module/TopologyChangeListenerBean
07:17:01,413 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-1, node-2], phase READ_OLD_WRITE_ALL, topology id 16
07:17:01,432 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0002: Started default-server cache from web container
07:17:01,457 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-1, node-2], phase READ_OLD_WRITE_ALL, topology id 24
07:17:01,493 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 24) WFLYCLINF0002: Started CoarseWebFailoverTestCase.war cache from web container
07:17:01,504 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 25
07:17:01,504 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t1) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 17
07:17:01,514 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 18
07:17:01,514 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 26
07:17:01,520 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-1, node-2], topology id 19
07:17:01,527 INFO [org.infinispan.CLUSTER] (remote-thread--p9-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-1, node-2], topology id 27
07:17:01,731 INFO [io.jaegertracing.Configuration] (ServerService Thread Pool -- 9) Initialized tracer=JaegerTracer(version=Java-0.30.6, serviceName=CoarseWebFailoverTestCase.war, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=build50-win, jaeger.version=Java-0.30.6, ip=fe80:0:0:0:24b3:8b2d:aa9e:6f17%2}, zipkinSharedRpcSpan=false, expandExceptionLogs=false)
07:17:01,741 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 9) WFLYUT0021: Registered web context: '/CoarseWebFailoverTestCase' for server 'default-server'
07:17:01,795 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "CoarseWebFailoverTestCase.war" (runtime-name : "CoarseWebFailoverTestCase.war")
07:17:01,821 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-1) Cache web/CoarseWebFailoverTestCase.war successfully established view [node-1, node-2, node-3] within 0 ms. Topology id = 27
07:17:04,825 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 14
07:17:04,833 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 15
07:17:04,840 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-2) Cache web/CoarseWebFailoverTestCase.war successfully established view [node-1, node-2, node-3] within 0 ms. Topology id = 27
07:17:07,848 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 1
07:17:07,857 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 2
07:17:07,866 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0236: Suspending server with no timeout.
07:17:07,869 INFO [org.jboss.as.ejb3] (management-handler-thread - 2) WFLYEJB0493: EJB subsystem suspension complete
07:17:07,871 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
07:17:07,911 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
07:17:07,911 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0022: Unregistered web context: '/CoarseWebFailoverTestCase' from server 'default-server'
07:17:07,926 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000080: Disconnecting JGroups channel ejb
07:17:07,936 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000080: Disconnecting JGroups channel ejb
07:17:07,949 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0019: Host default-host stopping
07:17:07,992 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
07:17:07,979 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 6) ISPN000029: Passivating all entries to disk
07:17:08,006 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 83) MODCLUSTER000002: Initiating mod_cluster shutdown
07:17:08,020 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 81) [Context=default-server] ISPN100008: Updating cache members list [node-3, node-2], topology id 20
07:17:08,038 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = h2
07:17:08,042 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 6) ISPN000030: Passivated 6 entries in 62 milliseconds
07:17:08,043 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 6) [Context=CoarseWebFailoverTestCase.war] ISPN100008: Updating cache members list [node-3, node-2], topology id 28
07:17:08,044 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 6) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 29
07:17:08,053 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 81) WFLYCLINF0003: Stopped default-server cache from web container
07:17:08,082 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 85) [Context=client-mappings] ISPN100008: Updating cache members list [node-2, node-3], topology id 10
07:17:08,086 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 85) WFLYCLINF0003: Stopped client-mappings cache from ejb container
07:17:08,087 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000080: Disconnecting JGroups channel ejb
07:17:08,141 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 6) WFLYCLINF0003: Stopped CoarseWebFailoverTestCase.war cache from web container
07:17:08,143 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000080: Disconnecting JGroups channel ejb
07:17:08,194 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:08,195 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100001: Node node-1 left the cluster
07:17:08,195 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:08,196 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100001: Node node-1 left the cluster
07:17:08,199 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:08,200 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100001: Node node-1 left the cluster
07:17:08,200 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:08,200 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100001: Node node-1 left the cluster
07:17:08,223 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment CoarseWebFailoverTestCase.war (runtime-name: CoarseWebFailoverTestCase.war) in 344ms
07:17:08,231 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTPS listener https suspending
07:17:08,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow AJP listener ajp suspending
07:17:08,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow HTTP listener default suspending
07:17:08,233 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to [::1]:8009
07:17:08,234 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to [::1]:8443
07:17:08,236 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [::1]:8080
07:17:08,253 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0004: Undertow 2.0.13.Final stopping
07:17:08,266 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) stopped in 391ms
07:17:08,410 INFO [org.jboss.as.test.clustering.TopologyChangeListenerBean] (default task-1) Cache web/CoarseWebFailoverTestCase.war successfully established view [node-2, node-3] within 0 ms. Topology id = 29
07:17:09,461 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:09,466 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN100001: Node node-1 left the cluster
07:17:09,467 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:09,467 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN100001: Node node-1 left the cluster
07:17:09,468 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:09,469 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN100001: Node node-1 left the cluster
07:17:09,471 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN000094: Received new cluster view for channel ejb: [node-2|3] (2) [node-2, node-3]
07:17:09,471 INFO [org.infinispan.CLUSTER] (thread-16,ejb,node-3) ISPN100001: Node node-1 left the cluster
07:17:10,111 INFO [org.infinispan.CLUSTER] (stateTransferExecutor-thread--p14-t8) [Context=client-mappings] ISPN100007: After merge (or coordinator change), recovered members [node-2, node-3] with topology id 11
07:17:10,116 INFO [org.infinispan.CLUSTER] (stateTransferExecutor-thread--p16-t45) [Context=CoarseWebFailoverTestCase.war] ISPN100007: After merge (or coordinator change), recovered members [node-3, node-2] with topology id 30
07:17:10,121 INFO [org.infinispan.CLUSTER] (stateTransferExecutor-thread--p16-t25) [Context=default-server] ISPN100007: After merge (or coordinator change), recovered members [node-3, node-2] with topology id 21
07:17:10,156 INFO [org.infinispan.CLUSTER] (stateTransferExecutor-thread--p16-t45) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 31
07:17:11,889 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 32
07:17:11,909 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 3
07:17:12,491 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 33
07:17:12,503 ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (remote-thread--p6-t3) ISPN000136: Error executing command LockControlCommand, writing keys []: org.infinispan.util.concurrent.TimeoutException: Could not acquire lock on SessionCreationMetaDataKey(nUIcjLVQdeTRWxsBIwHRSRarTu75v5FgXeZQ4Lnt) in behalf of transaction GlobalTx:node-3:24. Current owner GlobalTx:node-2:30.
at org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager.timeout(DefaultPendingLockManager.java:252)
at org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager.awaitOn(DefaultPendingLockManager.java:337)
at org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager.awaitPendingTransactionsForAllKeys(DefaultPendingLockManager.java:137)
at org.infinispan.interceptors.locking.AbstractTxLockingInterceptor.checkPendingAndLockAllKeys(AbstractTxLockingInterceptor.java:153)
at org.infinispan.interceptors.locking.AbstractTxLockingInterceptor.lockAllOrRegisterBackupLock(AbstractTxLockingInterceptor.java:122)
at org.infinispan.interceptors.locking.PessimisticLockingInterceptor.localLockCommandWork(PessimisticLockingInterceptor.java:208)
at org.infinispan.interceptors.locking.PessimisticLockingInterceptor.lambda$new$0(PessimisticLockingInterceptor.java:46)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextThenApply(BaseAsyncInterceptor.java:81)
at org.infinispan.interceptors.locking.PessimisticLockingInterceptor.visitLockControlCommand(PessimisticLockingInterceptor.java:191)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndHandle(BaseAsyncInterceptor.java:183)
at org.infinispan.interceptors.impl.TxInterceptor.visitLockControlCommand(TxInterceptor.java:223)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:54)
at org.infinispan.interceptors.BaseAsyncInterceptor.lambda$new$0(BaseAsyncInterceptor.java:22)
at org.infinispan.interceptors.InvocationSuccessFunction.apply(InvocationSuccessFunction.java:25)
at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.addCallback(SimpleAsyncInvocationStage.java:70)
at org.infinispan.interceptors.InvocationStage.thenApply(InvocationStage.java:45)
at org.infinispan.interceptors.BaseAsyncInterceptor.asyncInvokeNext(BaseAsyncInterceptor.java:224)
at org.infinispan.statetransfer.TransactionSynchronizerInterceptor.visitCommand(TransactionSynchronizerInterceptor.java:46)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndHandle(BaseAsyncInterceptor.java:185)
at org.infinispan.statetransfer.StateTransferInterceptor.visitLockControlCommand(StateTransferInterceptor.java:90)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:123)
at org.infinispan.interceptors.impl.InvocationContextInterceptor.visitCommand(InvocationContextInterceptor.java:90)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:56)
at org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:54)
at org.infinispan.interceptors.DDAsyncInterceptor.visitLockControlCommand(DDAsyncInterceptor.java:160)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.DDAsyncInterceptor.visitCommand(DDAsyncInterceptor.java:50)
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invokeAsync(AsyncInterceptorChainImpl.java:234)
at org.infinispan.commands.control.LockControlCommand.invokeAsync(LockControlCommand.java:126)
at org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler.invokeCommand(BasePerCacheInboundInvocationHandler.java:95)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.invoke(BaseBlockingRunnable.java:99)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.runAsync(BaseBlockingRunnable.java:71)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.run(BaseBlockingRunnable.java:40)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
at java.lang.Thread.run(Thread.java:748)
07:17:12,511 WARN [org.infinispan.remoting.inboundhandler.NonTotalOrderTxPerCacheInboundInvocationHandler] (remote-thread--p6-t3) ISPN000071: Caught exception when handling command LockControlCommand{cache=CoarseWebFailoverTestCase.war, keys=[SessionCreationMetaDataKey(nUIcjLVQdeTRWxsBIwHRSRarTu75v5FgXeZQ4Lnt)], flags=[ZERO_LOCK_ACQUISITION_TIMEOUT, FORCE_WRITE_LOCK], unlock=false, gtx=GlobalTx:node-3:24}: org.infinispan.util.concurrent.TimeoutException: Could not acquire lock on SessionCreationMetaDataKey(nUIcjLVQdeTRWxsBIwHRSRarTu75v5FgXeZQ4Lnt) in behalf of transaction GlobalTx:node-3:24. Current owner GlobalTx:node-2:30.
at org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager.timeout(DefaultPendingLockManager.java:252)
at org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager.awaitOn(DefaultPendingLockManager.java:337)
at org.infinispan.util.concurrent.locks.impl.DefaultPendingLockManager.awaitPendingTransactionsForAllKeys(DefaultPendingLockManager.java:137)
at org.infinispan.interceptors.locking.AbstractTxLockingInterceptor.checkPendingAndLockAllKeys(AbstractTxLockingInterceptor.java:153)
at org.infinispan.interceptors.locking.AbstractTxLockingInterceptor.lockAllOrRegisterBackupLock(AbstractTxLockingInterceptor.java:122)
at org.infinispan.interceptors.locking.PessimisticLockingInterceptor.localLockCommandWork(PessimisticLockingInterceptor.java:208)
at org.infinispan.interceptors.locking.PessimisticLockingInterceptor.lambda$new$0(PessimisticLockingInterceptor.java:46)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextThenApply(BaseAsyncInterceptor.java:81)
at org.infinispan.interceptors.locking.PessimisticLockingInterceptor.visitLockControlCommand(PessimisticLockingInterceptor.java:191)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndHandle(BaseAsyncInterceptor.java:183)
at org.infinispan.interceptors.impl.TxInterceptor.visitLockControlCommand(TxInterceptor.java:223)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:54)
at org.infinispan.interceptors.BaseAsyncInterceptor.lambda$new$0(BaseAsyncInterceptor.java:22)
at org.infinispan.interceptors.InvocationSuccessFunction.apply(InvocationSuccessFunction.java:25)
at org.infinispan.interceptors.impl.SimpleAsyncInvocationStage.addCallback(SimpleAsyncInvocationStage.java:70)
at org.infinispan.interceptors.InvocationStage.thenApply(InvocationStage.java:45)
at org.infinispan.interceptors.BaseAsyncInterceptor.asyncInvokeNext(BaseAsyncInterceptor.java:224)
at org.infinispan.statetransfer.TransactionSynchronizerInterceptor.visitCommand(TransactionSynchronizerInterceptor.java:46)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndHandle(BaseAsyncInterceptor.java:185)
at org.infinispan.statetransfer.StateTransferInterceptor.visitLockControlCommand(StateTransferInterceptor.java:90)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:123)
at org.infinispan.interceptors.impl.InvocationContextInterceptor.visitCommand(InvocationContextInterceptor.java:90)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:56)
at org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:54)
at org.infinispan.interceptors.DDAsyncInterceptor.visitLockControlCommand(DDAsyncInterceptor.java:160)
at org.infinispan.commands.control.LockControlCommand.acceptVisitor(LockControlCommand.java:117)
at org.infinispan.interceptors.DDAsyncInterceptor.visitCommand(DDAsyncInterceptor.java:50)
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invokeAsync(AsyncInterceptorChainImpl.java:234)
at org.infinispan.commands.control.LockControlCommand.invokeAsync(LockControlCommand.java:126)
at org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler.invokeCommand(BasePerCacheInboundInvocationHandler.java:95)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.invoke(BaseBlockingRunnable.java:99)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.runAsync(BaseBlockingRunnable.java:71)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.run(BaseBlockingRunnable.java:40)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
at java.lang.Thread.run(Thread.java:748)
07:17:13,090 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 34
07:17:14,298 INFO [io.undertow.servlet] (default task-2) /CoarseWebFailoverTestCase/simple, value = 4
07:17:16,112 INFO [io.undertow.servlet] (default task-1) /CoarseWebFailoverTestCase/simple, value = 4
07:17:17,991 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.6.Final
07:17:18,614 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.5.Final
07:17:18,628 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
07:17:18,812 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) starting
07:17:19,838 INFO [org.wildfly.security] (ServerService Thread Pool -- 30) ELY00001: WildFly Elytron version 1.7.0.CR3
07:17:21,369 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:17:21,419 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 29) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
07:17:21,624 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
07:17:21,669 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.6.5.Final
07:17:21,681 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.6.5.Final
07:17:21,753 INFO [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 61) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
07:17:21,762 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 65) WFLYNAM0001: Activating Naming Subsystem
07:17:21,783 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 76) WFLYWS0002: Activating WebServices Extension
07:17:21,802 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 53) WFLYRS0016: RESTEasy version 3.6.1.SP2
07:17:21,834 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.8.Final
07:17:21,858 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0001: Activating Infinispan subsystem.
07:17:21,876 INFO [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 63) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
07:17:21,903 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 74) 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.
07:17:21,909 INFO [org.jboss.as.security] (ServerService Thread Pool -- 71) WFLYSEC0002: Activating Security Subsystem
07:17:21,919 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 56) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.15
07:17:21,948 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
07:17:21,992 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 59) WFLYJSF0007: Activated the following JSF Implementations: [main]
07:17:22,024 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.0.13.Final starting
07:17:22,034 INFO [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=5.0.3.Final
07:17:22,036 INFO [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service
07:17:22,057 INFO [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.11.Final)
07:17:22,102 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
07:17:22,103 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
07:17:22,104 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2
07:17:22,111 INFO [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 62) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
07:17:22,133 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
07:17:22,164 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
07:17:22,410 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.
07:17:22,416 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
07:17:22,553 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0014: Creating file handler for path 'C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
07:17:22,612 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
07:17:22,624 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0018: Host default-host starting
07:17:22,668 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8009
07:17:22,672 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8080
07:17:22,686 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000001: Initializing mod_cluster version 1.4.0.Final
07:17:22,720 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: EJB subsystem suspension complete
07:17:22,868 INFO [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
07:17:22,898 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
07:17:22,926 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-7) WFLYDM0111: Keystore C:\buildAgent\work\bb15431f347cd651\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
07:17:22,922 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) WFLYDS0013: Started FileSystemDeploymentService for directory C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1\standalone\deployments
07:17:22,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:17:22,941 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 78) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
07:17:23,395 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on [::1]:8443
07:17:23,498 INFO [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBossWS 5.2.4.Final (Apache CXF 3.2.5.jbossorg-1)
07:17:24,137 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.clustering.common") which may be changed or removed in future versions without notice.
07:17:24,139 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.controller") which may be changed or removed in future versions without notice.
07:17:24,140 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
07:17:24,140 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.infinispan") which may be changed or removed in future versions without notice.
07:17:24,141 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.CoarseWebFailoverTestCase.war" is using a private module ("org.wildfly.clustering.infinispan.spi") which may be changed or removed in future versions without notice.
07:17:24,254 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment CoarseWebFailoverTestCase.war
07:17:24,495 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-8) HV000001: Hibernate Validator 6.0.13.Final
07:17:24,749 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'TopologyChangeListenerBean' in deployment unit 'deployment "CoarseWebFailoverTestCase.war"' are as follows:
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:module/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:jboss/exported/CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
ejb:CoarseWebFailoverTestCase/TopologyChangeListenerBean!org.jboss.as.test.clustering.TopologyChangeListener
java:global/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:app/CoarseWebFailoverTestCase/TopologyChangeListenerBean
java:module/TopologyChangeListenerBean
07:17:25,148 INFO [org.jboss.weld.Version] (MSC service thread 1-8) WELD-000900: 3.0.5 (Final)
07:17:25,257 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,258 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-1 joined the cluster
07:17:25,258 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,259 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-1 joined the cluster
07:17:25,259 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,259 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-1 joined the cluster
07:17:25,260 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,260 INFO [org.infinispan.CLUSTER] (thread-17,ejb,node-2) ISPN100000: Node node-1 joined the cluster
07:17:25,402 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,403 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-1 joined the cluster
07:17:25,404 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,404 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-1 joined the cluster
07:17:25,404 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,405 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-1 joined the cluster
07:17:25,405 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:25,405 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-1 joined the cluster
07:17:25,993 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Infinity Minus ONE +2' 9.4.0.Final
07:17:26,233 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
07:17:26,233 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
07:17:26,233 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
07:17:26,234 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
07:17:26,264 INFO [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:26,264 INFO [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:26,263 INFO [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:26,263 INFO [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-2|4] (3) [node-2, node-3, node-1]
07:17:26,273 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:17:26,274 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:17:26,278 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:17:26,279 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-1, physical addresses are [0:0:0:0:0:0:0:1:7600]
07:17:26,659 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=default-server] ISPN100002: Starting rebalance with members [node-3, node-2, node-1], phase READ_OLD_WRITE_ALL, topology id 22
07:17:26,660 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-2, node-1], phase READ_OLD_WRITE_ALL, topology id 35
07:17:26,667 INFO [org.infinispan.CLUSTER] (remote-thread--p2-t3) [Context=client-mappings] ISPN100002: Starting rebalance with members [node-2, node-3, node-1], phase READ_OLD_WRITE_ALL, topology id 12
07:17:26,705 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 79) WFLYCLINF0002: Started default-server cache from web container
07:17:26,824 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 78) WFLYCLINF0002: Started CoarseWebFailoverTestCase.war cache from web container
07:17:26,824 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 80) WFLYCLINF0002: Started client-mappings cache from ejb container
07:17:26,894 INFO [org.infinispan.CLUSTER] (remote-thread--p2-t3) [Context=client-mappings] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 13
07:17:26,894 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 36
07:17:26,895 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t2) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 23
07:17:26,915 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t2) [Context=default-server] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 24
07:17:26,917 INFO [org.infinispan.CLUSTER] (remote-thread--p2-t3) [Context=client-mappings] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 14
07:17:26,919 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 37
07:17:26,937 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t2) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-2, node-1], topology id 38
07:17:26,938 INFO [org.infinispan.CLUSTER] (remote-thread--p2-t3) [Context=client-mappings] ISPN100010: Finished rebalance with members [node-2, node-3, node-1], topology id 15
07:17:26,944 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=default-server] ISPN100010: Finished rebalance with members [node-3, node-2, node-1], topology id 25
07:17:27,906 INFO [io.jaegertracing.Configuration] (ServerService Thread Pool -- 81) Initialized tracer=JaegerTracer(version=Java-0.30.6, serviceName=CoarseWebFailoverTestCase.war, reporter=RemoteReporter(sender=UdpSender(), closeEnqueueTimeout=1000), sampler=RemoteControlledSampler(maxOperations=2000, manager=HttpSamplingManager(hostPort=localhost:5778), sampler=ProbabilisticSampler(tags={sampler.type=probabilistic, sampler.param=0.001})), tags={hostname=build50-win, jaeger.version=Java-0.30.6, ip=fe80:0:0:0:24b3:8b2d:aa9e:6f17%2}, zipkinSharedRpcSpan=false, expandExceptionLogs=false)
07:17:27,969 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 81) WFLYUT0021: Registered web context: '/CoarseWebFailoverTestCase' for server 'default-server'
07:17:28,025 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "CoarseWebFailoverTestCase.war" (runtime-name : "CoarseWebFailoverTestCase.war")
07:17:28,119 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
07:17:28,122 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
07:17:28,122 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
07:17:28,123 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha4) started in 10782ms - Started 557 of 722 services (404 services are lazy, passive or on-demand)
07:17:28,207 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 30) WFLYUT0022: Unregistered web context: '/CoarseWebFailoverTestCase' from server 'default-server'
07:17:28,247 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 3) ISPN000029: Passivating all entries to disk
07:17:28,287 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 3) ISPN000030: Passivated 3 entries in 39 milliseconds
07:17:28,291 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100008: Updating cache members list [node-3, node-2], topology id 39
07:17:28,293 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100002: Starting rebalance with members [node-3, node-2], phase READ_OLD_WRITE_ALL, topology id 40
07:17:28,309 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 3) WFLYCLINF0003: Stopped CoarseWebFailoverTestCase.war cache from web container
07:17:28,327 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_ALL_WRITE_ALL, topology id 41
07:17:28,337 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t3) [Context=CoarseWebFailoverTestCase.war] ISPN100009: Advancing to rebalance phase READ_NEW_WRITE_ALL, topology id 42
07:17:28,353 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t1) [Context=CoarseWebFailoverTestCase.war] ISPN100010: Finished rebalance with members [node-3, node-2], topology id 43
07:17:28,364 INFO [org.infinispan.CLUSTER] (remote-thread--p6-t2) [Context=default-server] ISPN100008: Updating cache members list [node-3, node-2], topology id 26
07:17:28,370 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 3) WFLYCLINF0003: Stopped default-server cache from web container
07:17:28,391 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment CoarseWebFailoverTestCase.war (runtime-name: CoarseWebFailoverTestCase.war) in 192ms
07:17:28,501 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-1\standalone\data\content\79\37ce473efaa02f9cc4b5f7de9b5bbb052642f5\content
07:17:28,502 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:17:28,511 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 9) WFLYUT0022: Unregistered web context: '/CoarseWebFailoverTestCase' from server 'default-server'
07:17:28,531 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 84) ISPN000029: Passivating all entries to disk
07:17:28,543 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 84) ISPN000030: Passivated 6 entries in 12 milliseconds
07:17:28,544 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 84) [Context=CoarseWebFailoverTestCase.war] ISPN100008: Updating cache members list [node-3], topology id 44
07:17:28,553 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 84) WFLYCLINF0003: Stopped CoarseWebFailoverTestCase.war cache from web container
07:17:28,569 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 83) [Context=default-server] ISPN100008: Updating cache members list [node-3], topology id 27
07:17:28,578 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 83) WFLYCLINF0003: Stopped default-server cache from web container
07:17:28,597 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment CoarseWebFailoverTestCase.war (runtime-name: CoarseWebFailoverTestCase.war) in 89ms
07:17:28,638 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-2\standalone\data\content\1d\6cf32471e230bd6c9a7ea010dc38c547fc3da0\content
07:17:28,638 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
07:17:28,662 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 2) WFLYUT0022: Unregistered web context: '/CoarseWebFailoverTestCase' from server 'default-server'
07:17:28,693 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 84) ISPN000029: Passivating all entries to disk
07:17:28,717 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 84) ISPN000030: Passivated 6 entries in 23 milliseconds
07:17:28,745 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 84) WFLYCLINF0003: Stopped CoarseWebFailoverTestCase.war cache from web container
07:17:28,777 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 84) WFLYCLINF0003: Stopped default-server cache from web container
07:17:28,811 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment CoarseWebFailoverTestCase.war (runtime-name: CoarseWebFailoverTestCase.war) in 156ms
07:17:28,849 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\buildAgent\work\bb15431f347cd651\testsuite\integration\clustering\target\wildfly-3\standalone\data\content\b6\3a40ff739a5f83766fa2afadc4dc6fc3f0373f\content
07:17:28,849 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "CoarseWebFailoverTestCase.war" (runtime-name: "CoarseWebFailoverTestCase.war")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment