Bug 1065830 - [QE] (6.2.x) (doc-and-close) patch conflict with pure EAP 6.2 installed using the jar installer
Summary: [QE] (6.2.x) (doc-and-close) patch conflict with pure EAP 6.2 installed using...
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: ---
: EAP 6.2.3
Assignee: Jimmy Wilson
QA Contact: Jan Martiska
Russell Dickenson
URL:
Whiteboard:
Depends On: 1069512
Blocks: eap62-cp03-blockers
TreeView+ depends on / blocked
 
Reported: 2014-02-17 05:15 UTC by jooho lee
Modified: 2018-12-04 17:30 UTC (History)
18 users (show)

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.
Clone Of:
: 1069512 (view as bug list)
Environment:
Last Closed: 2014-06-09 12:47:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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