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.
Description of problem:
Originally this happened on Satellite 6.11.4 after leapp.
After leapp somehow keytool was not in the PATH and due to that installer is failing.
Version-Release number of selected component (if applicable):
6.11.4 but most likely can happen during any leapp
How reproducible:
Specific scenario of customer
Steps to Reproduce:
1. Instal Satellite 6.11.4 on RHEL7
2. Use leapp to upgrade OS to RHEL8
Actual results:
Leapp will partitaly fail on satellite-installer part as below
2023-01-01 00:00:00.590 DEBUG PID: 8867 leapp.workflow.FirstBoot.satellite_upgrader: ^[[34m2023-01-01 00:00:00^[[0m [^[[31mERROR ^[[0m] [^[[36mconfigure^[[0m] Could not find a suitable provider for keystore
2023-01-01 00:00:00.597 DEBUG PID: 8867 leapp.workflow.FirstBoot.satellite_upgrader: ^[[34m2023-01-01 00:00:00^[[0m [^[[31mERROR ^[[0m] [^[[36mconfigure^[[0m] Could not find a suitable provider for truststore
2023-01-01 00:00:00.607 DEBUG PID: 8867 leapp.workflow.FirstBoot.satellite_upgrader: ^[[34m2023-01-01 00:00:00^[[0m [^[[31mERROR ^[[0m] [^[[36mconfigure^[[0m] Could not find a suitable provider for truststore_certificate
2023-01-01 00:00:00.622 DEBUG PID: 8867 leapp.workflow.FirstBoot.satellite_upgrader: ^[[34m2023-01-01 00:00:00^[[0m [^[[31mERROR ^[[0m] [^[[36mconfigure^[[0m] Could not find a suitable provider for keystore_certificate
...
2023-01-01 00:00:00.958 ERROR PID: 8867 leapp.workflow.FirstBoot.satellite_upgrader: Could not run the installer, please inspect the logs in /var/log/foreman-installer!
Expected results:
Successful leapp
Additional info:
on RHEL7 was keytool set properly via alternatives as slave of java-1.8.0_openjdk family
Can be fixed by
# alternatives --auto java