DomGarguilo opened a new issue, #263: URL: https://github.com/apache/accumulo-testing/issues/263
When running the terraform setup, it got to the step where maven was attempted to be downloaded. A 404 was thrown since the current version default "3.8.6" does not have a binary at the link it was looking for anymore. Suggested fix: update the default maven version to pull "3.8.8" ``` module.configure_nodes.null_resource.configure_manager_node (remote-exec): --2023-06-28 16:05:22-- https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz module.configure_nodes.null_resource.configure_manager_node (remote-exec): Resolving [dlcdn.apache.org](http://dlcdn.apache.org/) ([dlcdn.apache.org](http://dlcdn.apache.org/))... 151.101.2.132, 2a04:4e42::644 module.configure_nodes.null_resource.configure_manager_node (remote-exec): Connecting to [dlcdn.apache.org](http://dlcdn.apache.org/) ([dlcdn.apache.org](http://dlcdn.apache.org/))|151.101.2.132|:443... connected. module.configure_nodes.null_resource.configure_manager_node (remote-exec): HTTP request sent, awaiting response... 404 Not Found module.configure_nodes.null_resource.configure_manager_node (remote-exec): 2023-06-28 16:05:22 ERROR 404: Not Found. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
