[jboss-jira] [JBoss JIRA] (WFLY-5442) stop-embedded-host-controller command is not available in non-modular environment
Petr Kremensky (JIRA)
issues at jboss.org
Thu Oct 1 08:30:00 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Petr Kremensky updated WFLY-5442:
---------------------------------
Description:
stop-embedded-host-controller command for stopping the embed host controller instance is not available once the CLI is running in non-modular environment.
{noformat}
[pkremens at dhcp-10-40-5-17 client] $ java -jar jboss-cli-client.jar
WARN: can't find jboss-cli.xml. Using default configuration values.
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /] embed-host-controller --jboss-home=~/workspace/jboss-eap-7.0/
Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
[domain at embedded /] stop-embedded-host-controller
The command is not available in the current context (e.g. required subsystems or connection to the controller might be unavailable).
# only stop-embedded-server is available
[domain at embedded /] s
set stop-embedded-server
# stop-embedded-host-controller command should be used for this
[domain at embedded /] stop-embedded-server
[disconnected /]
{noformat}
was:
stop-embedded-host-controller command for stopping the embed host controller instance is not available once the CLI is running in non-modular environment.
{noformat}
[pkremens at dhcp-10-40-5-17 client] $ java -jar jboss-cli-client.jar
WARN: can't find jboss-cli.xml. Using default configuration values.
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /] embed-host-controller --jboss-home=~/workspace/jboss-eap-7.0/
Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
# only stop-embedded-server is available
[domain at embedded /] s
set stop-embedded-server
# stop-embedded-host-controller command should be used for this
[domain at embedded /] stop-embedded-server
[disconnected /]
{noformat}
> stop-embedded-host-controller command is not available in non-modular environment
> ---------------------------------------------------------------------------------
>
> Key: WFLY-5442
> URL: https://issues.jboss.org/browse/WFLY-5442
> Project: WildFly
> Issue Type: Bug
> Components: CLI
> Affects Versions: 10.0.0.CR2
> Reporter: Petr Kremensky
> Assignee: Ken Wills
>
> stop-embedded-host-controller command for stopping the embed host controller instance is not available once the CLI is running in non-modular environment.
> {noformat}
> [pkremens at dhcp-10-40-5-17 client] $ java -jar jboss-cli-client.jar
> WARN: can't find jboss-cli.xml. Using default configuration values.
> You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
> [disconnected /] embed-host-controller --jboss-home=~/workspace/jboss-eap-7.0/
> Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
> [domain at embedded /] stop-embedded-host-controller
> The command is not available in the current context (e.g. required subsystems or connection to the controller might be unavailable).
> # only stop-embedded-server is available
> [domain at embedded /] s
> set stop-embedded-server
> # stop-embedded-host-controller command should be used for this
> [domain at embedded /] stop-embedded-server
> [disconnected /]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list