[JBoss JIRA] (WFLY-10897) Inefficient read of the entire resource tree in messaging subsystem socket binding analysis
by Brian Stansberry (JIRA)
Brian Stansberry created WFLY-10897:
---------------------------------------
Summary: Inefficient read of the entire resource tree in messaging subsystem socket binding analysis
Key: WFLY-10897
URL: https://issues.jboss.org/browse/WFLY-10897
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Brian Stansberry
Assignee: ehsavoie Hugonnet
The isOutBoundSocketBinding utility method is performing a read of the entire model. Worse, it gets called inside a loop.
Just non-recursively read the s-b-g names, and then non-recursively read each s-b-g (in reality there will only be one) to find the children.
For bonus points, pass in the entire list of a names and return a LinkedHashMap<String, Boolean> and process everything with one pair of reads instead of repeating for each name.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFCORE-4034) RuntimeException when call key-store=ks:revoke-certificate
by Farah Juma (JIRA)
[ https://issues.jboss.org/browse/WFCORE-4034?page=com.atlassian.jira.plugi... ]
Farah Juma commented on WFCORE-4034:
------------------------------------
I've submitted a PR that ensures that we no longer wrap the {{AcmeException}} in a {{RuntimeException}} here.
[~claudio4j] Just FYI, I took a closer look at the steps to reproduce and noticed that there's actually an issue with the alias that's being provided for the {{obtain-certificate}} operation. In particular, the provided {{alias}} and {{key-store}} indicate that if the {{obtain-certificate}} operation succeeds, it should store the obtained signed certificate under the {{alias}} "www.cnn.com" in the {{key-store}} "keyst2". However, the same alias/key-store combination was also used for the {{certificate-authority-account}} key in the previous step. So, even though {{obtain-certificate}} fails and doesn't actually obtain a certificate or update the key-store in any way, when {{revoke-certificate}} is called using the alias "www.cnn.com", this ends up attempting to revoke the certificate that is associated with the account key since this entry does exist in the keystore. This will correctly result in an {{AcmeException}} since this certificate wasn't issued by Let's Encrypt. Using the following commands instead (notice a different alias is used for the account key and the obtain-certificate operation) will correctly result in the following error message:
{code}
/subsystem=elytron/key-store=keyst2:add(credential-reference={clear-text=senha},type=JKS,path=keyst2.jks)
/subsystem=elytron/certificate-authority-account=ca_letsenc2:add(alias=myaccount,key-store=keyst2)
/subsystem=elytron/key-store=keyst2:obtain-certificate(alias=www.cnn.com,certificate-authority-account=ca_letsenc2,domain-names=["www.cnn.com"],agree-to-terms-of-service,algorithm=RSA)
/subsystem=elytron/key-store=keyst2:revoke-certificate(alias=www.cnn.com,certificate-authority-account=ca_letsenc2)
{
"outcome" => "failed",
"failure-description" => "WFLYELY01029: Alias 'www.cnn.com' does not exist in KeyStore",
"rolled-back" => true
}
{code}
> RuntimeException when call key-store=ks:revoke-certificate
> ----------------------------------------------------------
>
> Key: WFCORE-4034
> URL: https://issues.jboss.org/browse/WFCORE-4034
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Reporter: Claudio Miranda
> Assignee: Farah Juma
>
> There is a RuntimeException when call a key-store=keys:revoke-certificate on a existing alias, but having failed to obtain certificate from CA
> Steps to reproduce
> {code}
> /subsystem=elytron/key-store=keyst2:add(credential-reference={clear-text=senha},type=JKS,path=keyst2.jks)
> /subsystem=elytron/certificate-authority-account=ca_letsenc2:add(alias=www.cnn.com,key-store=keyst2)
> /subsystem=elytron/key-store=keyst2:obtain-certificate(alias=www.cnn.com,certificate-authority-account=ca_letsenc2,domain-names=["www.cnn.com"],agree-to-terms-of-service,algorithm=RSA)
> /subsystem=elytron/key-store=keyst2:revoke-certificate(alias=www.cnn.com,certificate-authority-account=ca_letsenc2)
> {code}
> obtain-certificate results in an exception, then call revoke-certificate
> {code}
> /subsystem=elytron/key-store=keyst2:obtain-certificate(alias=www.cnn.com,certificate-authority-account=ca_letsenc2,domain-names=["www.cnn.com"],agree-to-terms-of-service,algorithm=RSA)
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: org.wildfly.security.x500.cert.acme.AcmeException: ELY10048: Challenge response failed validation by the ACME ser
> ver",
> "rolled-back" => true
> }
> [standalone@localhost:9990 /] /subsystem=elytron/key-store=keyst2:revoke-certificate(alias=www.cnn.com,certificate-authority-account=ca_letsenc2)
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.RuntimeException: org.wildfly.security.x500.cert.acme.AcmeException: No such certificate",
> "rolled-back" => true
> }
> {code}
> I understand it make no sense to revoke a certificate that doesn't exist in CA provider, but it was more an accident to discover it as I was playing with the operations.
> Probably a WARN message would be more appropriate than a RuntimeException.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2578) [DMN Designer] Add use of 'DMNModelInstrumentedBase.setParent(..)' to marshaller
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2578?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2578:
----------------------------------------
[~tari_manga] Thank-you for the update.. take your time. I just was not aware whether it was something you was _planning_ on helping with.
> [DMN Designer] Add use of 'DMNModelInstrumentedBase.setParent(..)' to marshaller
> --------------------------------------------------------------------------------
>
> Key: DROOLS-2578
> URL: https://issues.jboss.org/browse/DROOLS-2578
> Project: Drools
> Issue Type: Sub-task
> Components: DMN Editor
> Reporter: Michael Anstis
> Assignee: Matteo Mortari
> Priority: Critical
>
> In order to correctly handle QName prefix resolution I have added {{DMNModelInstrumentedBase.getPrefixForNamespaceURI(..)}} to the UI model. I will add support for setting it appropriately as the User authors a DMN model in the UI (i.e. to new elements as and when created) however the marshaller will need to set it accordingly when going from KIE-DMN-model to UI-DMN-model too; so existing diagrams have the parental hierarchy correctly set.
> This depends on https://github.com/kiegroup/kie-wb-common/pull/1818 being merged.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10583) SingletonPolicyServiceTestCase fails intermittently
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-10583?page=com.atlassian.jira.plugin... ]
Paul Ferraro closed WFLY-10583.
-------------------------------
Fix Version/s: 14.0.0.CR1
Resolution: Done
See linked jira for resolution.
> SingletonPolicyServiceTestCase fails intermittently
> ----------------------------------------------------
>
> Key: WFLY-10583
> URL: https://issues.jboss.org/browse/WFLY-10583
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, Test Suite
> Reporter: Marek Kopecký
> Assignee: Paul Ferraro
> Priority: Critical
> Fix For: 14.0.0.CR1
>
>
> *Description of the issue:*
> SingletonPolicyServiceTestCase fails intermittently.
> *Actual results:*
> StackTrace:
> {noformat}
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at org.jboss.as.test.clustering.cluster.singleton.SingletonPolicyServiceTestCase.testSingletonService(SingletonPolicyServiceTestCase.java:157)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> at org.jboss.arquillian.junit.Arquillian$8$1.invoke(Arquillian.java:379)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:136)
> at org.jboss.arquillian.junit.Arquillian$8.evaluate(Arquillian.java:372)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:246)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431)
> at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:260)
> at org.jboss.arquillian.junit.Arquillian$7$1.invoke(Arquillian.java:324)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.execute(ClientBeforeAfterLifecycleEventExecuter.java:99)
> at org.jboss.arquillian.container.test.impl.execution.ClientBeforeAfterLifecycleEventExecuter.on(ClientBeforeAfterLifecycleEventExecuter.java:72)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:85)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createBeforeContext(ContainerEventController.java:124)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:130)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:92)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:143)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.fireCustomLifecycle(EventTestRunnerAdaptor.java:159)
> at org.jboss.arquillian.junit.Arquillian$7.evaluate(Arquillian.java:317)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:205)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:431)
> at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:55)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:219)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:167)
> at org.junit.runners.Suite.runChild(Suite.java:128)
> at org.junit.runners.Suite.runChild(Suite.java:27)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55)
> at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137)
> at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107)
> at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83)
> at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75)
> at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158)
> at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:379)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:340)
> at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:413)
> {noformat}
> Standard output:
> {noformat}
> &#27;[0m08:42:14,914 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
> &#27;[0m&#27;[0m08:42:15,267 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
> &#27;[0m&#27;[0m08:42:15,280 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
> &#27;[0m&#27;[0m08:42:15,405 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
> &#27;[0m&#27;[0m08:42:17,003 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:17,029 INFO [org.wildfly.security] (ServerService Thread Pool -- 26) ELY00001: WildFly Elytron version 1.3.3.Final
> &#27;[0m&#27;[0m08:42:17,083 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:17,205 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> &#27;[0m&#27;[0m08:42:17,227 INFO [org.xnio] (MSC service thread 1-8) XNIO version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:17,237 INFO [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:17,316 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 49) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
> &#27;[0m&#27;[0m08:42:17,316 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
> &#27;[0m&#27;[0m08:42:17,320 INFO [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
> &#27;[0m&#27;[0m08:42:17,324 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
> &#27;[0m&#27;[0m08:42:17,326 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
> &#27;[0m&#27;[0m08:42:17,335 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
> &#27;[0m&#27;[0m08:42:17,361 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
> &#27;[0m&#27;[0m08:42:17,370 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
> &#27;[0m&#27;[0m08:42:17,371 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
> &#27;[0m&#27;[33m08:42:17,409 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> &#27;[0m&#27;[0m08:42:17,426 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:17,527 INFO [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
> &#27;[0m&#27;[0m08:42:17,528 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
> &#27;[0m&#27;[0m08:42:17,541 INFO [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.1.0.Final
> &#27;[0m&#27;[0m08:42:17,541 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.0.9.Final starting
> &#27;[0m&#27;[0m08:42:17,603 INFO [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.7.Final
> &#27;[0m&#27;[0m08:42:17,618 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
> &#27;[0m&#27;[0m08:42:17,649 INFO [org.jboss.as.mail.extension] (MSC service thread 1-4) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> &#27;[0m&#27;[0m08:42:17,678 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
> &#27;[0m&#27;[0m08:42:17,690 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
> &#27;[0m&#27;[0m08:42:17,803 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> &#27;[0m&#27;[0m08:42:17,830 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
> &#27;[0m&#27;[0m08:42:17,831 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
> &#27;[0m&#27;[0m08:42:17,914 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on 172.16.130.38:8080
> &#27;[0m&#27;[0m08:42:17,910 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.130.38:8009
> &#27;[0m&#27;[0m08:42:17,923 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
> &#27;[0m&#27;[0m08:42:17,943 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
> &#27;[0m&#27;[0m08:42:18,032 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:18,148 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m08:42:18,161 INFO [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> &#27;[0m&#27;[33m08:42:18,188 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
> &#27;[0m&#27;[0m08:42:18,214 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/deployments
> &#27;[0m&#27;[0m08:42:18,292 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.130.38:8443
> &#27;[0m&#27;[0m08:42:18,378 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1)
> &#27;[0m&#27;[0m08:42:18,524 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> &#27;[0m&#27;[0m08:42:18,531 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.130.38:9990/management
> &#27;[0m&#27;[0m08:42:18,531 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.130.38:9990
> &#27;[0m&#27;[0m08:42:18,531 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 4118ms - Started 314 of 601 services (392 services are lazy, passive or on-demand)
> &#27;[0m&#27;[0m08:42:19,277 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
> &#27;[0m&#27;[0m08:42:19,574 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
> &#27;[0m&#27;[0m08:42:19,584 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
> &#27;[0m&#27;[0m08:42:19,715 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
> &#27;[0m&#27;[0m08:42:21,135 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:21,171 INFO [org.wildfly.security] (ServerService Thread Pool -- 23) ELY00001: WildFly Elytron version 1.3.3.Final
> &#27;[0m&#27;[0m08:42:21,226 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:21,319 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> &#27;[0m&#27;[0m08:42:21,348 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:21,360 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:21,405 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 49) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
> &#27;[0m&#27;[0m08:42:21,415 INFO [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
> &#27;[0m&#27;[0m08:42:21,418 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
> &#27;[0m&#27;[0m08:42:21,437 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
> &#27;[0m&#27;[0m08:42:21,447 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
> &#27;[0m&#27;[0m08:42:21,479 INFO [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
> &#27;[0m&#27;[0m08:42:21,483 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
> &#27;[0m&#27;[0m08:42:21,487 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
> &#27;[0m&#27;[0m08:42:21,490 INFO [org.jboss.as.security] (MSC service thread 1-7) WFLYSEC0001: Current PicketBox version=5.1.0.Final
> &#27;[0m&#27;[0m08:42:21,509 INFO [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
> &#27;[0m&#27;[33m08:42:21,507 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> &#27;[0m&#27;[0m08:42:21,527 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
> &#27;[0m&#27;[0m08:42:21,544 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
> &#27;[0m&#27;[0m08:42:21,557 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:21,672 INFO [org.jboss.as.naming] (MSC service thread 1-4) WFLYNAM0003: Starting Naming Service
> &#27;[0m&#27;[0m08:42:21,679 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 2.0.9.Final starting
> &#27;[0m&#27;[0m08:42:21,685 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> &#27;[0m&#27;[0m08:42:21,718 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.7.Final
> &#27;[0m&#27;[0m08:42:21,801 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
> &#27;[0m&#27;[0m08:42:21,803 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
> &#27;[0m&#27;[0m08:42:21,912 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> &#27;[0m&#27;[0m08:42:21,916 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
> &#27;[0m&#27;[0m08:42:21,930 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
> &#27;[0m&#27;[0m08:42:21,996 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 172.16.180.38:8180
> &#27;[0m&#27;[0m08:42:22,000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.180.38:8109
> &#27;[0m&#27;[0m08:42:22,010 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
> &#27;[0m&#27;[0m08:42:22,021 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
> &#27;[0m&#27;[0m08:42:22,115 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:22,213 INFO [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> &#27;[0m&#27;[0m08:42:22,227 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[33m08:42:22,239 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-7) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
> &#27;[0m&#27;[0m08:42:22,276 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/deployments
> &#27;[0m&#27;[0m08:42:22,389 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.180.38:8543
> &#27;[0m&#27;[0m08:42:22,470 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1)
> &#27;[0m&#27;[0m08:42:22,609 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> &#27;[0m&#27;[0m08:42:22,611 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.180.38:10090/management
> &#27;[0m&#27;[0m08:42:22,612 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.180.38:10090
> &#27;[0m&#27;[0m08:42:22,612 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 3691ms - Started 314 of 601 services (392 services are lazy, passive or on-demand)
> &#27;[0m&#27;[0m08:42:22,774 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/f0/820e8e7890e81d478244d0eada856f5f199f3c/content
> &#27;[0m&#27;[0m08:42:22,792 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[33m08:42:23,191 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
> &#27;[0m&#27;[0m08:42:27,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:27,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:27,124 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:27,125 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:27,133 INFO [org.infinispan.CLUSTER] (MSC service thread 1-5) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
> &#27;[0m&#27;[0m08:42:27,133 INFO [org.infinispan.CLUSTER] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
> &#27;[0m&#27;[0m08:42:27,133 INFO [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
> &#27;[0m&#27;[0m08:42:27,133 INFO [org.infinispan.CLUSTER] (MSC service thread 1-8) ISPN000094: Received new cluster view for channel ejb: [node-1|0] (1) [node-1]
> &#27;[0m&#27;[0m08:42:27,141 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:27,141 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:27,146 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:27,152 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:27,152 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-8) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
> &#27;[0m&#27;[0m08:42:27,429 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
> &#27;[0m&#27;[0m08:42:27,434 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 14) WFLYCLINF0002: Started client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:27,516 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:27,522 INFO [org.wildfly.clustering.server] (ChannelCommandDispatcherFactory - 1) WFLYCLSV0001: This node will now operate as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:27,582 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 72) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
> &#27;[0m&#27;[0m08:42:27,653 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:27,943 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/data/content/fd/32b8b3d734d15cf036240e42208a875c79d331/content
> &#27;[0m&#27;[0m08:42:27,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[33m08:42:28,352 WARN [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
> &#27;[0m&#27;[0m08:42:28,728 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:28,732 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:28,734 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:28,736 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:28,736 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:28,737 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:28,738 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:28,741 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:29,258 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:29,258 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:29,258 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:29,258 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:29,262 INFO [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:29,263 INFO [org.infinispan.CLUSTER] (MSC service thread 1-7) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:29,263 INFO [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:29,266 INFO [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-1|1] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:29,270 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:29,270 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:29,270 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:29,271 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:29,291 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
> &#27;[0m&#27;[0m08:42:29,537 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=2, phase=READ_OLD_WRITE_ALL, rebalanceId=2, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[00686cd9-37fd-49d4-882f-a501d21069fe, 82fd6f24-688d-474a-abb0-8ffcef9b825e]}
> &#27;[0m&#27;[0m08:42:29,537 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=2, phase=READ_OLD_WRITE_ALL, rebalanceId=2, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[4831a56b-12c9-4288-bcc9-d7865fa1d165, 7ddb799b-e3d3-4137-9dda-4fe50531552c]}
> &#27;[0m&#27;[0m08:42:29,540 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-1]ISPN100002: Started rebalance with topology id 2
> &#27;[0m&#27;[0m08:42:29,540 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-1]ISPN100002: Started rebalance with topology id 2
> &#27;[0m&#27;[0m08:42:29,566 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t8) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 2
> &#27;[0m&#27;[0m08:42:29,566 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t8) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 2
> &#27;[0m&#27;[0m08:42:29,639 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 2
> &#27;[0m&#27;[0m08:42:29,640 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 2
> &#27;[0m&#27;[0m08:42:29,644 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 2
> &#27;[0m&#27;[0m08:42:29,645 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 2
> &#27;[0m&#27;[0m08:42:29,650 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 3
> &#27;[0m&#27;[0m08:42:29,656 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t12) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 3
> &#27;[0m&#27;[0m08:42:29,658 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t12) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 3
> &#27;[0m&#27;[0m08:42:29,659 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 3
> &#27;[0m&#27;[0m08:42:29,670 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 4
> &#27;[0m&#27;[0m08:42:29,670 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t15) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 4
> &#27;[0m&#27;[0m08:42:29,671 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 4
> &#27;[0m&#27;[0m08:42:29,671 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t15) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 4
> &#27;[0m&#27;[0m08:42:29,678 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
> &#27;[0m&#27;[0m08:42:29,680 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 6) WFLYCLINF0002: Started client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:29,717 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:29,832 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
> &#27;[0m&#27;[0m08:42:29,909 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:30,095 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0236: Suspending server with no timeout.
> &#27;[0m&#27;[0m08:42:30,097 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:30,100 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
> &#27;[0m&#27;[0m08:42:30,105 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
> &#27;[0m&#27;[0m08:42:30,106 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:30,113 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000002: Initiating mod_cluster shutdown
> &#27;[0m&#27;[0m08:42:30,116 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:30,118 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0019: Host default-host stopping
> &#27;[0m&#27;[0m08:42:30,120 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:30,122 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m08:42:30,135 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:30,162 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0003: Stopped default cache from server container
> &#27;[0m&#27;[0m08:42:30,169 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:30,188 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 6) WFLYCLINF0003: Stopped client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:30,193 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:30,204 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
> &#27;[0m&#27;[0m08:42:30,204 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:30,205 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
> &#27;[0m&#27;[0m08:42:30,207 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:30,207 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
> &#27;[0m&#27;[0m08:42:30,210 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:30,210 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|2] (1) [node-1]
> &#27;[0m&#27;[0m08:42:30,218 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:30,231 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTPS listener https suspending
> &#27;[0m&#27;[0m08:42:30,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow AJP listener ajp suspending
> &#27;[0m&#27;[0m08:42:30,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 172.16.180.38:8543
> &#27;[0m&#27;[0m08:42:30,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTP listener default suspending
> &#27;[0m&#27;[0m08:42:30,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 172.16.180.38:8109
> &#27;[0m&#27;[0m08:42:30,232 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 172.16.180.38:8180
> &#27;[0m&#27;[0m08:42:30,233 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0004: Undertow 2.0.9.Final stopping
> &#27;[0m&#27;[0m08:42:30,233 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 110ms
> &#27;[0m&#27;[0m08:42:30,250 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) stopped in 129ms
> &#27;[0m&#27;[0m08:42:30,486 INFO [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
> &#27;[0m&#27;[0m08:42:30,914 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
> &#27;[0m&#27;[0m08:42:31,197 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
> &#27;[0m&#27;[0m08:42:31,206 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
> &#27;[0m&#27;[0m08:42:31,324 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
> &#27;[0m&#27;[0m08:42:32,778 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:32,807 INFO [org.wildfly.security] (ServerService Thread Pool -- 19) ELY00001: WildFly Elytron version 1.3.3.Final
> &#27;[0m&#27;[0m08:42:32,851 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:32,969 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> &#27;[0m&#27;[0m08:42:32,985 INFO [org.xnio] (MSC service thread 1-7) XNIO version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:32,991 INFO [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:33,033 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.7.Final
> &#27;[0m&#27;[0m08:42:33,074 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
> &#27;[0m&#27;[0m08:42:33,076 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 49) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
> &#27;[0m&#27;[0m08:42:33,078 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
> &#27;[0m&#27;[0m08:42:33,100 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
> &#27;[0m&#27;[0m08:42:33,103 INFO [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
> &#27;[0m&#27;[0m08:42:33,108 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
> &#27;[0m&#27;[0m08:42:33,127 INFO [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
> &#27;[0m&#27;[33m08:42:33,141 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> &#27;[0m&#27;[0m08:42:33,137 INFO [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=5.1.0.Final
> &#27;[0m&#27;[0m08:42:33,158 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
> &#27;[0m&#27;[0m08:42:33,159 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
> &#27;[0m&#27;[0m08:42:33,165 INFO [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
> &#27;[0m&#27;[0m08:42:33,167 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:33,224 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
> &#27;[0m&#27;[0m08:42:33,254 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.0.9.Final starting
> &#27;[0m&#27;[0m08:42:33,300 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> &#27;[0m&#27;[0m08:42:33,306 INFO [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service
> &#27;[0m&#27;[0m08:42:33,485 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
> &#27;[0m&#27;[0m08:42:33,488 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
> &#27;[0m&#27;[0m08:42:33,517 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> &#27;[0m&#27;[0m08:42:33,523 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
> &#27;[0m&#27;[0m08:42:33,529 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
> &#27;[0m&#27;[0m08:42:33,573 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.180.38:8109
> &#27;[0m&#27;[0m08:42:33,576 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on 172.16.180.38:8180
> &#27;[0m&#27;[0m08:42:33,587 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
> &#27;[0m&#27;[0m08:42:33,604 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
> &#27;[0m&#27;[0m08:42:33,705 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:33,778 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m08:42:33,799 INFO [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> &#27;[0m&#27;[33m08:42:33,815 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
> &#27;[0m&#27;[0m08:42:33,825 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/deployments
> &#27;[0m&#27;[0m08:42:33,831 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:33,965 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.180.38:8543
> &#27;[0m&#27;[0m08:42:34,041 INFO [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1)
> &#27;[0m&#27;[33m08:42:34,438 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
> &#27;[0m&#27;[0m08:42:34,800 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:34,801 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:34,802 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:34,802 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:34,803 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:34,804 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:34,804 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:34,805 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:35,293 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:35,294 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:35,293 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:35,293 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:35,299 INFO [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:35,299 INFO [org.infinispan.CLUSTER] (MSC service thread 1-8) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:35,303 INFO [org.infinispan.CLUSTER] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:35,303 INFO [org.infinispan.CLUSTER] (MSC service thread 1-7) ISPN000094: Received new cluster view for channel ejb: [node-1|3] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:35,310 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:35,313 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:35,314 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:35,322 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:35,326 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
> &#27;[0m&#27;[0m08:42:35,601 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=7, phase=READ_OLD_WRITE_ALL, rebalanceId=3, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 124, node-2: 132]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[4831a56b-12c9-4288-bcc9-d7865fa1d165, cd15fa0c-4206-4675-b24a-d6403e0ccbd2]}
> &#27;[0m&#27;[0m08:42:35,601 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-1]ISPN100002: Started rebalance with topology id 7
> &#27;[0m&#27;[0m08:42:35,614 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=7, phase=READ_OLD_WRITE_ALL, rebalanceId=3, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 124, node-2: 132]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[00686cd9-37fd-49d4-882f-a501d21069fe, 8982c05c-cec2-41fd-92aa-19ce419a745c]}
> &#27;[0m&#27;[0m08:42:35,614 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-1]ISPN100002: Started rebalance with topology id 7
> &#27;[0m&#27;[0m08:42:35,618 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t1) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 7
> &#27;[0m&#27;[0m08:42:35,618 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 7
> &#27;[0m&#27;[0m08:42:35,689 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 7
> &#27;[0m&#27;[0m08:42:35,690 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 7
> &#27;[0m&#27;[0m08:42:35,693 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t3) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 8
> &#27;[0m&#27;[0m08:42:35,712 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 7
> &#27;[0m&#27;[0m08:42:35,713 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 7
> &#27;[0m&#27;[0m08:42:35,715 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t4) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 8
> &#27;[0m&#27;[0m08:42:35,716 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 8
> &#27;[0m&#27;[0m08:42:35,716 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 8
> &#27;[0m&#27;[0m08:42:35,718 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t8) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 9
> &#27;[0m&#27;[0m08:42:35,719 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t6) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 9
> &#27;[0m&#27;[0m08:42:35,721 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 9
> &#27;[0m&#27;[0m08:42:35,721 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 9
> &#27;[0m&#27;[0m08:42:35,731 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:35,731 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 73) WFLYCLINF0002: Started default cache from server container
> &#27;[0m&#27;[0m08:42:35,768 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:35,894 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
> &#27;[0m&#27;[0m08:42:35,907 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:35,950 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> &#27;[0m&#27;[0m08:42:35,953 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.180.38:10090/management
> &#27;[0m&#27;[0m08:42:35,953 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.180.38:10090
> &#27;[0m&#27;[0m08:42:35,953 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 5371ms - Started 502 of 674 services (397 services are lazy, passive or on-demand)
> &#27;[0m&#27;[0m08:42:36,015 INFO [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
> &#27;[0m&#27;[0m08:42:36,055 INFO [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting null
> &#27;[0m&#27;[0m08:42:36,068 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0236: Suspending server with no timeout.
> &#27;[0m&#27;[0m08:42:36,070 INFO [org.jboss.as.ejb3] (management-handler-thread - 2) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:36,073 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
> &#27;[0m&#27;[0m08:42:36,089 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:36,089 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:36,096 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 13) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
> &#27;[0m&#27;[0m08:42:36,098 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:36,121 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
> &#27;[0m&#27;[0m08:42:36,123 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m08:42:36,124 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 22) MODCLUSTER000002: Initiating mod_cluster shutdown
> &#27;[0m&#27;[0m08:42:36,128 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0019: Stopped Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:36,132 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 34) WFLYCLINF0003: Stopped default cache from server container
> &#27;[0m&#27;[0m08:42:36,134 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:36,155 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 13) WFLYCLINF0003: Stopped client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:36,156 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:36,168 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 82ms
> &#27;[0m&#27;[0m08:42:36,171 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0008: Undertow HTTPS listener https suspending
> &#27;[0m&#27;[0m08:42:36,171 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
> &#27;[0m&#27;[0m08:42:36,171 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow AJP listener ajp suspending
> &#27;[0m&#27;[0m08:42:36,171 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 172.16.180.38:8109
> &#27;[0m&#27;[0m08:42:36,172 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 172.16.180.38:8180
> &#27;[0m&#27;[0m08:42:36,172 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 172.16.180.38:8543
> &#27;[0m&#27;[0m08:42:36,176 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
> &#27;[0m&#27;[0m08:42:36,177 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:36,177 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
> &#27;[0m&#27;[0m08:42:36,178 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:36,178 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
> &#27;[0m&#27;[0m08:42:36,178 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:36,178 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN000094: Received new cluster view for channel ejb: [node-1|4] (1) [node-1]
> &#27;[0m&#27;[0m08:42:36,179 INFO [org.infinispan.CLUSTER] (thread-3,null,null) ISPN100001: Node node-2 left the cluster
> &#27;[0m&#27;[0m08:42:36,183 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0004: Undertow 2.0.9.Final stopping
> &#27;[0m&#27;[0m08:42:36,205 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) stopped in 118ms
> &#27;[0m&#27;[0m08:42:36,249 INFO [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
> &#27;[0m&#27;[0m08:42:36,672 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
> &#27;[0m&#27;[0m08:42:36,964 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
> &#27;[0m&#27;[0m08:42:36,974 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
> &#27;[0m&#27;[0m08:42:37,093 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
> &#27;[0m&#27;[0m08:42:38,499 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:38,521 INFO [org.wildfly.security] (ServerService Thread Pool -- 6) ELY00001: WildFly Elytron version 1.3.3.Final
> &#27;[0m&#27;[0m08:42:38,551 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 11) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:38,688 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> &#27;[0m&#27;[0m08:42:38,703 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:38,712 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:38,749 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
> &#27;[0m&#27;[0m08:42:38,758 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 49) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
> &#27;[0m&#27;[0m08:42:38,764 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
> &#27;[0m&#27;[0m08:42:38,766 INFO [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
> &#27;[0m&#27;[0m08:42:38,799 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
> &#27;[0m&#27;[0m08:42:38,808 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
> &#27;[0m&#27;[0m08:42:38,832 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
> &#27;[0m&#27;[0m08:42:38,833 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
> &#27;[0m&#27;[33m08:42:38,905 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> &#27;[0m&#27;[0m08:42:38,905 INFO [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
> &#27;[0m&#27;[0m08:42:38,916 INFO [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=5.1.0.Final
> &#27;[0m&#27;[0m08:42:38,920 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
> &#27;[0m&#27;[0m08:42:38,936 INFO [org.jboss.as.connector] (MSC service thread 1-8) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
> &#27;[0m&#27;[0m08:42:38,960 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:38,963 INFO [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 5.0.7.Final
> &#27;[0m&#27;[0m08:42:38,984 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 2.0.9.Final starting
> &#27;[0m&#27;[0m08:42:38,986 INFO [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service
> &#27;[0m&#27;[0m08:42:38,992 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> &#27;[0m&#27;[0m08:42:39,165 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
> &#27;[0m&#27;[0m08:42:39,170 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
> &#27;[0m&#27;[0m08:42:39,245 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> &#27;[0m&#27;[0m08:42:39,270 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.
> &#27;[0m&#27;[0m08:42:39,273 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
> &#27;[0m&#27;[0m08:42:39,339 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.180.38:8109
> &#27;[0m&#27;[0m08:42:39,340 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 172.16.180.38:8180
> &#27;[0m&#27;[0m08:42:39,350 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
> &#27;[0m&#27;[0m08:42:39,374 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
> &#27;[0m&#27;[0m08:42:39,424 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:39,505 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m08:42:39,515 INFO [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> &#27;[0m&#27;[33m08:42:39,545 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
> &#27;[0m&#27;[0m08:42:39,576 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/deployments
> &#27;[0m&#27;[0m08:42:39,580 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:39,695 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.180.38:8543
> &#27;[0m&#27;[0m08:42:39,808 INFO [org.jboss.ws.common.management] (MSC service thread 1-7) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1)
> &#27;[0m&#27;[33m08:42:40,178 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
> &#27;[0m&#27;[0m08:42:40,542 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:40,543 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:40,543 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:40,547 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:40,547 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:40,548 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:40,548 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:40,548 INFO [org.infinispan.CLUSTER] (thread-14,ejb,node-1) ISPN100000: Node node-2 joined the cluster
> &#27;[0m&#27;[0m08:42:41,106 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:41,106 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:41,106 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:41,106 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:41,113 INFO [org.infinispan.CLUSTER] (MSC service thread 1-7) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:41,114 INFO [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:41,114 INFO [org.infinispan.CLUSTER] (MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:41,114 INFO [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-1|5] (2) [node-1, node-2]
> &#27;[0m&#27;[0m08:42:41,121 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-2) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:41,121 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:41,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:41,124 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000079: Channel ejb local address is node-2, physical addresses are [172.16.180.38:7700]
> &#27;[0m&#27;[0m08:42:41,138 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
> &#27;[0m&#27;[0m08:42:41,406 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=12, phase=READ_OLD_WRITE_ALL, rebalanceId=4, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[4831a56b-12c9-4288-bcc9-d7865fa1d165, 6511f2bd-61e4-476b-a2bc-bd0fc0067a1e]}
> &#27;[0m&#27;[0m08:42:41,407 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-1]ISPN100002: Started rebalance with topology id 12
> &#27;[0m&#27;[0m08:42:41,409 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t21) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 12
> &#27;[0m&#27;[0m08:42:41,419 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=12, phase=READ_OLD_WRITE_ALL, rebalanceId=4, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-1: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-1: 122, node-2: 134]}, unionCH=null, actualMembers=[node-1, node-2], persistentUUIDs=[00686cd9-37fd-49d4-882f-a501d21069fe, 15de72f3-c36d-4dd8-8029-8eb04bd44fd5]}
> &#27;[0m&#27;[0m08:42:41,419 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-1]ISPN100002: Started rebalance with topology id 12
> &#27;[0m&#27;[0m08:42:41,420 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t21) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 12
> &#27;[0m&#27;[0m08:42:41,525 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 12
> &#27;[0m&#27;[0m08:42:41,526 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 12
> &#27;[0m&#27;[0m08:42:41,527 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t24) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 13
> &#27;[0m&#27;[0m08:42:41,534 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 12
> &#27;[0m&#27;[0m08:42:41,534 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 12
> &#27;[0m&#27;[0m08:42:41,535 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t24) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 13
> &#27;[0m&#27;[0m08:42:41,536 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 13
> &#27;[0m&#27;[0m08:42:41,537 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 14
> &#27;[0m&#27;[0m08:42:41,542 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t1) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 14
> &#27;[0m&#27;[0m08:42:41,548 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 13
> &#27;[0m&#27;[0m08:42:41,551 INFO [org.infinispan.CLUSTER] (transport-thread--p14-t25) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 14
> &#27;[0m&#27;[0m08:42:41,552 INFO [org.infinispan.CLUSTER] (remote-thread--p8-t2) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 14
> &#27;[0m&#27;[0m08:42:41,559 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
> &#27;[0m&#27;[0m08:42:41,562 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 73) WFLYCLINF0002: Started client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:41,594 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-1 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:41,717 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
> &#27;[0m&#27;[0m08:42:41,730 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:41,800 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> &#27;[0m&#27;[0m08:42:41,802 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.180.38:10090/management
> &#27;[0m&#27;[0m08:42:41,802 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.180.38:10090
> &#27;[0m&#27;[0m08:42:41,803 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 5472ms - Started 502 of 674 services (397 services are lazy, passive or on-demand)
> &#27;[0m&#27;[0m08:42:41,824 INFO [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-1
> &#27;[0m&#27;[0m08:42:41,854 INFO [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting null
> &#27;[0m&#27;[0m08:42:41,872 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0236: Suspending server with no timeout.
> &#27;[0m&#27;[0m08:42:41,875 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:41,877 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
> &#27;[0m&#27;[0m08:42:41,903 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-7) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:41,911 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
> &#27;[0m&#27;[0m08:42:41,916 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:41,920 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 72) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
> &#27;[0m&#27;[0m08:42:41,940 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000002: Initiating mod_cluster shutdown
> &#27;[0m&#27;[0m08:42:41,941 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m08:42:41,946 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:41,949 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-2 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:41,950 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0019: Host default-host stopping
> &#27;[0m&#27;[0m08:42:41,977 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0003: Stopped client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:41,982 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:41,984 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 29) WFLYCLINF0003: Stopped default cache from server container
> &#27;[0m&#27;[0m08:42:41,986 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000080: Disconnecting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:42,019 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
> &#27;[0m&#27;[0m08:42:42,029 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
> &#27;[0m&#27;[0m08:42:42,032 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
> &#27;[0m&#27;[33m08:42:42,032 WARN [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0012: Failed to notify server/default service provider registration listener of new providers: [node-2]: java.util.concurrent.CompletionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@141f79d3 rejected from java.util.concurrent.ThreadPoolExecutor@7a850172[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6]
> at java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:375)
> at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1934)
> at org.jgroups.blocks.UnicastRequest.lambda$join$0(UnicastRequest.java:110)
> at org.jgroups.blocks.UnicastRequest.around(UnicastRequest.java:137)
> at org.jgroups.blocks.UnicastRequest.join(UnicastRequest.java:110)
> at org.wildfly.clustering.server.singleton.AbstractDistributedSingletonService.providersChanged(AbstractDistributedSingletonService.java:121)
> at org.wildfly.clustering.server.provider.CacheServiceProviderRegistry.lambda$modified$5(CacheServiceProviderRegistry.java:268)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at org.wildfly.clustering.service.concurrent.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:47)
> at java.lang.Thread.run(Thread.java:748)
> at org.jboss.threads.JBossThread.run(JBossThread.java:485)
> Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.FutureTask@141f79d3 rejected from java.util.concurrent.ThreadPoolExecutor@7a850172[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 6]
> at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
> at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
> at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
> at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
> at org.wildfly.clustering.server.dispatcher.ChannelCommandDispatcherFactory.handle(ChannelCommandDispatcherFactory.java:143)
> at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:383)
> at org.jgroups.blocks.RequestCorrelator.dispatch(RequestCorrelator.java:356)
> at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:307)
> at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:582)
> at org.jgroups.JChannel.up(JChannel.java:816)
> at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:893)
> at org.jgroups.protocols.FORK.up(FORK.java:130)
> at org.jgroups.protocols.FRAG3.up(FRAG3.java:171)
> at org.jgroups.protocols.FlowControl.up(FlowControl.java:351)
> at org.jgroups.protocols.pbcast.GMS.up(GMS.java:864)
> at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:240)
> at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:374)
> at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:600)
> at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:119)
> at org.jgroups.protocols.FD_ALL.up(FD_ALL.java:199)
> at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:252)
> at org.jgroups.protocols.MERGE3.up(MERGE3.java:276)
> at org.jgroups.protocols.Discovery.up(Discovery.java:267)
> at org.jgroups.protocols.TP.passMessageUp(TP.java:1248)
> at org.jgroups.util.SubmitToThreadPool$SingleMessageHandler.run(SubmitToThreadPool.java:87)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory.lambda$newThread$0(ClassLoaderThreadFactory.java:52)
> at java.lang.Thread.run(Thread.java:748)
> &#27;[0m&#27;[0m08:42:42,037 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
> &#27;[0m&#27;[0m08:42:42,038 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTPS listener https suspending
> &#27;[0m&#27;[0m08:42:42,038 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
> &#27;[0m&#27;[0m08:42:42,038 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow AJP listener ajp suspending
> &#27;[0m&#27;[0m08:42:42,039 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
> &#27;[0m&#27;[0m08:42:42,041 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 150ms
> &#27;[0m&#27;[0m08:42:42,038 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 172.16.130.38:8080
> &#27;[0m&#27;[0m08:42:42,042 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 172.16.130.38:8443
> &#27;[0m&#27;[0m08:42:42,043 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
> &#27;[0m&#27;[0m08:42:42,043 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|6] (1) [node-2]
> &#27;[0m&#27;[0m08:42:42,043 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 172.16.130.38:8009
> &#27;[0m&#27;[0m08:42:42,044 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0004: Undertow 2.0.9.Final stopping
> &#27;[0m&#27;[0m08:42:42,045 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100001: Node node-1 left the cluster
> &#27;[0m&#27;[0m08:42:42,055 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) stopped in 172ms
> &#27;[0m&#27;[0m08:42:42,099 INFO [io.undertow.servlet] (default task-1) org.jboss.as.test.clustering.cluster.singleton.service.NodeServiceServlet: Received request for jboss.test.service.default-policy, expecting node-2
> &#27;[0m&#27;[0m08:42:52,639 INFO [org.jboss.modules] (main) JBoss Modules version 1.8.5.Final
> &#27;[0m&#27;[0m08:42:52,984 INFO [org.jboss.msc] (main) JBoss MSC version 1.4.2.Final
> &#27;[0m&#27;[0m08:42:52,995 INFO [org.jboss.threads] (main) JBoss Threads version 2.3.2.Final
> &#27;[0m&#27;[0m08:42:53,130 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) starting
> &#27;[0m&#27;[0m08:42:54,647 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:54,675 INFO [org.wildfly.security] (ServerService Thread Pool -- 22) ELY00001: WildFly Elytron version 1.3.3.Final
> &#27;[0m&#27;[0m08:42:54,724 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 34) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
> &#27;[0m&#27;[0m08:42:54,884 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> &#27;[0m&#27;[0m08:42:54,906 INFO [org.xnio] (MSC service thread 1-6) XNIO version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:54,912 INFO [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.6.3.Final
> &#27;[0m&#27;[0m08:42:54,954 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 5.0.7.Final
> &#27;[0m&#27;[0m08:42:54,983 INFO [org.jboss.as.ee] (ServerService Thread Pool -- 44) WFLYEE0119: The system property 'ee8.preview.mode' is NOT set to 'true'. For provided EE 8 APIs where the EE 8 version of the API differs from what is supported in EE 7, the EE 7 variant of the API will be used. Support for this setting will be removed once all EE 8 APIs are provided and certified.
> &#27;[0m&#27;[0m08:42:54,998 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 49) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
> &#27;[0m&#27;[0m08:42:55,047 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 50) WFLYRS0016: RESTEasy version 3.5.1.Final
> &#27;[0m&#27;[0m08:42:55,051 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0001: Activating Infinispan subsystem.
> &#27;[0m&#27;[0m08:42:55,064 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 53) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.0.11
> &#27;[0m&#27;[0m08:42:55,073 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 56) WFLYJSF0007: Activated the following JSF Implementations: [main]
> &#27;[0m&#27;[0m08:42:55,077 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 41) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
> &#27;[0m&#27;[0m08:42:55,078 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 59) WFLYNAM0001: Activating Naming Subsystem
> &#27;[0m&#27;[33m08:42:55,100 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 68) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
> &#27;[0m&#27;[0m08:42:55,126 INFO [org.jboss.as.security] (ServerService Thread Pool -- 65) WFLYSEC0002: Activating Security Subsystem
> &#27;[0m&#27;[0m08:42:55,216 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 70) WFLYWS0002: Activating WebServices Extension
> &#27;[0m&#27;[0m08:42:55,231 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.9.Final)
> &#27;[0m&#27;[0m08:42:55,234 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
> &#27;[0m&#27;[0m08:42:55,236 INFO [org.jboss.as.security] (MSC service thread 1-7) WFLYSEC0001: Current PicketBox version=5.1.0.Final
> &#27;[0m&#27;[0m08:42:55,254 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
> &#27;[0m&#27;[0m08:42:55,256 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
> &#27;[0m&#27;[0m08:42:55,303 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.0.9.Final starting
> &#27;[0m&#27;[0m08:42:55,434 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
> &#27;[0m&#27;[0m08:42:55,434 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.
> &#27;[0m&#27;[0m08:42:55,522 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0014: Creating file handler for path '/home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
> &#27;[0m&#27;[0m08:42:55,536 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
> &#27;[0m&#27;[0m08:42:55,539 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
> &#27;[0m&#27;[0m08:42:55,582 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow AJP listener ajp listening on 172.16.130.38:8009
> &#27;[0m&#27;[0m08:42:55,585 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 172.16.130.38:8080
> &#27;[0m&#27;[0m08:42:55,600 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000001: Initializing mod_cluster version 1.3.9.Final
> &#27;[0m&#27;[0m08:42:55,611 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 72) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
> &#27;[0m&#27;[0m08:42:55,658 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0493: EJB subsystem suspension complete
> &#27;[0m&#27;[0m08:42:55,757 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
> &#27;[0m&#27;[0m08:42:55,806 INFO [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
> &#27;[0m&#27;[33m08:42:55,817 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-8) WFLYDM0111: Keystore /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
> &#27;[0m&#27;[0m08:42:55,837 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:55,838 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/deployments
> &#27;[0m&#27;[0m08:42:56,003 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTPS listener https listening on 172.16.130.38:8443
> &#27;[0m&#27;[0m08:42:56,123 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 5.2.1.Final (Apache CXF 3.2.4.jbossorg-1)
> &#27;[0m&#27;[33m08:42:56,504 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.SingletonPolicyServiceTestCase.war" is using a private module ("org.jboss.as.server") which may be changed or removed in future versions without notice.
> &#27;[0m&#27;[0m08:42:56,893 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:56,896 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
> &#27;[0m&#27;[0m08:42:56,896 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:56,899 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
> &#27;[0m&#27;[0m08:42:56,900 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:56,901 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
> &#27;[0m&#27;[0m08:42:56,901 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:56,903 INFO [org.infinispan.CLUSTER] (thread-13,ejb,node-2) ISPN100000: Node node-1 joined the cluster
> &#27;[0m&#27;[0m08:42:57,444 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:57,444 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:57,444 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:57,444 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
> &#27;[0m&#27;[0m08:42:57,449 INFO [org.infinispan.CLUSTER] (MSC service thread 1-3) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:57,453 INFO [org.infinispan.CLUSTER] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:57,453 INFO [org.infinispan.CLUSTER] (MSC service thread 1-5) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:57,454 INFO [org.infinispan.CLUSTER] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [node-2|7] (2) [node-2, node-1]
> &#27;[0m&#27;[0m08:42:57,459 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:57,460 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-5) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:57,461 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:57,466 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-3) ISPN000079: Channel ejb local address is node-1, physical addresses are [172.16.130.38:7600]
> &#27;[0m&#27;[0m08:42:57,480 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Gaina' 9.2.5.Final
> &#27;[0m&#27;[0m08:42:57,742 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) ISPN000310: Starting cluster-wide rebalance for cache client-mappings, topology CacheTopology{id=18, phase=READ_OLD_WRITE_ALL, rebalanceId=6, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-2: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-2: 132, node-1: 124]}, unionCH=null, actualMembers=[node-2, node-1], persistentUUIDs=[15de72f3-c36d-4dd8-8029-8eb04bd44fd5, a78b80f6-f2d4-4ada-9101-b918ed489705]}
> &#27;[0m&#27;[0m08:42:57,745 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-2]ISPN100002: Started rebalance with topology id 18
> &#27;[0m&#27;[0m08:42:57,741 INFO [org.infinispan.CLUSTER] (remote-thread--p11-t1) ISPN000310: Starting cluster-wide rebalance for cache default, topology CacheTopology{id=18, phase=READ_OLD_WRITE_ALL, rebalanceId=6, currentCH=ReplicatedConsistentHash{ns = 256, owners = (1)[node-2: 256]}, pendingCH=ReplicatedConsistentHash{ns = 256, owners = (2)[node-2: 132, node-1: 124]}, unionCH=null, actualMembers=[node-2, node-1], persistentUUIDs=[6511f2bd-61e4-476b-a2bc-bd0fc0067a1e, 29359de6-ddb7-4950-a30a-969f2bef8a41]}
> &#27;[0m&#27;[0m08:42:57,745 INFO [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-2]ISPN100002: Started rebalance with topology id 18
> &#27;[0m&#27;[0m08:42:57,753 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t16) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 18
> &#27;[0m&#27;[0m08:42:57,764 INFO [org.infinispan.CLUSTER] (transport-thread--p13-t17) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 18
> &#27;[0m&#27;[0m08:42:57,834 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 18
> &#27;[0m&#27;[0m08:42:57,835 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) ISPN000336: Finished cluster-wide rebalance for cache client-mappings, topology id = 18
> &#27;[0m&#27;[0m08:42:57,834 INFO [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 18
> &#27;[0m&#27;[0m08:42:57,837 INFO [org.infinispan.CLUSTER] (remote-thread--p11-t1) ISPN000336: Finished cluster-wide rebalance for cache default, topology id = 18
> &#27;[0m&#27;[0m08:42:57,841 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t20) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 19
> &#27;[0m&#27;[0m08:42:57,844 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 19
> &#27;[0m&#27;[0m08:42:57,844 INFO [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 19
> &#27;[0m&#27;[0m08:42:57,853 INFO [org.infinispan.CLUSTER] (transport-thread--p13-t21) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 19
> &#27;[0m&#27;[0m08:42:57,856 INFO [org.infinispan.CLUSTER] (remote-thread--p11-t1) [Context=default][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 20
> &#27;[0m&#27;[0m08:42:57,858 INFO [org.infinispan.CLUSTER] (transport-thread--p16-t23) [Context=default][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 20
> &#27;[0m&#27;[0m08:42:57,859 INFO [org.infinispan.CLUSTER] (remote-thread--p5-t2) [Context=client-mappings][Scope=node-1]ISPN100003: Node node-1 finished rebalance phase with topology id 20
> &#27;[0m&#27;[0m08:42:57,858 INFO [org.infinispan.CLUSTER] (transport-thread--p13-t24) [Context=client-mappings][Scope=node-2]ISPN100003: Node node-2 finished rebalance phase with topology id 20
> &#27;[0m&#27;[0m08:42:57,866 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 72) WFLYCLINF0002: Started default cache from server container
> &#27;[0m&#27;[0m08:42:57,867 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 73) WFLYCLINF0002: Started client-mappings cache from ejb container
> &#27;[0m&#27;[0m08:42:57,914 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-2 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:58,031 INFO [org.wildfly.clustering.server] (ChannelCommandDispatcherFactory - 1) WFLYCLSV0001: This node will now operate as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:58,050 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0021: Registered web context: '/SingletonPolicyServiceTestCase' for server 'default-server'
> &#27;[0m&#27;[0m08:42:58,070 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "SingletonPolicyServiceTestCase.war" (runtime-name : "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:58,112 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
> &#27;[0m&#27;[0m08:42:58,114 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://172.16.130.38:9990/management
> &#27;[0m&#27;[0m08:42:58,115 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://172.16.130.38:9990
> &#27;[0m&#27;[0m08:42:58,115 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.0.Beta1-SNAPSHOT (WildFly Core 6.0.0.Alpha1) started in 5834ms - Started 502 of 674 services (397 services are lazy, passive or on-demand)
> &#27;[0m&#27;[0m08:42:58,209 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
> &#27;[0m&#27;[0m08:42:58,219 INFO [org.wildfly.clustering.server] (DistributedSingletonService - 1) WFLYCLSV0003: node-2 elected as the singleton provider of the jboss.test.service.default-policy service
> &#27;[0m&#27;[0m08:42:58,246 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 2) WFLYCLINF0003: Stopped default cache from server container
> &#27;[0m&#27;[0m08:42:58,278 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 70ms
> &#27;[0m&#27;[0m08:42:58,335 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/f0/820e8e7890e81d478244d0eada856f5f199f3c/content
> &#27;[0m&#27;[0m08:42:58,335 INFO [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
> &#27;[0m&#27;[0m08:42:58,365 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 75) WFLYUT0022: Unregistered web context: '/SingletonPolicyServiceTestCase' from server 'default-server'
> &#27;[0m&#27;[0m08:42:58,395 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 26) WFLYCLINF0003: Stopped default cache from server container
> &#27;[0m&#27;[0m08:42:58,410 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment SingletonPolicyServiceTestCase.war (runtime-name: SingletonPolicyServiceTestCase.war) in 49ms
> &#27;[0m&#27;[0m08:42:58,486 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /home/hudson/hudson_workspace/workspace/eap-7.x-as-testsuite-integration-rhel-cluster/3299f4be/testsuite/integration/clustering/target/wildfly-2/standalone/data/content/fd/32b8b3d734d15cf036240e42208a875c79d331/content
> &#27;[0m&#27;[0m08:42:58,486 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "SingletonPolicyServiceTestCase.war" (runtime-name: "SingletonPolicyServiceTestCase.war")
> &#27;[0m
> {noformat}
> *Expected results:*
> No errors
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (DROOLS-2829) [DMN Designer] Expression header cell is not updated from properties panel
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2829?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-2829:
----------------------------------------
@Thanks [~jomarko] great news :-)
> [DMN Designer] Expression header cell is not updated from properties panel
> --------------------------------------------------------------------------
>
> Key: DROOLS-2829
> URL: https://issues.jboss.org/browse/DROOLS-2829
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.10.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Optional
> Labels: drools-tools
> Fix For: 7.11.0.Final
>
>
> Decision and BKM elements holds some expression inside. This expression can be edited via expression grid editor. The expression grid editor shows the name of the parent element in its header cell. The problem is that this header cell is not updated if the element name is updated form the properties panel while expression grid editor is opened.
> Spotted during DROOLS-2755 review. Not sure if it is related.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10872) Confusing error message when writing simple-load-provider attribute when dynamic load provider is present
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-10872?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated WFLY-10872:
--------------------------------
Summary: Confusing error message when writing simple-load-provider attribute when dynamic load provider is present (was: Missing translation for writing simple-load-provider attribute in mod_cluster subsystem)
> Confusing error message when writing simple-load-provider attribute when dynamic load provider is present
> ---------------------------------------------------------------------------------------------------------
>
> Key: WFLY-10872
> URL: https://issues.jboss.org/browse/WFLY-10872
> Project: WildFly
> Issue Type: Bug
> Components: mod_cluster
> Affects Versions: 14.0.0.Beta2
> Reporter: Jan Kašík
> Assignee: Paul Ferraro
>
> Following should add simple load provider with factor=0:
> {code}
> /subsystem=modcluster/mod-cluster-config=configuration/:write-attribute(name=simple-load-provider, value=0)
> {code}
> Instead, this error shows up:
> {code}
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0216: Management resource '[
> (\"subsystem\" => \"modcluster\"),
> (\"proxy\" => \"default\"),
> (\"load-provider\" => \"simple\")
> ]' not found",
> "rolled-back" => true
> }
> {code}
> There is missing translation to create the resource, same is the situation for undefine operation.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFWIP-21) [Artemis 2.x upgrade] Lost message when MDB is resending messages under high load
by Justin Bertram (JIRA)
[ https://issues.jboss.org/browse/WFWIP-21?page=com.atlassian.jira.plugin.s... ]
Justin Bertram edited comment on WFWIP-21 at 8/21/18 3:34 PM:
--------------------------------------------------------------
The test reported that the message {{5dd55392-a548-11e8-9496-001b217d6d93}} was lost:
{noformat}
09:56:47,764 Thread-2 INFO [org.jboss.qa.artemis.test.failover.Lodh5DoubleSendToDbTestCase:901] Lost Message: ID:5dd55392-a548-11e8-9496-001b217d6d93
{noformat}
However, the message does not appear to be lost. Searching the logs for this ID reveals that the message failed to be consumed 10 times and was moved to the DLQ:
{noformat}
WARN [org.apache.activemq.artemis.core.server] (Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@1794a30)) AMQ222149: Message PagedReferenceImpl [position=PagePositionImpl [pageNr=83, messageNr=2, recordID=8102], message=PagedMessageImpl [queueIDs=[52], transactionID=2974, message=LargeServerMessage[messageID=2971,durable=true,userID=93da3726-a548-11e8-98d9-001b217d6d93,priority=4, timestamp=Tue Aug 21 09:46:17 EDT 2018,expiration=0, durable=true, address=jms.queue.InQueue, properties=TypedProperties[inMessageId=ID:5dd55392-a548-11e8-9496-001b217d6d93,__AMQ_CID=81b178d4-a548-11e8-98d9-001b217d6d93,_AMQ_ROUTING_TYPE=1,_AMQ_DUPL_ID=961feb8a-fde8-4131-9243-975744f42d9f1534859086529,_AMQ_LARGE_SIZE=153821]]@1758182812], deliveryTime=null, persistedCount=0, deliveryCount=10, subscription=PageSubscriptionImpl [cursorId=52, queue=QueueImpl[name=jms.queue.InQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=06c0d90a-a548-11e8-870a-0015178e70d2], temp=false]@6fe30d1a, filter = null]] has reached maximum delivery attempts, sending it to Dead Letter Address jms.queue.DLQ from jms.queue.InQueue
{noformat}
It appears the failure was due to a potential bug (NullPointerException) in the test. This stack-trace is reported 10 times:
{noformat}
ERROR [org.apache.activemq.artemis.ra] (Thread-44 (ActiveMQ-client-global-threads)) AMQ154004: Failed to deliver message: javax.ejb.EJBTransactionRolledbackException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:203)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:245)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619)
at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$view1.onMessage(Unknown Source)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:139)
at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$endpoint1.onMessage(Unknown Source)
at org.apache.activemq.artemis.ra.inflow.ActiveMQMessageHandler.onMessage(ActiveMQMessageHandler.java:308) [artemis-ra-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:1011) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:50) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1134) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
Caused by: java.lang.NullPointerException
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.processMessageInfo(SimpleMdbToDb.java:98)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.onMessage(SimpleMdbToDb.java:59)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185)
... 48 more
{noformat}
was (Author: jbertram):
The test reported that the message {{5dd55392-a548-11e8-9496-001b217d6d93}} was lost:
{noformat}
09:56:47,764 Thread-2 INFO [org.jboss.qa.artemis.test.failover.Lodh5DoubleSendToDbTestCase:901] Lost Message: ID:5dd55392-a548-11e8-9496-001b217d6d93
{noformat}
However, the message does not appear to be lost. Searching the logs for this ID reveals that the message failed to be consumed 10 times and was moved to the DLQ:
{noformat}
WARN [org.apache.activemq.artemis.core.server] (Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@1794a30)) AMQ222149: Message PagedReferenceImpl [position=PagePositionImpl [pageNr=83, messageNr=2, recordID=8102], message=PagedMessageImpl [queueIDs=[52], transactionID=2974, message=LargeServerMessage[messageID=2971,durable=true,userID=93da3726-a548-11e8-98d9-001b217d6d93,priority=4, timestamp=Tue Aug 21 09:46:17 EDT 2018,expiration=0, durable=true, address=jms.queue.InQueue, properties=TypedProperties[inMessageId=ID:5dd55392-a548-11e8-9496-001b217d6d93,__AMQ_CID=81b178d4-a548-11e8-98d9-001b217d6d93,_AMQ_ROUTING_TYPE=1,_AMQ_DUPL_ID=961feb8a-fde8-4131-9243-975744f42d9f1534859086529,_AMQ_LARGE_SIZE=153821]]@1758182812], deliveryTime=null, persistedCount=0, deliveryCount=10, subscription=PageSubscriptionImpl [cursorId=52, queue=QueueImpl[name=jms.queue.InQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=06c0d90a-a548-11e8-870a-0015178e70d2], temp=false]@6fe30d1a, filter = null]] has reached maximum delivery attempts, sending it to Dead Letter Address jms.queue.DLQ from jms.queue.InQueue
{noformat}
It appears the failure was due to a potential bug in the test. This stack-trace is reported 10 times:
{noformat}
ERROR [org.apache.activemq.artemis.ra] (Thread-44 (ActiveMQ-client-global-threads)) AMQ154004: Failed to deliver message: javax.ejb.EJBTransactionRolledbackException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:203)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:245)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619)
at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$view1.onMessage(Unknown Source)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:139)
at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$endpoint1.onMessage(Unknown Source)
at org.apache.activemq.artemis.ra.inflow.ActiveMQMessageHandler.onMessage(ActiveMQMessageHandler.java:308) [artemis-ra-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:1011) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:50) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1134) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
Caused by: java.lang.NullPointerException
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.processMessageInfo(SimpleMdbToDb.java:98)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.onMessage(SimpleMdbToDb.java:59)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185)
... 48 more
{noformat}
> [Artemis 2.x upgrade] Lost message when MDB is resending messages under high load
> ---------------------------------------------------------------------------------
>
> Key: WFWIP-21
> URL: https://issues.jboss.org/browse/WFWIP-21
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Martyn Taylor
> Priority: Blocker
> Labels: activemq, feature-branch-blocker
>
> Test scenario:
> * Start cluster A of nodes node-1, node-3
> * Start cluster B of nodes node-2, node-4
> * Send messages to queue on node-1
> * Deploy mdbs to servers in cluster A. This mdb reads messages from local queue, sends them to remote queue on cluster B and inserts them into database
> * Deploy mdbs to servers in cluster B. This mdb reads messages from local queue and inserts them into database
> * Cause CPU overload (for 5 min) on server node-2 when mdbs on cluster1 and 2 are processing mesages
> * Restart failed server
> * Let MDBs to process remaining messages
> Pass Criteria: Number of sent message is equal number of records(lines) in database and messages in
> Actual Result:
> Sometimes happens that one record is missing in database which means that one message was not processed be MDB in cluster 2.
> This looks like broker related regression against Artemis 1.5.
> Wildfly: https://github.com/jmesnil/wildfly/tree/WFLY-9407_upgrade_artemis_2.4.0_w... (06c878a313d3cad323889d017e60fd5533204d1a)
> Artemis tag 2.5.0.Final
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFWIP-21) [Artemis 2.x upgrade] Lost message when MDB is resending messages under high load
by Justin Bertram (JIRA)
[ https://issues.jboss.org/browse/WFWIP-21?page=com.atlassian.jira.plugin.s... ]
Justin Bertram edited comment on WFWIP-21 at 8/21/18 3:28 PM:
--------------------------------------------------------------
The test reported that the message {{5dd55392-a548-11e8-9496-001b217d6d93}} was lost:
{noformat}
09:56:47,764 Thread-2 INFO [org.jboss.qa.artemis.test.failover.Lodh5DoubleSendToDbTestCase:901] Lost Message: ID:5dd55392-a548-11e8-9496-001b217d6d93
{noformat}
However, the message does not appear to be lost. Searching the logs for this ID reveals that the message failed to be consumed 10 times and was moved to the DLQ:
{noformat}
WARN [org.apache.activemq.artemis.core.server] (Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@1794a30)) AMQ222149: Message PagedReferenceImpl [position=PagePositionImpl [pageNr=83, messageNr=2, recordID=8102], message=PagedMessageImpl [queueIDs=[52], transactionID=2974, message=LargeServerMessage[messageID=2971,durable=true,userID=93da3726-a548-11e8-98d9-001b217d6d93,priority=4, timestamp=Tue Aug 21 09:46:17 EDT 2018,expiration=0, durable=true, address=jms.queue.InQueue, properties=TypedProperties[inMessageId=ID:5dd55392-a548-11e8-9496-001b217d6d93,__AMQ_CID=81b178d4-a548-11e8-98d9-001b217d6d93,_AMQ_ROUTING_TYPE=1,_AMQ_DUPL_ID=961feb8a-fde8-4131-9243-975744f42d9f1534859086529,_AMQ_LARGE_SIZE=153821]]@1758182812], deliveryTime=null, persistedCount=0, deliveryCount=10, subscription=PageSubscriptionImpl [cursorId=52, queue=QueueImpl[name=jms.queue.InQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=06c0d90a-a548-11e8-870a-0015178e70d2], temp=false]@6fe30d1a, filter = null]] has reached maximum delivery attempts, sending it to Dead Letter Address jms.queue.DLQ from jms.queue.InQueue
{noformat}
It appears the failure was due to a potential bug in the test. This stack-trace is reported 10 times:
{noformat}
ERROR [org.apache.activemq.artemis.ra] (Thread-44 (ActiveMQ-client-global-threads)) AMQ154004: Failed to deliver message: javax.ejb.EJBTransactionRolledbackException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:203)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:245)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619)
at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$view1.onMessage(Unknown Source)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:139)
at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$endpoint1.onMessage(Unknown Source)
at org.apache.activemq.artemis.ra.inflow.ActiveMQMessageHandler.onMessage(ActiveMQMessageHandler.java:308) [artemis-ra-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:1011) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:50) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1134) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
Caused by: java.lang.NullPointerException
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.processMessageInfo(SimpleMdbToDb.java:98)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.onMessage(SimpleMdbToDb.java:59)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185)
... 48 more
{noformat}
was (Author: jbertram):
The test reported that the message {{5dd55392-a548-11e8-9496-001b217d6d93}} was lost. However, the message does not appear to be lost. Searching the logs for this ID reveals that the message failed to be consumed 10 times and was moved to the DLQ:
{noformat}
WARN [org.apache.activemq.artemis.core.server] (Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@1794a30)) AMQ222149: Message PagedReferenceImpl [position=PagePositionImpl [pageNr=83, messageNr=2, recordID=8102], message=PagedMessageImpl [queueIDs=[52], transactionID=2974, message=LargeServerMessage[messageID=2971,durable=true,userID=93da3726-a548-11e8-98d9-001b217d6d93,priority=4, timestamp=Tue Aug 21 09:46:17 EDT 2018,expiration=0, durable=true, address=jms.queue.InQueue, properties=TypedProperties[inMessageId=ID:5dd55392-a548-11e8-9496-001b217d6d93,__AMQ_CID=81b178d4-a548-11e8-98d9-001b217d6d93,_AMQ_ROUTING_TYPE=1,_AMQ_DUPL_ID=961feb8a-fde8-4131-9243-975744f42d9f1534859086529,_AMQ_LARGE_SIZE=153821]]@1758182812], deliveryTime=null, persistedCount=0, deliveryCount=10, subscription=PageSubscriptionImpl [cursorId=52, queue=QueueImpl[name=jms.queue.InQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=06c0d90a-a548-11e8-870a-0015178e70d2], temp=false]@6fe30d1a, filter = null]] has reached maximum delivery attempts, sending it to Dead Letter Address jms.queue.DLQ from jms.queue.InQueue
{noformat}
It appears the failure was due to a potential bug in the test. This stack-trace is reported 10 times:
{noformat}
ERROR [org.apache.activemq.artemis.ra] (Thread-44 (ActiveMQ-client-global-threads)) AMQ154004: Failed to deliver message: javax.ejb.EJBTransactionRolledbackException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:203)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:245)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619)
at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$view1.onMessage(Unknown Source)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:139)
at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$endpoint1.onMessage(Unknown Source)
at org.apache.activemq.artemis.ra.inflow.ActiveMQMessageHandler.onMessage(ActiveMQMessageHandler.java:308) [artemis-ra-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:1011) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:50) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1134) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
Caused by: java.lang.NullPointerException
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.processMessageInfo(SimpleMdbToDb.java:98)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.onMessage(SimpleMdbToDb.java:59)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185)
... 48 more
{noformat}
> [Artemis 2.x upgrade] Lost message when MDB is resending messages under high load
> ---------------------------------------------------------------------------------
>
> Key: WFWIP-21
> URL: https://issues.jboss.org/browse/WFWIP-21
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Martyn Taylor
> Priority: Blocker
> Labels: activemq, feature-branch-blocker
>
> Test scenario:
> * Start cluster A of nodes node-1, node-3
> * Start cluster B of nodes node-2, node-4
> * Send messages to queue on node-1
> * Deploy mdbs to servers in cluster A. This mdb reads messages from local queue, sends them to remote queue on cluster B and inserts them into database
> * Deploy mdbs to servers in cluster B. This mdb reads messages from local queue and inserts them into database
> * Cause CPU overload (for 5 min) on server node-2 when mdbs on cluster1 and 2 are processing mesages
> * Restart failed server
> * Let MDBs to process remaining messages
> Pass Criteria: Number of sent message is equal number of records(lines) in database and messages in
> Actual Result:
> Sometimes happens that one record is missing in database which means that one message was not processed be MDB in cluster 2.
> This looks like broker related regression against Artemis 1.5.
> Wildfly: https://github.com/jmesnil/wildfly/tree/WFLY-9407_upgrade_artemis_2.4.0_w... (06c878a313d3cad323889d017e60fd5533204d1a)
> Artemis tag 2.5.0.Final
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFWIP-21) [Artemis 2.x upgrade] Lost message when MDB is resending messages under high load
by Justin Bertram (JIRA)
[ https://issues.jboss.org/browse/WFWIP-21?page=com.atlassian.jira.plugin.s... ]
Justin Bertram commented on WFWIP-21:
-------------------------------------
The test reported that the message {{5dd55392-a548-11e8-9496-001b217d6d93}} was lost. However, the message does not appear to be lost. Searching the logs for this ID reveals that the message failed to be consumed 10 times and was moved to the DLQ:
{noformat}
WARN [org.apache.activemq.artemis.core.server] (Thread-10 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@1794a30)) AMQ222149: Message PagedReferenceImpl [position=PagePositionImpl [pageNr=83, messageNr=2, recordID=8102], message=PagedMessageImpl [queueIDs=[52], transactionID=2974, message=LargeServerMessage[messageID=2971,durable=true,userID=93da3726-a548-11e8-98d9-001b217d6d93,priority=4, timestamp=Tue Aug 21 09:46:17 EDT 2018,expiration=0, durable=true, address=jms.queue.InQueue, properties=TypedProperties[inMessageId=ID:5dd55392-a548-11e8-9496-001b217d6d93,__AMQ_CID=81b178d4-a548-11e8-98d9-001b217d6d93,_AMQ_ROUTING_TYPE=1,_AMQ_DUPL_ID=961feb8a-fde8-4131-9243-975744f42d9f1534859086529,_AMQ_LARGE_SIZE=153821]]@1758182812], deliveryTime=null, persistedCount=0, deliveryCount=10, subscription=PageSubscriptionImpl [cursorId=52, queue=QueueImpl[name=jms.queue.InQueue, postOffice=PostOfficeImpl [server=ActiveMQServerImpl::serverUUID=06c0d90a-a548-11e8-870a-0015178e70d2], temp=false]@6fe30d1a, filter = null]] has reached maximum delivery attempts, sending it to Dead Letter Address jms.queue.DLQ from jms.queue.InQueue
{noformat}
It appears the failure was due to a potential bug in the test. This stack-trace is reported 10 times:
{noformat}
ERROR [org.apache.activemq.artemis.ra] (Thread-44 (ActiveMQ-client-global-threads)) AMQ154004: Failed to deliver message: javax.ejb.EJBTransactionRolledbackException
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:203)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:364)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:144)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponentDescription$5$1.processInvocation(MessageDrivenComponentDescription.java:245)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:619)
at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:185)
at org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$view1.onMessage(Unknown Source)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ejb3.inflow.MessageEndpointInvocationHandler.doInvoke(MessageEndpointInvocationHandler.java:139)
at org.jboss.as.ejb3.inflow.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:73)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb$$$endpoint1.onMessage(Unknown Source)
at org.apache.activemq.artemis.ra.inflow.ActiveMQMessageHandler.onMessage(ActiveMQMessageHandler.java:308) [artemis-ra-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.callOnMessage(ClientConsumerImpl.java:1011) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.access$400(ClientConsumerImpl.java:50) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl$Runner.run(ClientConsumerImpl.java:1134) [artemis-core-client-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_181]
at org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118) [artemis-commons-2.7.0-SNAPSHOT.jar:2.7.0-SNAPSHOT]
Caused by: java.lang.NullPointerException
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.processMessageInfo(SimpleMdbToDb.java:98)
at org.jboss.qa.hornetq.apps.mdb.SimpleMdbToDb.onMessage(SimpleMdbToDb.java:59)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) [:1.8.0_181]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_181]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_181]
at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInCallerTx(CMTTxInterceptor.java:185)
... 48 more
{noformat}
> [Artemis 2.x upgrade] Lost message when MDB is resending messages under high load
> ---------------------------------------------------------------------------------
>
> Key: WFWIP-21
> URL: https://issues.jboss.org/browse/WFWIP-21
> Project: WildFly WIP
> Issue Type: Bug
> Components: Artemis
> Reporter: Miroslav Novak
> Assignee: Martyn Taylor
> Priority: Blocker
> Labels: activemq, feature-branch-blocker
>
> Test scenario:
> * Start cluster A of nodes node-1, node-3
> * Start cluster B of nodes node-2, node-4
> * Send messages to queue on node-1
> * Deploy mdbs to servers in cluster A. This mdb reads messages from local queue, sends them to remote queue on cluster B and inserts them into database
> * Deploy mdbs to servers in cluster B. This mdb reads messages from local queue and inserts them into database
> * Cause CPU overload (for 5 min) on server node-2 when mdbs on cluster1 and 2 are processing mesages
> * Restart failed server
> * Let MDBs to process remaining messages
> Pass Criteria: Number of sent message is equal number of records(lines) in database and messages in
> Actual Result:
> Sometimes happens that one record is missing in database which means that one message was not processed be MDB in cluster 2.
> This looks like broker related regression against Artemis 1.5.
> Wildfly: https://github.com/jmesnil/wildfly/tree/WFLY-9407_upgrade_artemis_2.4.0_w... (06c878a313d3cad323889d017e60fd5533204d1a)
> Artemis tag 2.5.0.Final
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months
[JBoss JIRA] (WFLY-10745) Update the multi-JSF installer to be able to install Mojarra and MyFaces 2.3.x versions in addition to 2.1.x and 2.2.x versions
by Farah Juma (JIRA)
[ https://issues.jboss.org/browse/WFLY-10745?page=com.atlassian.jira.plugin... ]
Farah Juma updated WFLY-10745:
------------------------------
Summary: Update the multi-JSF installer to be able to install Mojarra and MyFaces 2.3.x versions in addition to 2.1.x and 2.2.x versions (was: Broken JSF module installer)
> Update the multi-JSF installer to be able to install Mojarra and MyFaces 2.3.x versions in addition to 2.1.x and 2.2.x versions
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-10745
> URL: https://issues.jboss.org/browse/WFLY-10745
> Project: WildFly
> Issue Type: Bug
> Components: JSF
> Affects Versions: 14.0.0.Beta2
> Reporter: Jan Kašík
> Assignee: Dmitrii Tikhomirov
> Fix For: 14.0.0.CR1
>
> Attachments: hello_jsf.war
>
>
> It is currently not possible to deploy *.cli built by multi-jsf-installer shipped with WildFly. When attempting to deploy, this message will appear:
> {code}
> org.jboss.as.cli.CommandFormatException: org.jboss.as.cli.CommandLineException: java.util.concurrent.ExecutionException: org.jboss.as.cli.CommandLineException: Failed to locate /tmp/vfs/cli-1528866094723/cli-1528866094723450313ef1dc90cff/install-mojarra-2.2.17.cli-212b6d42ba0c47e1/jsf-api-2.2.17.jar, if you defined a nonexistent resource on purpose you should use the --allow-nonexistent-resources option
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 11 months