I ran as suggested, and put the output here; https://gist.github.com/niclash/9ee4e5c2e1f97e2e7dee
So, this box is a rented server, with more or less a default Debian install and everything running on it has been via Docker containers, so the original environment is pretty clean, and except for a handful of these kinds of tests and builds, nothing has run there. Niclas On Fri, Jul 24, 2015 at 3:44 PM, Paul Merlin <[email protected]> wrote: > Paul Merlin a écrit : > > Hey Niclas, > > > > Niclas Hedhman a écrit : > >> I built 'develop' according to your instructions on Mac OSX and that > worked > >> fine. > >> > >> I unzipped the source output artifact and built on Mac OSX and that > worked > >> fine. > >> > >> I copied the source output artifact to a very blank server of mine, and > the > >> problem shown below happened. It is obviously a Gradle issue, perhaps > even > >> a Java installation problem. But we should be prepared if someone is > >> raising this. > >> > >> > >> niclas@node1:~/temp/apache-zest-java-2.1-RC0-src$ ./gradlew > >> -Dversion=2.1-RC0 assemble -x signArchives > >> Downloading > https://services.gradle.org/distributions/gradle-2.5-all.zip > >> > >> Exception in thread "main" java.lang.RuntimeException: > >> javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected > error: > >> java.security.InvalidAlgorithmParameterException: the trustAnchors > >> parameter must be non-empty > > Wow. > > > > I just ran SSL-Labs on services.gradle.org and this is not pretty but > > may be mandatory to support 'legacy' clients: > > https://www.ssllabs.com/ssltest/analyze.html?d=services.gradle.org > > > > BUT, it could also be a client JVM setup issue like missing/unreadable > > truststore etc.. > > > > Could you try again, with -Djavax.net.debug=ssl:handshake enabled so we > > can track it down? > Or your setup sets a custom javax.net.ssl.trustStore that point to a > truststore that misses the DigiCert CA used to sign the Gradle's > certificate. > > > -- Niclas Hedhman, Software Developer http://zest.apache.org - New Energy for Java
