You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/01/28 17:51:39 UTC

[jira] [Commented] (AMBARI-14825) Metrics collector fails to start after upgrade to 2.2.1 on a secure cluster

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

Hadoop QA commented on AMBARI-14825:
------------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12784896/AMBARI-14825.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/5099//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/5099//console

This message is automatically generated.

> Metrics collector fails to start after upgrade to 2.2.1 on a secure cluster
> ---------------------------------------------------------------------------
>
>                 Key: AMBARI-14825
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14825
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-upgrade
>    Affects Versions: 2.2.1
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Blocker
>             Fix For: 2.2.1
>
>         Attachments: AMBARI-14825.patch
>
>
> {code}
> 2016-01-27 23:50:43,961 ERROR [main-SendThread(host1:61181)] client.ZooKeeperSaslClient: Exception while trying to create SASL client
> java.security.PrivilegedActionException: javax.security.sasl.SaslException: Failure to initialize security context [Caused by GSSException: Invalid name provided (Mechanism level: Illegal character in rea
> lm name; one of: '/', ':', '^@' (600))]
>         at java.security.AccessController.doPrivileged(Native Method)
>         at javax.security.auth.Subject.doAs(Subject.java:415)
>         at org.apache.zookeeper.client.ZooKeeperSaslClient.createSaslClient(ZooKeeperSaslClient.java:283)
>         at org.apache.zookeeper.client.ZooKeeperSaslClient.<init>(ZooKeeperSaslClient.java:131)
>         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:993)
>         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1047)
> Caused by: javax.security.sasl.SaslException: Failure to initialize security context [Caused by GSSException: Invalid name provided (Mechanism level: Illegal character in realm name; one of: '/', ':', '^@
> ' (600))]
>         at com.sun.security.sasl.gsskerb.GssKrb5Client.<init>(GssKrb5Client.java:150)
>         at com.sun.security.sasl.gsskerb.FactoryImpl.createSaslClient(FactoryImpl.java:63)
>         at javax.security.sasl.Sasl.createSaslClient(Sasl.java:372)
>         at org.apache.zookeeper.client.ZooKeeperSaslClient$1.run(ZooKeeperSaslClient.java:288)
>         at org.apache.zookeeper.client.ZooKeeperSaslClient$1.run(ZooKeeperSaslClient.java:283)
>         ... 6 more
> Caused by: GSSException: Invalid name provided (Mechanism level: Illegal character in realm name; one of: '/', ':', '^@' (600))
>         at sun.security.jgss.krb5.Krb5NameElement.getInstance(Krb5NameElement.java:127)
>         at sun.security.jgss.krb5.Krb5MechFactory.getNameElement(Krb5MechFactory.java:95)
>         at sun.security.jgss.GSSManagerImpl.getNameElement(GSSManagerImpl.java:202)
>         at sun.security.jgss.GSSNameImpl.getElement(GSSNameImpl.java:472)
>         at sun.security.jgss.GSSNameImpl.init(GSSNameImpl.java:201)
>         at sun.security.jgss.GSSNameImpl.<init>(GSSNameImpl.java:170)
>         at sun.security.jgss.GSSManagerImpl.createName(GSSManagerImpl.java:137)
>         at com.sun.security.sasl.gsskerb.GssKrb5Client.<init>(GssKrb5Client.java:108)
>         ... 10 more
> {code}



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