[jboss-jira] [JBoss JIRA] (WFCORE-4543) CLI output is doubled after embed-server reload

James Perkins (Jira) issues at jboss.org
Fri Jun 21 12:47:00 EDT 2019


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

James Perkins moved WFLY-12224 to WFCORE-4543:
----------------------------------------------

              Project: WildFly Core  (was: WildFly)
                  Key: WFCORE-4543  (was: WFLY-12224)
          Component/s: CLI
                       Logging
                           (was: CLI)
                           (was: Logging)
    Affects Version/s:     (was: 18.0.0.Beta1)


> CLI output is doubled after embed-server reload
> -----------------------------------------------
>
>                 Key: WFCORE-4543
>                 URL: https://issues.jboss.org/browse/WFCORE-4543
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: CLI, Logging
>            Reporter: Ondrej Kotek
>            Assignee: Jean Francois Denise
>            Priority: Major
>
> CLI output is doubled after embed-server reload:
> {noformat}
> [okotek at localhost wildfly-18.0.0.Beta1-SNAPSHOT]$ ./bin/jboss-cli.sh 
> You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
> [disconnected /] embed-server 
> [standalone at embedded /] :whoami
> {
>     "outcome" => "success",
>     "result" => {"identity" => {"username" => "anonymous"}}
> }
> [standalone at embedded /] reload 
> [standalone at embedded /] :whoami
> 12:34:27,735 INFO  [org.jboss.as.cli.CommandContext] (CLI command) {
>     "outcome" => "success",
>     "result" => {"identity" => {"username" => "anonymous"}}
> }
> {
>     "outcome" => "success",
>     "result" => {"identity" => {"username" => "anonymous"}}
> }
> {noformat}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list