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/02/05 00:45:39 UTC

[jira] [Commented] (AMBARI-14928) Ambari throws NPE in kerberos mode U14/S11

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

Hadoop QA commented on AMBARI-14928:
------------------------------------

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

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

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {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:red}-1 core tests{color}.  The patch failed these unit tests in ambari-server:

                  org.apache.ambari.server.upgrade.UpgradeCatalog222Test

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

This message is automatically generated.

> Ambari throws NPE in kerberos mode U14/S11
> ------------------------------------------
>
>                 Key: AMBARI-14928
>                 URL: https://issues.apache.org/jira/browse/AMBARI-14928
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.2.2
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Critical
>             Fix For: 2.2.2
>
>         Attachments: AMBARI-14928-trunk.patch
>
>
> From ambari-server.log:
> {code}
> 04 Feb 2016 13:02:35,377 ERROR [main] KerberosChecker:115 - Cannot locate KDC
> 04 Feb 2016 13:02:35,378 ERROR [main] AmbariServer:822 - Failed to run the Ambari Server
> org.apache.ambari.server.AmbariException: Ambari Server Kerberos credentials check failed. 
> Check KDC availability and JAAS configuration in /etc/ambari-server/conf/krb5JAASLogin.conf
> 	at org.apache.ambari.server.controller.utilities.KerberosChecker.checkJaasConfiguration(KerberosChecker.java:116)
> 	at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:817)
> 04 Feb 2016 13:02:35,380 ERROR [main] AmbariServer:721 - Error stopping the server
> java.lang.NullPointerException
> 	at org.apache.ambari.server.controller.AmbariServer.stop(AmbariServer.java:719)
> 	at org.apache.ambari.server.controller.AmbariServer.main(AmbariServer.java:824)
> {code}



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