5 Replies Latest reply on May 30, 2017 5:14 AM by ctomc

    how to apply patch jboss eap 6.2  ?

    efcunha

      I'm not able to apply the jboss-eap-6.2.2.zip patch in jboss eap 6.2, is giving the following errors:

       

      [root@jbosseap bin]# ./jboss-cli.sh -c --controller=172.16.1.41:9999

      [domain@172.16.1.41:9999 /] patch --host=172.16.1.41 apply /opt/jboss-eap-6.2.2.zip

      JBAS014883: Nenhuma definição do recurso está registrada para o endereço [

          ("host" => "172.16.1.41"),

          ("core-service" => "patching")

      ]

      [domain@172.16.1.41:9999 /] patch --host=172.16.1.41 /opt/jboss-eap-6.2.2.zip

      Unrecognized action '/opt/jboss-eap-6.2.2.zip'

      [domain@172.16.1.41:9999 /] patch history

      Required argument '--host' is missing.

      [domain@172.16.1.41:9999 /] patch history --host=172.16.1.41

      JBAS014883: Nenhuma definição do recurso está registrada para o endereço [

          ("host" => "172.16.1.41"),

          ("core-service" => "patching")

      ]

       

      could inform me what is the correct command to apply the patch ?