dev-set failed due to 404 error at www.apache.org
bpshaver opened this issue · 0 comments
bpshaver commented
It looks like part of the set-up process is reaching out to a dead link:
http://www.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip.md5
Unless I'm misunderstanding something, because http://www.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip is a valid link.
TASK [jgoodall.maven3 : get_url] ***********************************************
fatal: [stucco]: FAILED! => {"changed": false, "dest": "/tmp/maven.md5", "msg": "Request failed", "response": "HTTP Error 404: Not Found", "state": "absent", "status_code": 404, "url": "http://www.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip.md5"}
to retry, use: --limit @<MY_PATH>/stucco/provisioning/site.retry
PLAY RECAP *********************************************************************
stucco : ok=14 changed=10 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.