Jboss EAP 7.0.1 Patching

Latest response

upgrading Jboss7.0EAP to EAP7.0.1. For some reason jboss-7.0.1.patch.zip will not create a directory in /tmp.

I see the following exception when i apply the patch from cli

patch apply /app/jboss/jboss-eap-7.0.1-patch.zip --host=localhost

("host-failure-description" => ("local host" => java.io.FileNotFound Exception: /tmp/jboss-as-patch/patch.xml(No such file or directory")

Why JBoss EAP CLI throws the following FileNotFoundException for patch.xml while using patch apply CLI command in EAP 7?

Responses