Unable to Apply JBoss EAP 6 CP When Native Components are Installed
Issue
-
If the patch is applied on top of a clean JBoss EAP 6.2 zip install version, the patch is successfully applied. But, if
jboss-eap-native-6.2.0.zipis installed on top of clean JBoss 6.2.0 followed by the patch, the following Conflicts detected message is seen and the patch cannot be applied: -
In standalone mode:
[disconnected /] patch apply jboss-eap-6.2.1.zip
Conflicts detected: org.hornetq:main, org.jboss.as.web:main
- In domain mode:
[domain@localhost:9999 /] patch apply jboss-eap-6.2.1.zip --host=master
{"host-failure-descriptions" => [("master" => { "message" => "Conflicts detected", "conflicts" => {"modules" => ["org.jboss.as.web:main"]} })]}
- Getting following conflicts detected ERROR message while applying update 01 on JBoss EAP 6.3.0:
[disconnected /] patch apply /usr/local/software/jboss-eap-6.3.1-patch.zip
Conflicts detected: org.jboss.as.web:main
Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the conflict.
- When I try to apply the 6.4.1 patch to EAP, I get an error :
jboss-eap-6.4>bin\jboss-cli.bat "patch apply /pathToPatch/jboss-eap-6.4.1-patch.zip"
Conflicts detected: org.jboss.as.web:main
Use the --override-all, --override=[] or --preserve=[] arguments in order to resolve the conflict.
Press any key to continue . . .
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.2.0
- 6.3.0
- 6.4.0
- Native Components
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
