[jboss-jira] [JBoss JIRA] (WFLY-10473) mod_cluster subsystem add operation attempts to start services prematurely
Radoslav Husar (JIRA)
issues at jboss.org
Wed Jun 6 05:04:01 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar updated WFLY-10473:
----------------------------------
Affects Version/s: 13.0.0.Final
> mod_cluster subsystem add operation attempts to start services prematurely
> --------------------------------------------------------------------------
>
> Key: WFLY-10473
> URL: https://issues.jboss.org/browse/WFLY-10473
> Project: WildFly
> Issue Type: Bug
> Components: mod_cluster
> Affects Versions: 13.0.0.Beta1, 13.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> This has been a problem multiple times in the past. Even a single subsystem add operation like
> {noformat}
> [standalone at localhost:9990 /] /subsystem=modcluster:add
> {
> "outcome" => "success",
> "response-headers" => {
> "operation-requires-reload" => true,
> "process-state" => "reload-required"
> }
> }
> {noformat}
> causes failures
> {noformat}10:28:15,128 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 54) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "modcluster")]) - failure description: "WFLYCTL0155: 'connector' may not be null"
> 10:28:15,135 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 54) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "modcluster")]) - failure description: "WFLYCTL0155: 'connector' may not be null"
> {noformat}
> This is fixed also as a side effect to supporting multiple configurations.
> Since boot time handling is required, most operations on the subsystem need to leave the server in the reload-required state.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list