[jboss-jira] [JBoss JIRA] (WFCORE-3293) Transformers logging duplicate messages on DC when managing mixed domain

Ken Wills (JIRA) issues at jboss.org
Fri Sep 15 12:47:00 EDT 2017


    [ https://issues.jboss.org/browse/WFCORE-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13464794#comment-13464794 ] 

Ken Wills commented on WFCORE-3293:
-----------------------------------

The underlying reason for WFCORE-3290 caused this to show up in testsuite/mixed-domain in full.

> Transformers logging duplicate messages on DC when managing mixed domain
> ------------------------------------------------------------------------
>
>                 Key: WFCORE-3293
>                 URL: https://issues.jboss.org/browse/WFCORE-3293
>             Project: WildFly Core
>          Issue Type: Task
>            Reporter: Ken Wills
>            Assignee: Ken Wills
>
> Transformers on the DC in a mixed domain are a bit agressive logging slave transformer issues during registration and deregistration. This message should probably only be logged once. rather than before registration complete, after registration completes and post deregistration.
> {code}
> 2017-09-14 14:09:16,465 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:16,610 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
> 2017-09-14 14:09:16,925 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:16,953 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
> 2017-09-14 14:09:19,012 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:19,611 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:19,734 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
> 2017-09-14 14:09:20,550 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:20,576 INFO  [org.jboss.as.domain.controller] (management task-6) WFLYHC0026: Unregistered remote slave host "slave"
> 2017-09-14 14:09:22,342 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:22,934 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> 2017-09-14 14:09:22,997 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
> 2017-09-14 14:09:23,828 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 4) WFLYCTL0032: There were problems during the transformation process 
> {code}
> The stacktrace is almost the same in all cases:
> {code}
> 017-09-14 14:09:16,465 WARN  [org.jboss.as.controller.transformer.slave] (Host Controller Service Threads - 36) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> Problems found: 
> [               WFLYCTL0303: Resource [
>     ("profile" => "default"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> ,               java.lang.Thread.getStackTrace(Thread.java:1559)
> org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:145)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
> org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
> org.jboss.as.controller.transform.description.TransformingDescription$3.invokeNext(TransformingDescription.java:167)
> org.jboss.as.controller.transform.description.AttributeTransformationRule.transformResource(AttributeTransformationRule.java:103)
> org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:173)
> org.jboss.as.controller.transform.description.ChainedTransformingDescription.transformResource(ChainedTransformingDescription.java:122)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
> org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
> org.jboss.as.controller.transform.description.TransformingDescription$3.invokeNext(TransformingDescription.java:167)
> org.jboss.as.controller.transform.description.AttributeTransformationRule.transformResource(AttributeTransformationRule.java:103)
> org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:173)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
> org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
> org.jboss.as.controller.transform.TransformersImpl.transformRootResource(TransformersImpl.java:134)
> org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil.readMasterDomainResourcesForInitialConnect(ReadMasterDomainModelUtil.java:89)
> org.jboss.as.domain.controller.operations.ReadDomainModelHandler.execute(ReadDomainModelHandler.java:56)
> org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:980)
> org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:726)
> org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:450)
> org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1402)
> org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:418)
> org.jboss.as.controller.AbstractControllerService.internalExecute(AbstractControllerService.java:490)
> org.jboss.as.host.controller.DomainModelControllerService.access$1100(DomainModelControllerService.java:200)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.lambda$apply$0(DomainModelControllerService.java:1372)
> org.jboss.as.controller.access.InVmAccess.runInVm(InVmAccess.java:63)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.apply(DomainModelControllerService.java:1372)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.apply(DomainModelControllerService.java:1369)
> org.jboss.as.host.controller.SecurityActions$Execution$1.execute(SecurityActions.java:77)
> org.jboss.as.host.controller.SecurityActions.privilegedExecution(SecurityActions.java:47)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor.execute(DomainModelControllerService.java:1375)
> org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$RegistrationContext.processRegistration(HostControllerRegistrationHandler.java:487)
> org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$RegistrationContext.access$400(HostControllerRegistrationHandler.java:394)
> org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$InitiateRegistrationHandler$1.execute(HostControllerRegistrationHandler.java:254)
> org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
> org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> java.lang.Thread.run(Thread.java:748)
> org.jboss.threads.JBossThread.run(JBossThread.java:320)
> ,               WFLYCTL0303: Resource [
> ,               WFLYCTL0303: Resource [
>     ("profile" => "ha"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> ,               WFLYCTL0303: Resource [
>     ("profile" => "full"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> ,               WFLYCTL0303: Resource [
>     ("profile" => "full-ha"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> ]
> 2017-09-14 14:09:16,610 INFO  [org.jboss.as.domain.controller] (Host Controller Service Threads - 36) WFLYHC0019: Registered remote slave host "slave", JBoss EAP 6.3.0.GA (WildFly 7.4.0.Final-redhat-19)
> 2017-09-14 14:09:16,925 WARN  [org.jboss.as.controller.transformer.slave] (management-handler-thread - 3) WFLYCTL0032: There were problems during the transformation process for target host: 'slave' 
> Problems found: 
> [               WFLYCTL0303: Resource [
>     ("profile" => "default"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> ,               java.lang.Thread.getStackTrace(Thread.java:1559)
> org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:145)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
> org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
> org.jboss.as.controller.transform.description.TransformingDescription$3.invokeNext(TransformingDescription.java:167)
> org.jboss.as.controller.transform.description.AttributeTransformationRule.transformResource(AttributeTransformationRule.java:103)
> org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:173)
> org.jboss.as.controller.transform.description.ChainedTransformingDescription.transformResource(ChainedTransformingDescription.java:122)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
> org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
> org.jboss.as.controller.transform.description.TransformingDescription$3.invokeNext(TransformingDescription.java:167)
> org.jboss.as.controller.transform.description.AttributeTransformationRule.transformResource(AttributeTransformationRule.java:103)
> org.jboss.as.controller.transform.description.TransformingDescription.transformResource(TransformingDescription.java:173)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChild(ResourceTransformationContextImpl.java:297)
> org.jboss.as.controller.transform.ResourceTransformationContextImpl.processChildren(ResourceTransformationContextImpl.java:262)
> org.jboss.as.controller.transform.ResourceTransformer$1.transformResource(ResourceTransformer.java:54)
> org.jboss.as.controller.transform.TransformersImpl.transformRootResource(TransformersImpl.java:134)
> org.jboss.as.domain.controller.operations.ReadMasterDomainModelUtil.readMasterDomainResourcesForInitialConnect(ReadMasterDomainModelUtil.java:89)
> org.jboss.as.domain.controller.operations.ReadDomainModelHandler.execute(ReadDomainModelHandler.java:56)
> org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:980)
> org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:726)
> org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:450)
> org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1402)
> org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:418)
> org.jboss.as.controller.AbstractControllerService.internalExecute(AbstractControllerService.java:490)
> org.jboss.as.host.controller.DomainModelControllerService.access$1100(DomainModelControllerService.java:200)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.lambda$apply$0(DomainModelControllerService.java:1372)
> org.jboss.as.controller.access.InVmAccess.runInVm(InVmAccess.java:63)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.apply(DomainModelControllerService.java:1372)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor$1.apply(DomainModelControllerService.java:1369)
> org.jboss.as.host.controller.SecurityActions$Execution$1.execute(SecurityActions.java:77)
> org.jboss.as.host.controller.SecurityActions.privilegedExecution(SecurityActions.java:47)
> org.jboss.as.host.controller.DomainModelControllerService$InternalExecutor.execute(DomainModelControllerService.java:1375)
> org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$RegistrationContext.processRegistration(HostControllerRegistrationHandler.java:487)
> org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$RegistrationContext.access$400(HostControllerRegistrationHandler.java:394)
> org.jboss.as.host.controller.mgmt.HostControllerRegistrationHandler$InitiateRegistrationHandler$1.execute(HostControllerRegistrationHandler.java:254)
> org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
> org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> java.lang.Thread.run(Thread.java:748)
> org.jboss.threads.JBossThread.run(JBossThread.java:320)
> ,               WFLYCTL0303: Resource [
>     ("profile" => "ha"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> ,               WFLYCTL0303: Resource [
>     ("profile" => "full"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> ,               WFLYCTL0303: Resource [
>     ("profile" => "full-ha"),
>     ("subsystem" => "remoting"),
>     ("configuration" => "endpoint")
> ] is rejected on the target host, and will need to be ignored on the host
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list