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 read component list #59

Closed lucas-nery-sumup closed 1 year ago

lucas-nery-sumup commented 1 year ago

I keep seeing this error whenever I execute the action from my pipeline:

- name: Setup GraalVM environment with Java 11
      uses: graalvm/setup-graalvm@v1
      with:
        version: '21.3.0'
        java-version: '11'
        components: 'native-image'

And then it fails:

Error: Error reading component list: https://oca.opensource.oracle.com/gds/meta-data.json
Error: The process '/opt/toolcache/graalvm-ce-java11-linux/21.3.0/x64/graalvm-ce-java11-21.3.0/bin/gu' failed with exit code 3

I much appreciate any help @fniephaus

I can provide the full log if it's needed. But the thing is, if you try to access this URL from the log error it returns a Not found.

fniephaus commented 1 year ago

Hi @lucas-nery-sumup, GraalVM 21.3.0 is using a server that has reached its end-of-life. Please update to GraalVM 21.3.3.1 and it should work again.

Happy building!

-- Fabio