You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Nick Allen (JIRA)" <ji...@apache.org> on 2016/04/29 15:22:12 UTC

[jira] [Created] (METRON-125) Failure to Start Metron UI

Nick Allen created METRON-125:
---------------------------------

             Summary: Failure to Start Metron UI
                 Key: METRON-125
                 URL: https://issues.apache.org/jira/browse/METRON-125
             Project: Metron
          Issue Type: Bug
         Environment: amazon-ec2
            Reporter: Nick Allen


Deployment to Amazon EC2 fails when starting Metron UI.  Seems to only impact some users and not others.

TASK [metron_ui : Start Metron UI] *********************************************
task path: /Users/nallen/tmp/incubator-metron/metron-deployment/roles/metron_ui/tasks/main.yml:55
fatal: [ec2-52-37-200-66.us-west-2.compute.amazonaws.com]: FAILED! => {"changed": true, "cmd": "pm2 start /usr/metron/0.1BETA/metron-ui/lib/metron-ui.js --name metron", "delta": "0:00:00.239172", "end": "2016-04-29 13:17:25.070727", "failed": true, "invocation": {"module_args": {"_raw_params": "pm2 start /usr/metron/0.1BETA/metron-ui/lib/metron-ui.js --name metron", "_uses_shell": true, "chdir": null, "creates": null, "executable": null, "removes": null, "warn": true}, "module_name": "command"}, "rc": 1, "start": "2016-04-29 13:17:24.831555", "stderr": "[PM2][ERROR] Script already launched, add -f option to force re-execution", "stdout": "┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────────────┬──────────┐\n│ App name │ id │ mode │ pid   │ status │ restart │ uptime │ memory      │ watching │\n├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────────────┼──────────┤\n│ metron   │ 0  │ fork │ 18681 │ online │ 0       │ 40h    │ 98.309 MB   │ disabled │\n└──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────────────┴──────────┘\n Use `pm2 show <id|name>` to get more details about an app", "stdout_lines": ["┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────────────┬──────────┐", "│ App name │ id │ mode │ pid   │ status │ restart │ uptime │ memory      │ watching │", "├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────────────┼──────────┤", "│ metron   │ 0  │ fork │ 18681 │ online │ 0       │ 40h    │ 98.309 MB   │ disabled │", "└──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────────────┴──────────┘", " Use `pm2 show <id|name>` to get more details about an app"], "warnings": []}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)