You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Sen (JIRA)" <ji...@apache.org> on 2016/02/04 18:43:39 UTC

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

Dmytro Sen created AMBARI-14928:
-----------------------------------

             Summary: 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


>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)