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/21 23:16:04 UTC

[jira] [Commented] (AMBARI-13172) Kafka Service check fails with umask 027 on secure cluster

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

Hudson commented on AMBARI-13172:
---------------------------------

FAILURE: Integrated in Ambari-branch-2.1 #569 (See [https://builds.apache.org/job/Ambari-branch-2.1/569/])
AMBARI-13172. Kafka Service check fails with umask 027 on secure cluster. (mpapirkovskyy) (mpapyrkovskyy: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0bd6d4890d8159824473bda1515408ce388711f8)
* ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/package/scripts/service_check.py


> Kafka Service check fails with umask 027 on secure cluster
> ----------------------------------------------------------
>
>                 Key: AMBARI-13172
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13172
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.2
>            Reporter: Myroslav Papirkovskyy
>            Assignee: Myroslav Papirkovskyy
>            Priority: Blocker
>             Fix For: 2.1.2
>
>
> Kafka service check failed with exception:
> {noformat}
> [2015-09-21 18:16:34,906] WARN SASL configuration failed: javax.security.auth.login.LoginException: Zookeeper client cannot authenticate using the 'Client' section of the supplied JAAS configuration: '/usr/hdp/current/kafka-broker/config/kafka_jaas.conf' because of a RuntimeException: java.lang.SecurityException: Configuration Error:
> 	No such file or directory Will continue connection to Zookeeper server without SASL authentication, if Zookeeper server allows it. (org.apache.zookeeper.ClientCnxn)
> Error while executing topic command null
> java.lang.ExceptionInInitializerError
> 	at kafka.admin.AdminUtils$.createTopic(AdminUtils.scala:231)
> 	at kafka.admin.TopicCommand$.createTopic(TopicCommand.scala:92)
> 	at kafka.admin.TopicCommand$.main(TopicCommand.scala:54)
> 	at kafka.admin.TopicCommand.main(TopicCommand.scala)
> Caused by: java.lang.RuntimeException: File /usr/hdp/current/kafka-broker/config/kafka_jaas.conf cannot be read.
> 	at kafka.utils.ZkUtils$.<init>(ZkUtils.scala:65)
> 	at kafka.utils.ZkUtils$.<clinit>(ZkUtils.scala)
> 	... 4 more
> {noformat}



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