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@localhost:9999 server-config=blabla] batch
[domain@localhost:9999 server-config=blabla #] :stop
#1 /host=master/server-config=blabla:stop
[domain@localhost:9999 server-config=blabla #] :remove
#2 /host=master/server-config=blabla:remove
[domain@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@localhost:9999 server-config=blabla] :stop
{
"outcome" => "success",
"result" => "STOPPING"
}
[domain@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