[jboss-jira] [JBoss JIRA] (AS7-4032) Managed server can't be :stop :removed within a batch
Emanuel Muckenhuber (JIRA)
jira-events at lists.jboss.org
Fri Mar 9 05:46:37 EST 2012
[ https://issues.jboss.org/browse/AS7-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber resolved AS7-4032.
--------------------------------------
Fix Version/s: 7.1.1.Final
Resolution: Done
> 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: Emanuel Muckenhuber
> Labels: rhq
> Fix For: 7.1.1.Final
>
>
> 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