You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/27 21:24:00 UTC

[jira] [Commented] (AMBARI-24374) Check Keytabs Kerberos Client step failing while re-dding a service via UI

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

Hudson commented on AMBARI-24374:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9694 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9694/])
AMBARI-24374. Testing if kerberos command parameters are present when (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=62a218559af8f993c407f64fb2ed27c93734970f])
* (edit) ambari-common/src/main/python/ambari_commons/kerberos/kerberos_common.py


> Check Keytabs Kerberos Client step failing while re-dding a service via UI
> --------------------------------------------------------------------------
>
>                 Key: AMBARI-24374
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24374
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-agent
>    Affects Versions: 2.7.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 2.7.1
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> *STR*
> install ambari-2.7.0.1-11
> deploy a kerberized cluster (i.e. with ZK and Atlas)
> remove one of the services (I removed Atlas)
> add that service again in via UI
> *Result*
> The following error occurred at the Check Keytabs Kerberos Client task:
> {code:java}
> stderr: 
> Traceback (most recent call last):
>   File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/KERBEROS/package/scripts/kerberos_client.py", line 91, in 
>     KerberosClient().execute()
>   File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 353, in execute
>     method(env)
>   File "/var/lib/ambari-agent/cache/stacks/HDP/3.0/services/KERBEROS/package/scripts/kerberos_client.py", line 87, in check_keytabs
>     find_missing_keytabs(params, output_hook)
>   File "/usr/lib/ambari-agent/lib/ambari_commons/kerberos/kerberos_common.py", line 166, in find_missing_keytabs
>     missing_keytabs = MissingKeytabs.from_kerberos_records(params.kerberos_command_params, params.hostname)
>   File "/usr/lib/ambari-agent/lib/ambari_commons/kerberos/kerberos_common.py", line 55, in from_kerberos_records
>     with_missing_keytab = (each for each in kerberos_record \
> TypeError: 'NoneType' object is not iterable
>  stdout:
> Command failed after 1 tries{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)