graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
195 stars 28 forks source link

unable to download component catalog #13

Closed edigonzales closed 2 years ago

edigonzales commented 2 years ago

Not sure if this is a temporary thing. But Github Action seems to a problem downloading files from graalvm.org. I can download the file in the browser:

Adding graalvm-ce-java17-linux 22.1.0 to tool-cache ...
/opt/hostedtoolcache/graalvm-ce-java17-linux/22.1.0/x64/graalvm-ce-java17-22.1.0/bin/gu --non-interactive install --no-progress native-image
Downloading: Component catalog from www.graalvm.org
Error: Error downloading component catalog from https://www.graalvm.org/component-catalog/v2/graal-updater-component-catalog-java17.properties: Connection reset. 
Please check your connection and proxy settings. If your machine is behind a proxy, you must set your environment variables (http_proxy, https_proxy, ...) appropriately.
Error: The process '/opt/hostedtoolcache/graalvm-ce-java17-linux/22.1.0/x64/graalvm-ce-java17-22.1.0/bin/gu' failed with exit code 3
fniephaus commented 2 years ago

This appears to be a temporary thing. Could you please restart your builds? graalvm.org is hosted on GitHub pages to reduce network connectivity issues.