Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 808502

Summary: Conflict with RHEV-M
Product: Red Hat Satellite Reporter: Robert Locke <rlocke>
Component: PackagingAssignee: Miroslav Suchý <msuchy>
Status: CLOSED NOTABUG QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: jlaska, msuchy
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-18 14:26:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Locke 2012-03-30 14:41:25 UTC
Description of problem:
With both rhev repositories and cloudforms repositories enabled:
After installation of "rhevm" and its almost 300 dependencies,
the running rhevm-setup ends with the start of the jbossas
service which fails to start.... So, no rhev-m....


Version-Release number of selected component (if applicable):
RHEV 3.03 (current RHN packageset from RHEV as of 28-Mar-2012)
CloudForms repositories downloaded from 2012-03-21.3: Beta6


How reproducible:
Every time

Steps to Reproduce:
1. Enable RHEV RHN repositories
2. Enable CloudForms repositories
3. yum install rhevm ; rhevm-setup
  
Actual results:
jbossas refuses to start


Expected results:
jbossas should start

Additional info:
1) If I skip step 2 (no CloudForms repositories), rhevm installs and functions.
2) For some more details, after installing and getting RHEV-M running, I enabled the CloudForms repositories to see what packages might have been installed before that were causing the problem with RHEV-M:
gettext.x86_64                              0.18.1.1-9.el6         cloud-engine
gettext-devel.x86_64                        0.18.1.1-9.el6         cloud-engine
gettext-libs.x86_64                         0.18.1.1-9.el6         cloud-engine
glassfish-jaf.noarch                        1.1.0-9.el6            system-engine
glassfish-javamail.noarch                   1.4.4-2.el6            system-engine
log4j.noarch                                1.2.16-4_redhat_1.el6  system-engine
m2crypto.x86_64                             0.21.1.pulp-7.el6      system-engine
subscription-manager.x86_64                 0.96.17.2-2.el6        cf-tools    
subscription-manager-firstboot.x86_64       0.96.17.2-2.el6        cf-tools    
subscription-manager-gnome.x86_64           0.96.17.2-2.el6        cf-tools

Comment 1 James Laska 2012-04-18 14:51:18 UTC
While a valid bug, I'm confident we do not support enabling CloudForms and RHEV on the *same* system.

That said, can you attach some log files which indicate why jbossas refuses to start?  Either /var/log/messages, or a specific logfile that jbossas uses?  Or perhaps stdout/stderr while attempting to run rhevm-setup that demonstrates the problem?

Comment 3 Miroslav Suchý 2012-12-18 12:15:53 UTC
taking

Comment 4 Miroslav Suchý 2012-12-18 14:26:14 UTC
Conflicts should be used only if the application could not run with others packages installed (but not yet configured):
https://fedoraproject.org/wiki/Packaging:Conflicts

And I just verified that I'm able to 
1) install CFSE
2) yum install rhevm
3) katello-service restart

and Katello behave correctly.
So Conflicts in spec file is not correct solution. Definitelly not in katello.
I did not test if RHEV is able to operate with katello packages installed (but not configured), but if not such conflicts have to got to RHEV package and not to Katello.

I'm closing this as NOTABUG. If you want to resolve it somehow, please reopen and change it to documentation bug. As only solution I can see is to state in:
https://access.redhat.com/knowledge/docs/en-US/CloudForms/1.1/html/Installation_Guide/Prerequisites3.html
That no other application (like RHEV) should be installed on targed system.

Comment 5 Miroslav Suchý 2012-12-18 14:28:39 UTC
And to be complete.
Katello still correctly operate even with RHEVM configured.