Bug 1069190 - [QE] (6.2.x) Patch conflict with eap with natives installed
Summary: [QE] (6.2.x) Patch conflict with eap with natives installed
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Patching
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: CR2
: EAP 6.2.2
Assignee: Vaclav Tunka
QA Contact: Jan Martiska
URL:
Whiteboard:
Depends On: 1069506
Blocks: eap62-cp02-blockers
TreeView+ depends on / blocked
 
Reported: 2014-02-24 12:44 UTC by Martin Simka
Modified: 2017-10-10 00:10 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
When attempting to apply the JBoss EAP 6.2.1 cumulative patch to an installation on which native components had been installed, the +patch+ command failed with the error message: ----------------------------------- Conflicts detected: org.hornetq:main, org.jboss.as.web:main Use the --override or --preserve arguments in order to resolve the conflict. ----------------------------------- However, installing the cumulative patch with the +--override-modules+ argument disabled the native components. As a consequence, it is not possible to install the JBoss EAP 6.2.1 cumulative patch if native components are installed. The JBoss EAP 6.2.2 cumulative patch is built differently and is compatible with native components.
Clone Of:
: 1069506 (view as bug list)
Environment:
Last Closed: 2014-06-02 12:50:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Simka 2014-02-24 12:44:10 UTC
Description of problem:
***********************
When patch updates modules that contain natives, patching mechanism detects conflicts and doesn't allow to install patch. 


Version-Release number of selected component (if applicable):
***********************
EAP 6.2.0.GA


Steps to Reproduce:
***********************
1. unzip eap
2. install natives
3. ./bin/jboss-cli.sh '--command=patch apply path_to_cp1' 

Actual results:
***********************
Conflicts detected: org.hornetq:main, org.jboss.as.web:main
Use the --override or --preserve arguments in order to resolve the conflict.

Expected results:
***********************
Patch is successfully installed.

Additional info:
***********************
Workaround is to apply patch with --override-modules, but this disables natives. 

Similar issue with installer distribution of eap: https://bugzilla.redhat.com/show_bug.cgi?id=1065830


Note You need to log in before you can comment on or make changes to this bug.