Thanks for trying out Metron!

Have you run `mvn clean package` from $METRON_HOME? (In your case, this
looks to be /home/laurens/Source/incubator-metron/.)

Can you run $METRON_HOME/metron-deployment/scripts/platform-info.sh and
reply with the output?

-Kyle

On Mon, Mar 6, 2017 at 12:56 AM, Laurens Vets <laur...@daemon.be> wrote:

> Hello list,
>
> I'm trying to install the full dev VM with the instructions posted here:
> https://github.com/apache/incubator-metron/tree/master/metro
> n-deployment/vagrant/full-dev-platform
>
> However, after a while, this fails with the following error after running
> 'vagrant up':
>
> <lots of lines>
>
> TASK [epel : Get epel-repo rpm] ******************************
> ******************
> ok: [node1]
>
> TASK [epel : Install epel-repo rpm] ******************************
> **************
> ok: [node1]
>
> TASK [ntp : Install ntp] ******************************
> *************************
> ok: [node1]
>
> TASK [ntp : Ensure ntp is running and enabled]
> *********************************
> ok: [node1]
>
> TASK [metron_common : Check OS Version] ******************************
> **********
> skipping: [node1]
>
> TASK [metron_common : Check for Metron jar path]
> *******************************
> ok: [node1 -> localhost]
>
> TASK [metron_common : Verify Metron jars exist]
> ********************************
> fatal: [node1]: FAILED! => {"changed": false, "failed": true, "msg":
> "Unable to locate staged Metron jars at /home/laurens/Source/incubator
> -metron/metron-deployment/playbooks/../../metron-
> platform/metron-elasticsearch/target/metron-elasticsearch-0.3.1.jar.  Did
> you run 'mvn package'?"}
>
> PLAY RECAP ************************************************************
> *********
> node1                      : ok=41   changed=26   unreachable=0    failed=1
>
> Ansible failed to complete successfully. Any error output should be
> visible above. Please fix these errors and try again.
> laurens@lof:~/Source/incubator-metron/metron-deployment/
> vagrant/full-dev-platform$
>
> Running 'vagrant provision' bugs out with the same error.
>
> Running 'mvn package' under /home/laurens/Source/incubator
> -metron/metron-deployment/playbooks/../../metron-
> platform/metron-elasticsearch/target/ fails with:
>
> Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-cor
> e/1.10.19/mockito-core-1.10.19.jar (1146 KB at 494.2 KB/sec)
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 01:56 min
> [INFO] Finished at: 2017-03-05T23:43:01-06:00
> [INFO] Final Memory: 19M/443M
> [INFO] ------------------------------------------------------------
> ------------
> [ERROR] Failed to execute goal on project metron-elasticsearch: Could not
> resolve dependencies for project 
> org.apache.metron:metron-elasticsearch:jar:0.3.1:
> The following artifacts could not be resolved:
> org.apache.metron:elasticsearch-shaded:jar:0.3.1,
> org.apache.metron:metron-enrichment:jar:0.3.1,
> org.apache.metron:metron-integration-test:jar:0.3.1,
> org.apache.metron:metron-indexing:jar:0.3.1,
> org.apache.metron:metron-indexing:jar:tests:0.3.1,
> org.apache.metron:metron-enrichment:jar:tests:0.3.1: Could not find
> artifact org.apache.metron:elasticsearch-shaded:jar:0.3.1 in clojars.org (
> http://clojars.org/repo) -> [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/conflu
> ence/display/MAVEN/DependencyResolutionException
> laurens@lof:~/Source/incubator-metron/metron-platform/
> metron-elasticsearch$
>
> Any ideas on what might be going wrong or how I can further troubleshoot
> this?
>

Reply via email to