]
Farah Juma updated WFLY-4520:
-----------------------------
Component/s: CLI
(was: JSF)
Deploying a CLI archive that contains "module add" commands
results in "WFLYCTL0155: steps may not be null" when using the CLI GUI
----------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-4520
URL:
https://issues.jboss.org/browse/WFLY-4520
Project: WildFly
Issue Type: Bug
Components: CLI
Affects Versions: 8.2.0.Final, 9.0.0.Beta2
Reporter: Paul Newport
Assignee: Farah Juma
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.