Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to browse packages at packages.adoptium.net and yum installation failed on RHEL #570

Closed
simon-cdf opened this issue Dec 22, 2022 · 2 comments
Labels

Comments

@simon-cdf
Copy link

Please provide a brief summary of the bug

Hello,

I'm trying to download the rpm for temurin-8-jdk to install on a RHEL 7.9 system that don't have access to the internet.

According to this article ...
https://adoptium.net/installation/linux/#_centosrhelfedora_instructions

I should be able to view the supported version list and rpms at:
https://packages.adoptium.net/ui/native/rpm/

However, when I visit the site all I can see is a JFrog login page. I tried signing in with the "Sign In With GitHub" option but it returns a "login with oauth error - OAuth state cookie missing" error.

Then I tried to follow the official installation instructions for RHEL and attempted to yum install on a RHEL 7.9 machine with internet access, but I received this error after the yum install step:

failure: repodata/repomd.xml from Adoptium: [Errno 256] No more mirrors to try.
https://packages.adoptium.net/artifactory/rpm/rhel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

Can you please advise? Thanks!

Please provide steps to reproduce where possible

No response

Expected Results

Actual Results

What Java Version are you using?

8

What is your operating system and platform?

RHEL 7.9

How did you install Java?

No response

Did it work before?

No response

Did you test with other Java versions?

No response

Relevant log output

No response

@simon-cdf simon-cdf added the bug label Dec 22, 2022
@karianna karianna transferred this issue from adoptium/adoptium-support Dec 28, 2022
@gdams
Copy link
Member

gdams commented Dec 29, 2022

This should be fixed now. Let me know (closing for now)

@gdams gdams closed this as completed Dec 29, 2022
@urskog84
Copy link

urskog84 commented May 16, 2024

Still have this problem with Rhel 7

https://packages.adoptium.net/artifactory/rpm/rhel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found

after change to

# /etc/yum.repos.d/Adoptium.repo

[Adoptium]
baseurl = https://packages.adoptium.net/artifactory/rpm/rhel/7/$basearch
gpgcheck = 1
gpgkey = https://packages.adoptium.net/artifactory/api/gpg/key/public
name = Adoptium

i get it to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants