Applying a new security patch BZ1064685.zip failed due to patch conflict when applying the patch on the top of EAP 6.2.1 with BZ1063643.zip
Issue
- Applying a new security patch
BZ1064685.zipfor CVE-2014-0050 failed due to patch conflict when applying the patch on the top of EAP 6.2.1 with a security patchBZ1063643.zipfor CVE-2014-0058:
$ ./bin/jboss-cli.sh
[disconnected /] patch info
{
"outcome" : "success",
"result" : {
"cumulative-patch-id" : "jboss-eap-6.2.1.CP",
"patches" : ["eap-621-bz1063643"]
}
}
[disconnected /] patch apply /tmp/BZ1064685.zip
Conflicts detected: org.jboss.as.web:main
Use the --override or --preserve arguments in order to resolve the conflict.
- How can I apply this new security patch
BZ1064685.zip? I would like to apply patches which fixes both CVE-2014-0050 and CVE-2014-0058.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.2.1 with
BZ1063643.zipfor CVE-2014-0058
- 6.2.1 with
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.