-
Bug
-
Resolution: Done
-
Major
-
No Release
-
None
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:
[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
}
It looks like the installer service is created every time DistributableSingleSignOnManagerServiceConfigurator is build, but never removed.
- blocks
-
WFLY-12019 Cannot remove a undertow server resource at one time
-
- Closed
-