Bug 1567828 - RHSSO Dependencies need more repositories to be activated
Summary: RHSSO Dependencies need more repositories to be activated
Keywords:
Status: NEW
Alias: None
Product: Red Hat xPaaS
Classification: Red Hat
Component: Documentation
Version: unspecified
Hardware: All
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1567834
TreeView+ depends on / blocked
 
Reported: 2018-04-16 09:23 UTC by Juan Manuel Parrilla Madrid
Modified: 2022-01-14 13:14 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1567834 (view as bug list)
Environment:
Last Closed:
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Juan Manuel Parrilla Madrid 2018-04-16 09:23:19 UTC
Description of problem:
When you follow the guides to install JBoss products and RHSSO, here https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.1/html/server_installation_and_configuration_guide/installation#system_requirements it explains that you need to activate "jb-eap-7.1-for-rhel-7-server-rpms" repository, but this gives you an error when you try to execute the group install command.

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


How reproducible:
100%

Steps to Reproduce:
1. RHEL7 fresh installed
2. Subscribe node
3. Disable all repositories
4. subscription-manager repos --enable=jb-eap-7.1-for-rhel-7-server-rpms
5. yum groupinstall rh-sso7

Actual results:

--> Resolución de dependencias finalizada
Error: Paquete: eap7-runtime-1-10.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: scl-utils
Error: Paquete: eap7-artemis-native-wildfly-1.5.0-5.redhat_1.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: libaio
Error: Paquete: eap7-wildfly-7.1.1-4.GA_redhat_2.1.ep7.el7.noarch (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: java >= 1:1.8
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************

Error: Paquete: eap7-runtime-1-10.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: scl-utils
Error: Paquete: eap7-artemis-native-wildfly-1.5.0-5.redhat_1.ep7.el7.x86_64 (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: libaio
Error: Paquete: eap7-wildfly-7.1.1-4.GA_redhat_2.1.ep7.el7.noarch (jb-eap-7.1-for-rhel-7-server-rpms)
           Necesita: java >= 1:1.8
 Podría intentar utilizar el comando --skip-broken para sortear el problema
Podría intentar ejecutar: rpm- Va --nofiles --nodigest


Expected results:
Installed correct version of RHSSO dependencies

Additional info:

Comment 1 Juan Manuel Parrilla Madrid 2018-04-16 09:25:49 UTC
Misspelled Step 5, sorry
 
Steps to Reproduce:
1. RHEL7 fresh installed
2. Subscribe node
3. Disable all repositories
4. subscription-manager repos --enable=jb-eap-7.1-for-rhel-7-server-rpms
5. yum groupinstall "JBoss EAP 7"


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