-
Bug
-
Resolution: Done
-
Major
-
7.2.7.GA
CLI output is doubled after embed-server reload:
[okotek@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@embedded /] :whoami
{
"outcome" => "success",
"result" => {"identity" => {"username" => "anonymous"}}
}
[standalone@embedded /] reload
[standalone@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"}}
}
- clones
-
WFCORE-4543 CLI output is doubled after embed-server reload
-
- Closed
-
- is incorporated by
-
JBEAP-19271 (7.2.z) Upgrade WildFly Core from 6.0.27.Final-redhat-00001 to 6.0.28.Final-redhat-00001
-
- Closed
-
- is related to
-
JBEAP-19305 [GSS](7.2.z) WFCORE-4860 - Performance degradation with the LogContextSelector on Java 11
-
- Closed
-
- relates to
-
JBEAP-19307 (7.2.z) WFCORE-4458 - StackOverflowError during server start
-
- Closed
-