Install of openjdk11 is failing (again)

Hi @dominic! Problem still there for us too.
------------------
Installing openjdk11
export JAVA_HOME=~/openjdk11** ** export PATH="$JAVA_HOME/bin:PATH"** ** ~/bin/install-jdk.sh --target “/home/travis/openjdk11” --workspace “/home/travis/.cache/install-jdk” --feature “11” --license “GPL” --cacerts
install-jdk.sh 2019-04-18
**The command “~/bin/install-jdk.sh --target “/home/travis/openjdk11” --workspace “/home/travis/.cache/install-jdk” --feature “11” --license “GPL” --cacerts” failed and exited with 51 during **
Your build has been stopped.
------------------
Will the problem be solved?

It does not solved yet. For details, please see comments on https://github.com/sormuras/bach/issues/51.

Yes, in particular Mac builds trying to use OpenJDK 11 are broken, e.g.:

https://travis-ci.org/msridhar/WALA/jobs/525630974

@dominic is there a workaround for Mac?

Oracle / Mark Reinhold is “working on it …”

3 Likes

Just did some tests and it seems to be fixed now. Could you again restart your previously failing builds to confirm? Thanks!

@dominic @BanzaiMan et al – please update Travis CI’s copy of install-jdk.sh to version 2019-04-29. It works from OpenJDK 9 to 13 now: https://travis-ci.org/sormuras/sormuras.github.io/builds/525707968

1 Like

Done now.

1 Like

It’s 13, again.

Having troubles (today) on trusty with openjdk11!

$ ~/bin/install-jdk.sh --tar get “/home/travis/openjdk11” --workspace “/home/travis/.cache/install-jdk” --feature “11” --license “GPL” --cacerts
Ignoring license option: GPL – using GPLv2+CE by default
install-jdk.sh 2019-09-17
The command “~/bin/install-jdk.sh --target “/home/travis/openjdk11” --workspace “/home/travis/.cache/install-jdk” --feature “11” --license “GPL” --cacerts” failed and exited with 52 during .

My build just fixed itself (restart ran without issues)

Not happy about such unexpected behaviour :unamused:

That trouble was due to jdk.java.net being down yesterday – which is back online as of today.

1 Like