TheNeuralBit opened a new issue, #22394: URL: https://github.com/apache/beam/issues/22394
### What needs to happen? See https://ci-beam.apache.org/job/beam_PreCommit_Java_Cron/5701/consoleFull ``` 01:11:13 response = self.parent.error( 01:11:13 File "/usr/lib/python3.8/urllib/request.py", line 569, in error 01:11:13 return self._call_chain(*args) 01:11:13 File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain 01:11:13 result = func(*args) 01:11:13 File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default 01:11:13 raise HTTPError(req.full_url, code, msg, hdrs, fp) 01:11:13 urllib.error.HTTPError: HTTP Error 404: Not Found 01:11:13 ERROR:root:Invalid url for javassist-3.27.0-GA: http://www.mozilla.org/MPL/MPL-1.1.html after 9 retries. 01:11:13 ERROR:root:['Saxon-HE-9.9.1-2', 'javassist-3.20.0-GA', 'Saxon-HE-9.9.1-4', 'javassist-3.27.0-GA'] 01:11:13 ERROR:root:**************************************** Licenses were not able to be pulled automatically for some dependencies. Please search source code of the dependencies on the internet and add "license" and "notice" (if available) field to /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Cron/src/sdks/java/container/license_scripts/dep_urls_java.yaml for each missing license. Dependency List: [Saxon-HE-9.9.1-2,Saxon-HE-9.9.1-4,javassist-3.20.0-GA,javassist-3.27.0-GA] ``` The URL resolves fine for me in the browser, but curl, wget, urllib, and requests all get 404s after traversing the redirect chain. ### Issue Priority Priority: 1 ### Issue Component Component: build-system -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
