Paul Ferraro created WFLY-12047:
-----------------------------------
Summary: Single sign-on removal does not remove all installed services.
Key: WFLY-12047
URL:
https://issues.jboss.org/browse/WFLY-12047
Project: WildFly
Issue Type: Bug
Components: Clustering, Web (Undertow)
Affects Versions: No Release
Reporter: Paul Ferraro
Assignee: Paul Ferraro
I'm running into a problem with SSO manager installer service. When I remove the sso
setting from host config using allow-resource-service-restart=true and try to add it again
without reload I'm get a failure:
{noformat}
[standalone@localhost:9990 /]
/subsystem=undertow/server=default-server/host=test-host/setting=single-sign-on:add
{"outcome" => "success"}
[standalone@localhost:9990 /]
/subsystem=undertow/server=default-server/host=test-host/setting=single-sign-on:remove{allow-resource-service-restart=true}
{"outcome" => "success"}
[standalone@localhost:9990 /]
/subsystem=undertow/server=default-server/host=test-host/setting=single-sign-on:add
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed:
org.jboss.msc.service.
DuplicateServiceException: Service
jboss.undertow.server.default-server.test-host.single-si
gn-on.manager.installer is already registered",
"rolled-back" => true
}
{noformat}
It looks like the installer service is created every time
DistributableSingleSignOnManagerServiceConfigurator is build, but never removed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)