You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2014/10/31 04:31:33 UTC

[jira] [Created] (AMBARI-8059) Flume Start is failing with pid returned 1

Alejandro Fernandez created AMBARI-8059:
-------------------------------------------

             Summary: Flume Start is failing with pid returned 1
                 Key: AMBARI-8059
                 URL: https://issues.apache.org/jira/browse/AMBARI-8059
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 1.7.0
            Reporter: Alejandro Fernandez
            Assignee: Alejandro Fernandez
            Priority: Blocker
             Fix For: 1.7.0


{code}

2014-10-30 22:39:15,262 - Error while executing command 'start':
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute
    method(env)
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/FLUME/package/scripts/flume_handler.py", line 39, in start
    flume(action='start')
  File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/FLUME/package/scripts/flume.py", line 95, in flume
    Execute(pid_cmd, logoutput=True, tries=10, try_sleep=6)
  File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__
    self.env.run()
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run
    self.run_action(resource, action)
  File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action
    provider_action()
  File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 241, in action_run
    raise ex
Fail: Execution of 'pgrep -o -u flume -f ^/usr/jdk64/jdk1.7.0_67.*a2.* > /var/run/flume/a2.pid' returned 1.

{code}




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