Hi, Docker wasn’t installed and after installing I have the following maven error:
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (docker-build) on project metron-rpm: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]", "[ERROR] ", "[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.", "[ERROR] Re-run Maven using the -X switch to enable full debug logging.", "[ERROR] ", "[ERROR] For more information about the errors and possible solutions, please read the following articles:", "[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException", "[ERROR] ", "[ERROR] After correcting the problems, you can resume the build with the command", "[ERROR] mvn <goals> -rf :metron-rpm"], "warnings": []} Regards, Mark de Rijk From: Nick Allen <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Saturday, 22April, 2017 at 21:23 To: "[email protected]" <[email protected]> Subject: Re: Failure installing Full-Dev Vagrant VM Do you have Docker running? It is a dependency that you need installed on your build machine that is not mentioned in the README. We have a JIRA open to get that in the README. On Sat, Apr 22, 2017 at 4:02 PM, Mark de Rijk <[email protected]<mailto:[email protected]>> wrote: Hi, I am trying to install the full-dev VM using the instructions on: https://github.com/apache/incubator-metron/tree/master/metron-deployment/vagrant/full-dev-platform When I get to the vagrant up it starts running through the ansible playbook and it fails on the following error: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (docker-build) on project metron-rpm: Command execution failed. Cannot run program \"docker\" (in directory \"/Users/mark/Applications/Vagrant/incubator-metron-master/metron-deployment/packaging/docker/rpm-docker\"): error=2, No such file or directory -> [Help 1]", "[ERROR] ", "[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.", " [ERROR] Re-run Maven using the -X switch to enable full debug logging.", "[ERROR] ", "[ERROR] For more information about the errors and possible solutions, please read the following articles:", "[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException", "[ERROR] ", "[ERROR] After correcting the problems, you can resume the build with the command", "[ERROR] mvn <goals> -rf :metron-rpm"], "warnings": []} I really want to get the environment up and running this weekend so I can get familiar as soon as possible so I can start contributing to the project. If I made some error please do let me know. Regards, Mark de Rijk
