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

Packages file for debian broken #931

Closed
skalderqm opened this issue Oct 26, 2023 · 5 comments
Closed

Packages file for debian broken #931

skalderqm opened this issue Oct 26, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@skalderqm
Copy link

Please provide a brief summary of the bug

https://packages.adoptium.net/artifactory/deb/dists/bookworm/main/binary-amd64/Packages
https://packages.adoptium.net/artifactory/deb/dists/bullseye/main/binary-amd64/Packages

contain:

Filename: pool/main/t/temurin-${VERSION}/temurin-21-jdk_21.0.1.0.0+12_amd64.deb
Filename: pool/main/t/temurin-${VERSION}/temurin-17-jdk_17.0.9.0+9_amd64.deb
Filename: pool/main/t/temurin-${VERSION}/temurin-11-jdk_11.0.21.0.0+9_amd64.deb

that makes apt-get install fail:

apt-get install temurin-17-jdk

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be upgraded:
temurin-17-jdk
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 166 MB of archives.
After this operation, 130 kB of additional disk space will be used.
Err:1 https://packages.adoptium.net/artifactory/deb bullseye/main amd64 temurin-17-jdk amd64 17.0.9.0+9
400 Bad Request [IP: 151.101.67.42 443]
E: Failed to fetch https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-${VERSION}/temurin-17-jdk_17.0.9.0%2b9_amd64.deb 400 Bad Request [IP: 151.101.67.42 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Please provide steps to reproduce where possible

No response

Expected Results

installation of packages should succeed

Actual Results

installation of packages fails

What Java Version are you using?

N/A

What is your operating system and platform?

No response

How did you install Java?

No response

Did it work before?

No response

Did you test with the latest update version?

No response

Did you test with other Java versions?

No response

Relevant log output

No response

@skalderqm skalderqm added the bug Something isn't working label Oct 26, 2023
@ustndagsemih
Copy link

Hello,
We are also having the same issue.

@thecow275
Copy link

I get the same 400 error when trying to update my installed Temurin packages with apt on debian.

Package download failed:

E: https://packages.adoptium.net/artifactory/deb bookworm/main amd64 temurin-11-jdk amd64 11.0.21.0.0+9 is not (yet) available (400 Bad Request [IP: 151.101.247.42 443])
E: https://packages.adoptium.net/artifactory/deb bookworm/main amd64 temurin-17-jdk amd64 17.0.9.0+9 is not (yet) available (400 Bad Request [IP: 151.101.247.42 443])

@ghost
Copy link

ghost commented Oct 27, 2023

I got the same error too.

Err:1 https://packages.adoptium.net/artifactory/deb jammy/main amd64 temurin-21-jdk amd64 21.0.1.0.0+12
400 Bad Request [IP: 146.75.79.42 443]
E: Failed to fetch https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-${VERSION}/temurin-21-jdk_21.0.1.0.0%2b12_amd64.deb 400 Bad Request [IP: 146.75.79.42 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

In my troubleshooting, I re-downloaded the Adoptium GPG key, then removed and re-added the Adoptium apt repository. This did not fix the issue. The instructions I followed are at:
https://adoptium.net/installation/linux/

This is affecting my Ubuntu system running 22.04, Jammy Jellyfish.

I have a Fedora system, which had no issues with adding the Adoptium RPM repo, and installing.

@karianna
Copy link
Contributor

Hi folks, we're aware of the issue and are investigating with our CDN and package repo providers.

@karianna
Copy link
Contributor

We've fixed two underlying causes and this appears to be resolved. Please do let us know if you still have issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants