[
https://issues.jboss.org/browse/WFLY-4720?page=com.atlassian.jira.plugin....
]
Radoslav Husar updated WFLY-4720:
---------------------------------
Description:
{noformat}
[standalone@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@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@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)