Created attachment 870562[details]
rhevm-yum-log
Description of problem:
Installation of rhevm-3.3.0-0.45.el6ev.noarch rpm fails with rpm conflict error with RHEL6.5 native java version (java-1.7.0-openjdk-1.7.0.45-2.4.3.3).
Error: Package: rhevm-3.3.0-0.45.el6ev.noarch (rhevm)
Requires: java-1.7.0-openjdk >= 1:1.7.0.9-2.3.3.2
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Also please find attached rhevm-yum-log file for complete yum error log.
Version-Release number of selected component (if applicable): rhevm-3.3.0-0.45.el6ev.noarch (RHEVM-3.3 GA Build)
How reproducible: Everytime
Steps to Reproduce:
1. Install RHEL6.5
2. Configure rhevm-3.3 GA repo
3. Try installing rhevm using yum install rhevm
Actual results: installing rhevm fails with java conflict
Expected results: rhevm installation should be successful
Additional info:
Issue can also be reproduced on rc build (rhevm-3.3.0-0.42.el6ev.noarch) but installation goes fine with snapshot4 build (rhevm-3.3.0-0.38.el6ev.noarch).
Issue can be worked around with GA build by following procedure:-
1. Remove installed java from RHEL6.5
yum remove java
2. Install lower java version as below (RHEL6.4 native java version)
java-1.7.0-openjdk-1.7.0.9-2.3.4.1.el6_3.x86_64.rpm>
3. Disable java upgrade in yum configuration file by adding "exclude= java-1.7* " at the end of each repo in /etc/yum.repos.d/rhel.repo file (Please find attached rhel-source.repo file for reference)
3. Continue rhevm install
You must have update channel available for rhel, this specific version which was released with rhel-6.5 has memory leak.
*** This bug has been marked as a duplicate of bug 1028966 ***
Created attachment 870562 [details] rhevm-yum-log Description of problem: Installation of rhevm-3.3.0-0.45.el6ev.noarch rpm fails with rpm conflict error with RHEL6.5 native java version (java-1.7.0-openjdk-1.7.0.45-2.4.3.3). Error: Package: rhevm-3.3.0-0.45.el6ev.noarch (rhevm) Requires: java-1.7.0-openjdk >= 1:1.7.0.9-2.3.3.2 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Also please find attached rhevm-yum-log file for complete yum error log. Version-Release number of selected component (if applicable): rhevm-3.3.0-0.45.el6ev.noarch (RHEVM-3.3 GA Build) How reproducible: Everytime Steps to Reproduce: 1. Install RHEL6.5 2. Configure rhevm-3.3 GA repo 3. Try installing rhevm using yum install rhevm Actual results: installing rhevm fails with java conflict Expected results: rhevm installation should be successful Additional info: Issue can also be reproduced on rc build (rhevm-3.3.0-0.42.el6ev.noarch) but installation goes fine with snapshot4 build (rhevm-3.3.0-0.38.el6ev.noarch).