You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/07/14 20:45:00 UTC

[jira] [Commented] (AMBARI-21480) NPE during "Update Kerberos Descriptor"

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

Hadoop QA commented on AMBARI-21480:
------------------------------------

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

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11795//console

This message is automatically generated.

> NPE during "Update Kerberos Descriptor"
> ---------------------------------------
>
>                 Key: AMBARI-21480
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21480
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.1
>            Reporter: Robert Levas
>            Assignee: Robert Levas
>            Priority: Critical
>              Labels: express_upgrade, rolling_upgrade, upgrade
>             Fix For: 2.5.2
>
>         Attachments: AMBARI-21480_branch-2.5_01.patch, AMBARI-21480_branch-2.5_02.patch, AMBARI-21480_trunk_01.patch, AMBARI-21480_trunk_02.patch
>
>
> Ambari-server.log:- 
> {code}
> java.lang.NullPointerException
> 	at org.apache.ambari.server.state.kerberos.KerberosDescriptorUpdateHelper.processIdentity(KerberosDescriptorUpdateHelper.java:360)
> 	at org.apache.ambari.server.state.kerberos.KerberosDescriptorUpdateHelper.processIdentities(KerberosDescriptorUpdateHelper.java:321)
> 	at org.apache.ambari.server.state.kerberos.KerberosDescriptorUpdateHelper.processComponent(KerberosDescriptorUpdateHelper.java:230)
> 	at org.apache.ambari.server.state.kerberos.KerberosDescriptorUpdateHelper.processService(KerberosDescriptorUpdateHelper.java:195)
> 	at org.apache.ambari.server.state.kerberos.KerberosDescriptorUpdateHelper.processServices(KerberosDescriptorUpdateHelper.java:122)
> 	at org.apache.ambari.server.state.kerberos.KerberosDescriptorUpdateHelper.updateUserKerberosDescriptor(KerberosDescriptorUpdateHelper.java:78)
> 	at org.apache.ambari.server.serveraction.upgrades.UpgradeUserKerberosDescriptor.execute(UpgradeUserKerberosDescriptor.java:139)
> 	at org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.execute(ServerActionExecutor.java:517)
> 	at org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.run(ServerActionExecutor.java:454)
> 	at java.lang.Thread.run(Thread.java:748)
> {code}
> *Cause*
> This is caused by having a _custom/unexpected_ identity in the user-supplied Kerberos descriptor that is not in the Kerberos descriptor from the initial stack.  
> *Solution*
> Ignore the _custom/unexpected_ identity since the user must have added that manually and it is expected that it should remain untouched after the upgrade process. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)