[jboss-jira] [JBoss JIRA] (AS7-4032) Managed server can't be :stop :removed within a batch
Heiko Rupp (JIRA)
jira-events at lists.jboss.org
Mon Mar 5 09:41:36 EST 2012
Heiko Rupp created AS7-4032:
-------------------------------
Summary: Managed server can't be :stop :removed within a batch
Key: AS7-4032
URL: https://issues.jboss.org/browse/AS7-4032
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.0.Final
Reporter: Heiko Rupp
Assignee: Brian Stansberry
Hava a running managed server in domain mode
[domain at localhost:9999 server-config=blabla] batch
[domain at localhost:9999 server-config=blabla #] :stop
#1 /host=master/server-config=blabla:stop
[domain at localhost:9999 server-config=blabla #] :remove
#2 /host=master/server-config=blabla:remove
[domain at localhost:9999 server-config=blabla #] run-batch
Failed to execute batch: JBAS014654: Composite operation was rolled back
If you do those :stop , :remove operations outside of a batch it works
[domain at localhost:9999 server-config=blabla] :stop
{
"outcome" => "success",
"result" => "STOPPING"
}
[domain at localhost:9999 server-config=blabla] :remove
{
"outcome" => "success",
"result" => {"outcome" => "success"},
"server-groups" => undefined
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list