[jboss-jira] [JBoss JIRA] (AS7-4032) Managed server can't be :stop :removed within a batch

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Mar 7 13:40:36 EST 2012


     [ https://issues.jboss.org/browse/AS7-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry reassigned AS7-4032:
-------------------------------------

    Assignee: Emanuel Muckenhuber  (was: Brian Stansberry)

    
> 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
>
> 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