You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2015/05/21 16:49:59 UTC

[jira] [Updated] (AMBARI-11303) Flume Start fails

     [ https://issues.apache.org/jira/browse/AMBARI-11303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmytro Sen updated AMBARI-11303:
--------------------------------
    Attachment: AMBARI-11303.patch

> Flume Start fails
> -----------------
>
>                 Key: AMBARI-11303
>                 URL: https://issues.apache.org/jira/browse/AMBARI-11303
>             Project: Ambari
>          Issue Type: Bug
>          Components: stacks
>    Affects Versions: 2.1.0
>         Environment: Centos6 
> umask 027
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Blocker
>             Fix For: 2.1.0
>
>         Attachments: AMBARI-11303.patch
>
>
> STR:
> 1)Deploy ambari via blueprints with all services and default settings (During install - add some flume agents)
> Actual results:
> Flume Start fails.
> {code}
> 2015-05-19 03:42:36,144 - Error while executing command 'start':
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", 
> line 214, in execute
>     method(env)
>   File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in 
> thunk
>     return fn(*args, **kwargs)
>   File "/var/lib/ambari-agent/cache/common-
> services/FLUME/1.4.0.2.0/package/scripts/flume_handler.py", line 57, in start
>     flume(action='start')
>   File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in 
> thunk
>     return fn(*args, **kwargs)
>   File "/var/lib/ambari-agent/cache/common-
> services/FLUME/1.4.0.2.0/package/scripts/flume.py", line 169, in flume
>     try_sleep=10)
>   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 
> 152, in run
>     self.run_action(resource, action)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 
> 118, in run_action
>     provider_action()
>   File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", 
> line 246, in action_run
>     raise ex
> Fail: Execution of 'pgrep -o -u flume -f ^/usr/lib/jvm/java-1.7.0-openjdk.x86_64.*a2.* > 
> /var/run/flume/a2.pid' returned 1. 
> 2015-05-19 03:45:51,885 - Error while executing command 'start':
> Traceback (most recent call last):
>   File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", 
> line 214, in execute
>     method(env)
>   File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in 
> thunk
>     return fn(*args, **kwargs)
>   File "/var/lib/ambari-agent/cache/common-
> services/FLUME/1.4.0.2.0/package/scripts/flume_handler.py", line 57, in start
>     flume(action='start')
>   File "/usr/lib/python2.6/site-packages/ambari_commons/os_family_impl.py", line 89, in 
> thunk
>     return fn(*args, **kwargs)
>   File "/var/lib/ambari-agent/cache/common-
> services/FLUME/1.4.0.2.0/package/scripts/flume.py", line 169, in flume
>     try_sleep=10)
>   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 
> 152, in run
>     self.run_action(resource, action)
>   File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 
> {code}



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