You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/09/03 16:42:46 UTC

[jira] [Commented] (AMBARI-12994) Devdeploy: Knox gateway start fails on Ubuntu

    [ https://issues.apache.org/jira/browse/AMBARI-12994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14729172#comment-14729172 ] 

Hudson commented on AMBARI-12994:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #3380 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3380/])
AMBARI-12994. Devdeploy: Knox gateway start fails on Ubuntu (aonishuk) (aonishuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6bdcd6c19a5f9fec44d8e38b8c8f83ba0ee6d284)
* ambari-server/src/test/python/stacks/2.2/KNOX/test_knox_gateway.py
* ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/params_linux.py


> Devdeploy: Knox gateway start fails on Ubuntu
> ---------------------------------------------
>
>                 Key: AMBARI-12994
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12994
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.1.2
>
>
>     Traceback (most recent call last):
>       File "/var/lib/ambari-agent/cache/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py", line 267, in <module>
>         KnoxGateway().execute()
>       File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 218, in execute
>         method(env)
>       File "/var/lib/ambari-agent/cache/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py", line 146, in start
>         self.configure(env)
>       File "/var/lib/ambari-agent/cache/common-services/KNOX/0.5.0.2.2/package/scripts/knox_gateway.py", line 63, in configure
>         knox()
>       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/KNOX/0.5.0.2.2/package/scripts/knox.py", line 125, in knox
>         not_if=master_secret_exist,
>       File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 154, 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 258, in action_run
>         tries=self.resource.tries, try_sleep=self.resource.try_sleep)
>       File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 70, in inner
>         result = function(command, **kwargs)
>       File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 92, in checked_call
>         tries=tries, try_sleep=try_sleep)
>       File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 140, in _call_wrapper
>         result = _call(command, **kwargs_copy)
>       File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 291, in _call
>         raise Fail(err_msg)
>     resource_management.core.exceptions.Fail: Execution of '/usr/hdp/current/knox-server/bin/knoxcli.sh create-master --master [PROTECTED]' returned 1. This command requires write permissions on the security directory: /grid/0/hdp/2.3.2.0-2762/knox/bin/../data/security
>     ERROR: Invalid Command
>     Unrecognized option:create-master
>     A fatal exception has occurred. Program will exit.
>     



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