]
Brian Stansberry moved WFLY-4520 to WFCORE-970:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-970 (was: WFLY-4520)
Component/s: CLI
(was: CLI)
Affects Version/s: (was: 8.2.0.Final)
(was: 9.0.0.Beta2)
Deploying a CLI archive that contains "module add" commands
results in "WFLYCTL0155: steps may not be null" when using the CLI GUI
----------------------------------------------------------------------------------------------------------------------------------
Key: WFCORE-970
URL:
https://issues.jboss.org/browse/WFCORE-970
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Paul Newport
Assignee: Alexey Loubyansky
Attachments: install-mojarra-1.2_15.cli
When using the CLI GUI to deploy a CLI archive that contains "module add"
commands in its deploy.scr script, the following error message occurs:
{code}
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0155: steps may not be
null",
"rolled-back" => true
}
{code}
The modules still get created successfully even though the above error messages appears.
Note that this error only occurs when using the CLI GUI. Using the CLI without the --gui
option works fine.
Deploying the attached CLI archive using the CLI GUI will result in the above error
message.