This is a test version of Biostars. For the public version, visit https://www.biostars.org.
gkno install failing on [get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar

During the installation process, the following occurs:

[mkdir] Created dir: /root/.ant/lib
  [get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
  [get] To: /root/.ant/lib/ivy-2.2.0.jar
  [get] Error opening connection java.io.IOException: Server returned HTTP response code: 403 for URL: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
  [get] Error opening connection java.io.IOException: Server returned HTTP response code: 403 for URL: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
  [get] Error opening connection java.io.IOException: Server returned HTTP response code: 403 for URL: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
  [get] Can't get http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar to /root/.ant/lib/ivy-2.2.0.jar

I verified the network route by successfully running wget at the command line:

root@precise64:/home/vagrant/gkno_launcher# wget http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
gkno

Did Pierre's suggestion help with this problem?

1 answer

I suspect you're working behind a proxy: configure the proxy for maven: http://maven.apache.org/guides/mini/guide-proxies.html

Thank you Pierre, yes, it was a network problem related to a proxy. I didn't need to set up the proxy settings file for maven, I just changed a network configuration on our network.

Log in to answer this question.