[jboss-jira] [JBoss JIRA] (WFLY-179) CLONE - Adding modcluster via the CLI fails.
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Fri May 3 03:57:53 EDT 2013
[ https://issues.jboss.org/browse/WFLY-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771813#comment-12771813 ]
RH Bugzilla Integration commented on WFLY-179:
----------------------------------------------
Aleksandar Kostadinov <akostadi at redhat.com> made a comment on [bug 900801|https://bugzilla.redhat.com/show_bug.cgi?id=900801]
I am running EAP 6.0.1 ER5 in *domain* mode. And there seems to be no way to add mod_cluster through cli while there are running servers.
Foremost composite operation does not seem to work at all. Any composite operation I try to execute results in:
> Operation 'composite' does not expect any property.
This command has worked with EAP 6.0.1 but is *not* working now. This is a *regression*:
> /:composite(steps=[ {"operation" => "add", "address" => [ ("profile" => "default"), ("subsystem" => "modcluster") ] },{ "operation" => "add", "address" => [ ("profile" => "default"), ("subsystem" => "modcluster"), ("mod-cluster-config" => "configuration") ], "advertise" => "false", "proxy-list" => "${jboss.modcluster.proxyList}", "connector" => "ajp"}, { "operation" => "add", "address" => [ ("profile" => "default"), ("subsystem" => "modcluster"), ("mod-cluster-config" => "configuration"), ("dynamic-load-provider" => "configuration") ]}, { "operation" => "add", "address" => [ ("profile" => "default"), ("subsystem" => "modcluster"), ("mod-cluster-config" => "configuration"), ("dynamic-load-provider" => "configuration"), ("load-metric" => "busyness")], "type" => "busyness"} ])
> Operation 'composite' does not expect any property.
Trying with normal commands I'm getting the famous "connector may not be null"
> /profile=default/subsystem=modcluster:add
> {
> "outcome" => "failed",
> "result" => undefined,
> "failure-description" => "JBAS010839: Operation failed or was rolled back on all servers.",
> "rolled-back" => true,
> "server-groups" => {"main-server-group" => {"host" => {"ip-10-0-254-48" => {
> "server-one" => {"response" => {
> "outcome" => "failed",
> "result" => undefined,
> "failure-description" => "JBAS014746: connector may not be null",
> "rolled-back" => true
> }},
> "server-two" => {"response" => {
> "outcome" => "failed",
> "result" => undefined,
> "failure-description" => "JBAS014746: connector may not be null",
> "rolled-back" => true
> }}
> }}}}
> }
The same command works only if server-one and server-two both are stopped. The composite command does not start working though.
> CLONE - Adding modcluster via the CLI fails.
> --------------------------------------------
>
> Key: WFLY-179
> URL: https://issues.jboss.org/browse/WFLY-179
> Project: WildFly
> Issue Type: Bug
> Components: CLI, Clustering
> Reporter: Tom Fonteyne
> Assignee: Radoslav Husar
> Fix For: 8.0.0.Alpha1
>
>
> Adding modcluster via the CLI fails.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list