Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-970

Deploying a CLI archive that contains "module add" commands results in "WFLYCTL0155: steps may not be null" when using the CLI GUI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.0.0.CR4
    • None
    • CLI
    • None
    • Hide

      Running on Windows 7

      Download WildFly 8.2.0 Final src

      Build a multi-jsf module as documented here:

      https://developer.jboss.org/wiki/StepsToAddAnyNewJSFImplementationOrVersionToWildFly

      Specifically:

      cd c:\wildfly-8.2.0.Final-src\wildfly-8.2.0.Final-src\jsf\multi-jsf-installer
      mvn -Djsf-version=1.2_15 -Pmojarra-1.2 clean assembly:single

      The maven target builds a cli archive which you rename from zip to cli and then attempt to deploy from the command line/command line gui.

      When you do this you get the following error:

      deploy install-mojarra-1.2_15.cli
      {
      "outcome" => "failed",
      "failure-description" => "JBAS014746: steps may not be null",
      "rolled-back" => true
      }

      Show
      Running on Windows 7 Download WildFly 8.2.0 Final src Build a multi-jsf module as documented here: https://developer.jboss.org/wiki/StepsToAddAnyNewJSFImplementationOrVersionToWildFly Specifically: cd c:\wildfly-8.2.0.Final-src\wildfly-8.2.0.Final-src\jsf\multi-jsf-installer mvn -Djsf-version=1.2_15 -Pmojarra-1.2 clean assembly:single The maven target builds a cli archive which you rename from zip to cli and then attempt to deploy from the command line/command line gui. When you do this you get the following error: deploy install-mojarra-1.2_15.cli { "outcome" => "failed", "failure-description" => "JBAS014746: steps may not be null", "rolled-back" => true }
    • Compatibility/Configuration

    Description

      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:

      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0155: steps may not be null",
          "rolled-back" => true
      }
      

      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.

      Attachments

        Activity

          People

            olubyans@redhat.com Alexey Loubyansky
            paulnuk3 Paul Newport (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: