Bug 1065830

Summary: [QE] (6.2.x) (doc-and-close) patch conflict with pure EAP 6.2 installed using the jar installer
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: jooho lee <jlee>
Component: PatchingAssignee: Jimmy Wilson <jawilson>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Martiska <jmartisk>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: cdewolf, jason.greene, jawilson, jdoyle, jkudrnac, kconner, ksoong, lcosti, mmiura, msimka, myarboro, olubyans, pkremens, rdickens, rsvoboda, sgilda, tfonteyn, twells
Target Milestone: ---   
Target Release: EAP 6.2.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Known Issue
Doc Text:
If you used the JAR installer to install JBoss EAP, you may encounter conflicts when applying a cumulative patch. Due to differences in some files included with the JAR installer distribution, the patch tool can mistakenly identify these differences as user modifications. See https://access.redhat.com/site/solutions/729573[Applying Cumulative Patches to Installer Installations] for information about how to resolve these conflicts. This issue is expected to be fixed in a future release.
Story Points: ---
Clone Of:
: 1069512 (view as bug list) Environment:
Last Closed: 2014-06-09 12:47:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1069512    
Bug Blocks: 1067532    

Description jooho lee 2014-02-17 05:15:58 UTC
Description of problem:
If EAP is installed through installer on windows7, during patching EAP.6.2.1.zip to pure EAP 6.2.0, CLI say there are some conflicts.

However, if it is installed with zip file, there is no conflicts.

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

How reproducible:
Install EAP 6.2.0 using installer then try to patch EAP 6.2.1

Steps to Reproduce:
1. Install EAP 6.2.0 on Windows using installer
2. Patch EAP 6.2.1 using CLI

Actual results:
[disconnected] patch apply jboss-eap-6.2.1.zip
Conflicts detected: org.jboss.as.web:main, bin/client/jboss-cli-client.jar, bin/client/jboss-client.jar, bin/jconsole.sh
Use the --override or --preserve arguments in order to resolbe the conflict.

Expected results:
[disconnected] patch apply jboss-eap-6.2.1.zip
{
      "outcome" : "seccess",
      "result" : {}
}

Additional info:

Comment 1 Tom Fonteyne 2014-02-17 10:17:50 UTC
Also an issue on Linux. Installed using the jar installer, *not* installing the native components.

[disconnected /] patch apply jboss-eap-6.2.1.zip
Conflicts detected: bin/jconsole.bat

Comment 2 kylin 2014-02-24 03:02:25 UTC
patch rollback also can't work well if using the jar installer both in Windows and Linux.

In Linux the error looks like:
~~~
[disconnected /] patch rollback --patch-id=jboss-eap-6.2.1.CP --reset-configuration=false
java.io.FileNotFoundException: EAP-6.2.0/jboss-eap-6.2/.installation/patches/jboss-eap-6.2.1.CP/misc/bin/jconsole.bat (No such file or directory)
~~~

In Windows the error looks like:
~~~
[disconnected /] patch rollback --patch-id=jboss-eap-6.2.1.CP --reset-configuration=false --override-all java.io.FileNotFoundException: \EAP-6.2.0\jboss-eap-6.2\.installation\patches\jboss-eap-6.2.1.CP\misc\bin\client\jboss-cli-client.jar (系統找不到指定的路徑。)
~~~

Comment 7 Russell Dickenson 2014-05-16 04:36:40 UTC
Attention: Jimmy Wilson

Has there been any progress on this BZ ticket?

Comment 9 sgilda 2014-05-23 12:37:16 UTC
This is not a Bug Fix. It's a Known Issue.

Comment 11 sgilda 2014-05-27 20:41:32 UTC
Update release notes text after talking to Jimmy.

Comment 12 sgilda 2014-05-27 21:00:52 UTC
Minor doc text change.

Comment 13 sgilda 2014-05-27 21:05:48 UTC
More updates to doc text.

Comment 15 sgilda 2014-05-28 11:45:09 UTC
Jimmy worked with me to update the doc text field. Removed needinfo flag.