1 Reply Latest reply on Apr 14, 2015 3:54 AM by paulnuk3

    Run deploy script.cli on wildfly

    diegowebby

      I tryied run the script:

       

      deploy C:\Users\edaraujo\Desktop\install-mojarra-1.2_15.cli


      but i had the fail:

       

      deploy  C:\Users\edaraujo\Desktop\install-mojarra-1.2_15.cli

      {

          "outcome" => "failed",

          "failure-description" => "JBAS014746: steps may not be null",

          "rolled-back" => true

      }

       

      can anyone help me? i am trying install libs of jsf 1.2.

        • 1. Re: Run deploy script.cli on wildfly
          paulnuk3

          I'm getting an identical error message trying to deploy different JSF versions:

           

          deploy install-mojarra-1.2_15.cli

          {

              "outcome" => "failed",

              "failure-description" => "JBAS014746: steps may not be null",

              "rolled-back" => true

          }

           

           

          deploy c:\install-mojarra-2.1.6.cli

          {

              "outcome" => "failed",

              "failure-description" => "JBAS014746: steps may not be null",

              "rolled-back" => true

          }

           

           

          Why jars in WEB-INF/lib can't take precedence over JBOSS jars I don't know. You have to jump through hoops to use a different version of a JEE component from that JBOSS ships with, and in this case the bodge to allow you to do this doesn't work.