Is JAVA_HOME set? Try just building Metron until you work through this issue. Fix JAVA_HOME and then run the following to build Metron.
mvn clean install -DskipTests On Mon, Nov 20, 2017 at 8:31 AM Pawel Bialasiewicz <[email protected]> wrote: > Here is the output: > [root@ip-172-31-12-59 metron]# > ./metron-deployment/scripts/platform-info.sh > Metron 0.4.2 > -- > * master > -- > commit 4a089900ad477b8e261ab2a2a7d4cafeaec21eca > Author: nickwallen <[email protected]> > Date: Fri Nov 17 14:45:27 2017 -0500 > > METRON-1301 Alerts UI - Sorting on Triage Score Unexpectedly Filters > Some Records (nickwallen) closes apache/metron#832 > -- > -- > ./metron-deployment/scripts/platform-info.sh: line 48: ansible: command > not found > -- > ./metron-deployment/scripts/platform-info.sh: line 52: vagrant: command > not found > -- > Python 2.6.6 > -- > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-10T16:41:47+00:00) > Maven home: /opt/apache-maven-3.3.9 > Java version: 1.8.0_151, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.151-1.b12.el6_9.x86_64/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "2.6.32-696.1.1.el6.x86_64", arch: "amd64", > family: "unix" > -- > Docker version 1.7.1, build 786b29d/1.7.1 > -- > node > v0.10.48 > -- > npm > 1.3.6 > -- > Linux ip-172-31-12-59 2.6.32-696.1.1.el6.x86_64 #1 SMP Tue Apr 11 17:13:24 > UTC 2017 x86_64 x86_64 x86_64 GNU/Linux > -- > Total System Memory = 32106.9 MB > Processor Model: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz > Processor Speed: 2400.046 MHz > Total Physical Processors: 8 > Total cores: 64 > Disk information: > /dev/xvda1 7.8G 2.1G 5.4G 28% / > This CPU may not support virtualization > > > On Mon, Nov 20, 2017 at 2:17 PM, Nick Allen <[email protected]> wrote: > >> It seems like you are having issues building Metron. Execute the >> following script and reply with the output, please. >> >> ./metron-deployment/scripts/platform-info.sh >> >> >> >> On Mon, Nov 20, 2017 at 7:58 AM Pawel Bialasiewicz <[email protected]> >> wrote: >> >>> Hello everybody, >>> >>> For the last couple of days I have been trying to install Metron using >>> different ways. I tired to install in on AWS using the provided scripts and >>> it ended up like this: >>> >>> https://issues.apache.org/jira/browse/METRON-1318 >>> >>> Then I decided to try to do a bare metal installation, but it ended up >>> like this: >>> >>> https://issues.apache.org/jira/browse/METRON-1320 >>> >>> So I would like to ask here: >>> >>> Is there a single working/current how-to that I could use to install and >>> start using Metron? >>> >>> Paweł >>> >> >
