[jboss-jira] [JBoss JIRA] (AS7-6387) Improper error handling when attempting to remove a server-config with a running server

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Jul 17 02:08:29 EDT 2014


    [ https://issues.jboss.org/browse/AS7-6387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985821#comment-12985821 ] 

RH Bugzilla Integration commented on AS7-6387:
----------------------------------------------

Petr Kremensky <pkremens at redhat.com> changed the Status of [bug 907281|https://bugzilla.redhat.com/show_bug.cgi?id=907281] from NEW to CLOSED

> Improper error handling when attempting to remove a server-config with a running server
> ---------------------------------------------------------------------------------------
>
>                 Key: AS7-6387
>                 URL: https://issues.jboss.org/browse/AS7-6387
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.1.2.Final (EAP), 7.1.3.Final (EAP)
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>             Fix For: EAP 6.1.0.Alpha (7.2.0.Final)
>
>
> Trying to remove the config for server-one while it's still running produces an uninformative failure:
> [domain at localhost:9999 /] /host=master/server-config=server-one:remove
> {
>     "outcome" => "failed",
>     "result" => undefined,
>     "rolled-back" => true,
>     "server-groups" => undefined
> }
> An EAP 6 user reported a similar problem but with a different response:
> [domain at localhost:9999 /] /host=xyz/server-config=as1:remove
> {
>     "outcome" => "success",
>     "result" => {
>         "outcome" => "failed",
>         "failure-description" => "[core-service, path, server-config, system-property, jvm, interface]",
>         "rolled-back" => true
>     },
>     "failure-description" => undefined
> }



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list