OpenJDK 10 cannot be installed

Seems that since today OpenJDK 10 can no longer be installed…

$ ~/bin/install-jdk.sh --target “/home/travis/openjdk10” --workspace “/home/travis/.cache/install-jdk” --feature “10” --license “GPL” --cacerts

install-jdk.sh 2019-04-18

The command “~/bin/install-jdk.sh --target “/home/travis/openjdk10” --workspace “/home/travis/.cache/install-jdk” --feature “10” --license “GPL” --cacerts” failed and exited with 51 during .

Your build has been stopped.

Anybody else seeing this issue?

Hey @mduft, sorry for the troubles.

Unfortunately, something seems to have changed on Oracle’s servers that was making JDK runtime installation to fail. See the following for more details: https://github.com/sormuras/bach/issues/51.

Following on from that, I just did some tests before writing you back and it seems that the issue got fixed as I’m now able to install these JDKs again. Hence, could you try to restart your previously failing build and let me know if it’s fixed on your side as well?

Thanks!

Hey,

Thanks for the heads up, seems to work again :slight_smile:

Markus

Glad to hear it!

Sorry again for the disruption and please open a new topic if this happens again.

Happy building!