-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
JDK install on Ubuntu/Debian fails with HTTP 403 #632
Comments
Works for me, can you try the steps again incase it was a temporary outage? |
no, still not working. very strange, now also the download of temurin 11 fails:
|
@berndschatz Are you able to share what part of the world you are in and whether or not you're on a VPN and which ISP provider you go through? |
Germany. On my private Linux desktop it worked in the past, Maybe it is a timeout/download rate issue !? |
It could well be - I VPN'd into Germany and could not replicate your issue, so I suspect it is your local ISP provider :-( |
I'm having the same problem accessing the EL repos, 403 everywhere. Happens from my local network (AT&T in midwest USA) and also on AWS EC2 in us-west-2 region. My repo config file:
Attempts to read the repo data:
It's pretty clear that the whole repo is blocked but yum requires the repomd.xml to know where to find anything, and that's clearly broken here: https://packages.adoptium.net/artifactory/rpm/amazonlinux/2/x86_64/repodata/repomd.xml |
And JDK install on CentOS/RHEL/Fedora failing with HTTP 403 on AWS EC2 in ap-southwest-2 region. Same problem as @RulerOf above. failure: repodata/repomd.xml from Adoptium: [Errno 256] No more mirrors to try. |
Getting the same thing as well. "Failure talking to yum: failure: repodata/repomd.xml from Adoptium: [Errno 256] No more mirrors to try.\nhttps://packages.adoptium.net/artifactory/rpm/amazonlinux/2/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden" |
it's the whole subdomain that is down https://packages.adoptium.net |
Update: this is an issue for me as well, Linux Mint (Ubuntu focal). Receiving a 403, not using a VPN. Had no issues running apt update earlier this week (Sunday), today (Tuesday), am receiving a 403 only for this repo. Also receiving a 403 accessing packages.adoptium.net via Firefox. |
This is definitely broken from multiple locations. When tested with https://geopeeker.com/ it is 403 from all of them. So this seems to be a generic issue rather than some VPN or individual ISP one. |
Getting a 403 for https://packages.adoptium.net/artifactory/api/gpg/key/public from the UK (Virgin Media) and from AWS US East 1. It's pretty widespread. |
i get 403 now from an other server:
|
are have same issue.
|
We are aware of an issue affecting all users now. This has been broken for roughly 5 hours. I am working with the Artifactory team to get this resolved ASAP |
This should be resolved now. Please let me know if you are still experiencing problems |
I am now getting this error, when running Err:7 https://packages.adoptium.net/artifactory/deb kinetic Release |
I don't believe that we have ever supported Ubuntu Kinetic in our Deb installers to this date? Are you sure this worked before @grigojev? |
Well, I just updated to it yesterday, so I can believe, that there was no support for this release. I have created the new issue for adding a support for it #633. There are not a lot of changes between 22.04 and new 22.10, so I believe it shouldn't take a lot of effort to add. Just would be nice to have 😃 |
closing in favour of adoptium/installer#561 |
The errors reported on 16.November were not the source of this issue. I still get 403 errors:
|
please reopem this issue. |
@berndschatz likely a temp issue with JFrog hosting again. |
@gdams are you able to reach out? |
Last week i worked on the country side, (see also #554) |
I do have the same problem, when I try to install adoptium, so something seems still to be wrong and I do not think that the problem is on my side.
I am located in germany and the installation did not work on different locations (using different ISPs). |
Any news/progress here ? |
We can't find a way to reproduce this issue :-( |
Still does not work. |
I think the bug occurs when the time to fetch the apt sources takes more than 60 seconds. I see the parameter |
Unfortunatlely, currently i cannot reproduce this error. |
It's not about the timeout of apt, but the timeout of the S3 url signature.
You can reproduce this using
Output of the reproduction:
To solve this problem, you have to increase the duration of the pre-signed S3 url (I hope artifactory allows to change this? I would say at least to 20 minutes to avoid any problem with the slowest connections). |
@gdams - Can we pass this on to the JFrog folks? |
We are marking this issue as stale because it has not been updated for a while. This is just a way to keep the support issues queue manageable. |
bump. it happenes again. have this repo ratelimit? a build about 10 docker images locally and it will fails at 8th image. it sad. |
@stamepicmorg It could be rate limiting we'll need to contact the JFrog folks. Have you tried two groups of 5 images with a gap in between and see if that works |
hello, yes. i tried it but it is not worked. it was passed about 10+ hours between tries and i still catch 403
i am connecting from russia, without any vpns. directly from my local isp. and i have public static ipv4. |
@gdams - Can you chat to JFrog when you get a chance, I suspect a geo locale node issue. |
Yup already on it |
403 problem again today with temurin-8-jdk. I'm in France if this information is relevant. There is a problem at line Err:3 https://packages.adoptium.net/artifactory/deb bionic/main amd64 temurin-8-jdk amd64 8.0.382.0.0+5
|
The problem is still the same I explained above (see #632 (comment)). Seems configurable in artifactory: |
@nathan818fr I was talking to the JFrog support team today, they have confirmed that the |
@nathan818fr the fix has been rolled out now. Please can you verify if you're still seeing the same issue? |
@gdams It's OK, no more issue (and as long as everything downloads in less than 15 minutes, it will be fine). Thanks! |
Please provide a brief summary of the bug
please reopen issue --> #554
Please provide steps to reproduce where possible
see #554
Expected Results
#554
Actual Results
see #554
What Java Version are you using?
see #554
What is your operating system and platform?
see #554
How did you install Java?
see #554
Did it work before?
Did you test with other Java versions?
Relevant log output
The text was updated successfully, but these errors were encountered: