[ https://issues.apache.org/jira/browse/AMBARI-14378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057415#comment-15057415 ]
Hudson commented on AMBARI-14378: --------------------------------- SUCCESS: Integrated in Ambari-branch-2.2 #74 (See [https://builds.apache.org/job/Ambari-branch-2.2/74/]) AMBARI-14378. Issue with setting zookeeper quorum to localhost in (smohanty: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9c92aab77b6ac579cb85b028efcb27b30924968e]) * ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/params.py > Issue with setting zookeeper quorum to localhost in Kerberized env > ------------------------------------------------------------------ > > Key: AMBARI-14378 > URL: https://issues.apache.org/jira/browse/AMBARI-14378 > Project: Ambari > Issue Type: Bug > Components: ambari-metrics > Affects Versions: 2.2.0 > Environment: Secure cluster + AMS distributed mode > Reporter: Aravindan Vijayan > Assignee: Aravindan Vijayan > Priority: Critical > Fix For: 2.2.0 > > Attachments: AMBARI-14378.patch > > > Exception on AMS start: > {code} > 0.1:61181. Will attempt to SASL-authenticate using Login Context section > 'Client' > 2015-12-14 23:39:18,810 INFO zookeeper.Login > (Login.java:getRefreshTime(301)) - [Thread-9] TGT valid starting at: > Mon Dec 14 23:39:18 UTC 2015 > 2015-12-14 23:39:18,810 INFO zookeeper.Login > (Login.java:getRefreshTime(302)) - [Thread-9] TGT expires: > Tue Dec 15 23:39:18 UTC 2015 > 2015-12-14 23:39:18,810 INFO zookeeper.Login (Login.java:run(181)) - > [Thread-9] TGT refresh sleeping until: Tue Dec 15 19:05:57 UTC 2015 > 2015-12-14 23:39:18,837 INFO zookeeper.ClientCnxn > (ClientCnxn.java:primeConnection(852)) - [main-SendThread(localhost:61181)] > Socket connection established to localhost/127.0.0.1:61181, initiating session > 2015-12-14 23:39:18,965 INFO zookeeper.ClientCnxn > (ClientCnxn.java:onConnected(1235)) - [main-SendThread(localhost:61181)] > Session establishment complete on server localhost/127.0.0.1:61181, sessionid > = 0x151a2dcbfd50000, negotiated timeout = 120000 > 2015-12-14 23:39:19,030 ERROR client.ZooKeeperSaslClient > (ZooKeeperSaslClient.java:createSaslToken(384)) - > [main-SendThread(localhost:61181)] An error: > (java.security.PrivilegedActionException: javax.security.sasl.SaslException: > GSS initiate failed [Caused by GSSException: No valid credentials provided > (Mechanism level: Server not found in Kerberos database (7) - > UNKNOWN_SERVER)]) occurred when evaluating Zookeeper Quorum Member's > received SASL token. This may be caused by Java's being unable to resolve the > Zookeeper Quorum Member's hostname correctly. You may want to try to adding > '-Dsun.net.spi.nameservice.provider.1=dns,sun' to your client's JVMFLAGS > environment. Zookeeper Client will go to AUTH_FAILED state. > {code} > FIX > zookeeper.quorum.hosts needs to be the fully qualified hostname of the AMS > host instead of just "localhost". -- This message was sent by Atlassian JIRA (v6.3.4#6332)