-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
User Experience
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"}}
}
- is cloned by
-
JBEAP-19306 (7.2.z) WFCORE-4543 - CLI output is doubled after embed-server reload
-
- Closed
-
- is related to
-
WFCORE-4550 Create a test to validate CLI embedded server output after a reload
-
- Closed
-