Skip to content
This repository was archived by the owner on Dec 12, 2019. It is now read-only.
This repository was archived by the owner on Dec 12, 2019. It is now read-only.

Centos Solr Task Download Fails with 404  #353

@BigEdDev

Description

@BigEdDev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions