[jboss-jira] [JBoss JIRA] (WFLY-4720) DuplicateServiceException when adding a new FORK channel
Radoslav Husar (JIRA)
issues at jboss.org
Tue Jun 2 05:44:03 EDT 2015
[ https://issues.jboss.org/browse/WFLY-4720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar updated WFLY-4720:
---------------------------------
Description:
{noformat}
[standalone at localhost:9990 /] /subsystem=jgroups/channel=ee/fork=myfork:add
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service jboss.jgroups.factory.ee is already registered",
"rolled-back" => true
}
{noformat}
the problem is fixed in org.jboss.as.clustering.jgroups.subsystem.ForkAddHandler#installRuntimeServices
was:
[standalone at localhost:9990 /] /subsystem=jgroups/channel=ee/fork=myfork:add
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service jboss.jgroups.factory.ee is already registered",
"rolled-back" => true
}
the problem is fixed in org.jboss.as.clustering.jgroups.subsystem.ForkAddHandler#installRuntimeServices
> DuplicateServiceException when adding a new FORK channel
> --------------------------------------------------------
>
> Key: WFLY-4720
> URL: https://issues.jboss.org/browse/WFLY-4720
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 9.0.0.CR1, 10.0.0.Alpha2
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 10.0.0.Alpha3
>
>
> {noformat}
> [standalone at localhost:9990 /] /subsystem=jgroups/channel=ee/fork=myfork:add
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service jboss.jgroups.factory.ee is already registered",
> "rolled-back" => true
> }
> {noformat}
> the problem is fixed in org.jboss.as.clustering.jgroups.subsystem.ForkAddHandler#installRuntimeServices
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list