New asm-5.0.3 dependency?
Caspole, Eric
Eric.Caspole at amd.com
Fri Oct 17 17:58:10 UTC 2014
Today I started getting this problem with a clean checkout:
$ nice ./mx.sh --vm server --vmbuild fastdebug build
Downloading ASM from ['http://lafo.ssw.uni-linz.ac.at/graal-external-deps/asm-5.0.3.jar', 'https://search.maven.org/remotecontent?filepath=org/ow2/asm/asm/5.0.3/asm-5.0.3.jar']
** If behind a firewall without direct internet access, use the HTTP_PROXY environment variable (e.g. 'env HTTP_PROXY=proxy.company.com:80 max ...') or download manually with a web browser.
** If behind a firewall without direct internet access, use the HTTPS_PROXY environment variable (e.g. 'env HTTPS_PROXY=proxy.company.com:80 max ...') or download manually with a web browser.
Downloading http://lafo.ssw.uni-linz.ac.at/graal-external-deps/asm-5.0.3.jar to /home/ecaspole/.mx/cache/asm-5.0.3.jar_dcc2193db20e19e1feca8b1240dbbc4e190824fa
Error reading from http://lafo.ssw.uni-linz.ac.at/graal-external-deps/asm-5.0.3.jar: java.io.FileNotFoundException: http://lafo.ssw.uni-linz.ac.at/graal-external-deps/asm-5.0.3.jar
Downloading https://search.maven.org/remotecontent?filepath=org/ow2/asm/asm/5.0.3/asm-5.0.3.jar to /home/ecaspole/.mx/cache/asm-5.0.3.jar_dcc2193db20e19e1feca8b1240dbbc4e190824fa
Error reading from https://search.maven.org/remotecontent?filepath=org/ow2/asm/asm/5.0.3/asm-5.0.3.jar: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Exception in thread "main" java.lang.Error: Could not download content to /home/ecaspole/.mx/cache/asm-5.0.3.jar_dcc2193db20e19e1feca8b1240dbbc4e190824fa from [http://lafo.ssw.uni-linz.ac.at/graal-external-deps/asm-5.0.3.jar, https://search.maven.org/remotecontent?filepath=org/ow2/asm/asm/5.0.3/asm-5.0.3.jar]
at URLConnectionDownload.main(URLConnectionDownload.java:155)
Could not download to /home/ecaspole/.mx/cache/asm-5.0.3.jar_dcc2193db20e19e1feca8b1240dbbc4e190824fa from any of the following URLs:
http://lafo.ssw.uni-linz.ac.at/graal-external-deps/asm-5.0.3.jar
https://search.maven.org/remotecontent?filepath=org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
Please use a web browser to do the download manually
=================
The one on that linz site is 4.0:
http://lafo.ssw.uni-linz.ac.at/graal-external-deps/asm-4.0.jar
Thanks,
Eric
More information about the graal-dev
mailing list