2023-10-09 13:27:07 |
Xavier Lauzon |
description |
When installing the zookeeper container, it cannot pull the binaries from the Apache repos, as this morning, Apache changed where they reside.
Error:
FAILED! => {"changed": false, "dest": "/opt/apache-zookeeper-3.7.1-bin.tar.gz", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://dlcdn.apache.org/zookeeper/zookeeper-3.7.1/apache-zookeeper-3.7.1-bin.tar.gz"}
https://dlcdn.apache.org/zookeeper/zookeeper-3.7.1/apache-zookeeper-3.7.1-bin.tar.gz no longer exists and has been replaced with version 3.7.2, however, it can be sourced from the archives here:
http://archive.apache.org/dist/zookeeper/zookeeper-3.7.1/apache-zookeeper-3.7.1-bin.tar.gz |
When installing the zookeeper container it cannot pull the binaries from the Apache repos. This morning Apache changed where they reside.
Error:
FAILED! => {"changed": false, "dest": "/opt/apache-zookeeper-3.7.1-bin.tar.gz", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 404: Not Found", "status_code": 404, "url": "https://dlcdn.apache.org/zookeeper/zookeeper-3.7.1/apache-zookeeper-3.7.1-bin.tar.gz"}
https://dlcdn.apache.org/zookeeper/zookeeper-3.7.1/apache-zookeeper-3.7.1-bin.tar.gz no longer exists and has been replaced with version 3.7.2, however, it can be sourced from the archives here:
http://archive.apache.org/dist/zookeeper/zookeeper-3.7.1/apache-zookeeper-3.7.1-bin.tar.gz |
|