New asm-5.0.3 dependency?

Caspole, Eric Eric.Caspole at amd.com
Fri Oct 17 20:15:37 UTC 2014


Hmm, it does have something to do with the JAVA_HOME.
I was using a build of the sumatra-dev repo JDK that is merged up very close if not exactly to JDK 8.0.
Anyway I got it working using regular 8u5 and I will see if it continues to happen.
Thanks,
Eric


-----Original Message-----
From: Tom Rodriguez [mailto:tom.rodriguez at oracle.com] 
Sent: Friday, October 17, 2014 2:52 PM
To: Caspole, Eric
Cc: graal-dev at openjdk.java.net
Subject: Re: New asm-5.0.3 dependency?

It's true the lafo version is missing but the maven link should work.  What Java are you using for the download?  The java.security.InvalidAlgorithmParameterException you're getting is very weird.

tom

On Oct 17, 2014, at 10:58 AM, Caspole, Eric <Eric.Caspole at amd.com> wrote:

> 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_dcc2193db20e19e1feca8b1240dbbc4
> e190824fa 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_dcc2193db20e19e1feca8b1240dbbc4
> e190824fa 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