Entering edit mode
10.5 years ago
brettin
•
0
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
Did Pierre's suggestion help with this problem?