You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2019. It is now read-only.
When I Vagrant up on my Centos box it fails with the error.
TASK [solr : download Solr] **************************************************** fatal: [192.168.100.100]: FAILED! => {"changed": true, "cmd": ["wget", "http://www.mirrorservice.org/sites/ftp.apache.org/lucene/solr/4.7.2/solr-4.7.2.tgz"], "delta": "0:00:02.420519", "end": "2016-04-18 12:18:05.808819", "failed": true, "rc": 8, "start": "2016-04-18 12:18:03.388300", "stderr": "--2016-04-18 12:18:03-- http://www.mirrorservice.org/sites/ftp.apache.org/lucene/solr/4.7.2/solr-4.7.2.tgz\nResolving www.mirrorservice.org... 212.219.56.184, 64:ff9b::d4db:38b8\nConnecting to www.mirrorservice.org|212.219.56.184|:80... connected.\nHTTP request sent, awaiting response... 404 Not Found\n2016-04-18 12:18:05 ERROR 404: Not Found.", "stdout": "", "stdout_lines": [], "warnings": ["Consider using get_url module rather than running wget"]}
This is because the FTP link has changed and gives a 404 error at the URL http://www.mirrorservice.org/sites/ftp.apache.org/lucene/solr/4.7.2/solr-4.7.2.tgz\
A quick check I can download it at the URL
archive.apache.org/dist/lucene/solr/4.7.2/solr-4.7.2.tgz