Download 403 error?
See original GitHub issueAs of last night we start getting Jenkins pipeline failures. Is there a problem with the download for dependency check?
403 Error: https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.1-release.zip
We also changed the version incase it was an error just with that version, and that didn’t work either. 😢
java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.1-release.zip
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1900)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:3061)
at java.net.URLConnection.getHeaderFieldLong(URLConnection.java:629)
at java.net.URLConnection.getContentLengthLong(URLConnection.java:501)
at java.net.URLConnection.getContentLength(URLConnection.java:485)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(HttpsURLConnectionImpl.java:412)
at org.jvnet.robust_http_client.RetryableHttpStream.<init>(RetryableHttpStream.java:90)
Caused: java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.1-release.zip
at sun.reflect.GeneratedConstructorAccessor588.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1950)
at sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:1945)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1944)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1514)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
at org.jvnet.robust_http_client.RetryableHttpStream.getStream(RetryableHttpStream.java:98)
at org.jvnet.robust_http_client.RetryableHttpStream.<init>(RetryableHttpStream.java:91)
at org.jvnet.robust_http_client.RetryableHttpStream.<init>(RetryableHttpStream.java:74)
at hudson.ProxyConfiguration.getInputStream(ProxyConfiguration.java:330)
at hudson.FilePath.installIfNecessaryFrom(FilePath.java:924)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Google Play Store — How to fix Play Store error 403 - NextPit
What does Error 403 mean? A 403 error means your request was "forbidden." It does not mean you did anything wrong, it just...
Read more >Android: Error 403 in Google Play Store
This error happens when you download the same app using different Google accounts on a single device. First, try rebooting your phone.
Read more >Fix: Google Play Error 403 - Appuals.com
Steps to Fix Google Play Error 403 ... Tap or Select Force Stop. Then tap/select Clear Data and then Clear Cache. ... Go...
Read more >App could not be downloaded due to an error 403
Methods to fix “Google play error 403” · Go to settings>>Wireless and Networks>>More>>Mobile Networks · APN (Access Point Name)>>MOWAP>>Edit · Select clear Proxy ......
Read more >How to fix Google Play Store error 403 on your Android Device
An error 403 means your request was forbidden, Which doesn't mean you did sometime incorrectly. Here it means that the Google Play Store...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Bintray has the older version - however, because of the rate limit you will have to wait until after the first of the month.
5.3.2 and 6.x are now both available via the github release. Additionally, the rate limiting on bintray has been lifted (for now).