[
https://issues.apache.org/jira/browse/AMBARI-18448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-18448:
----------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Committed to trunk
{noformat}
commit 33a573cdb54229cee37e1f49837be783de3cba7b
Author: Robert Levas <[email protected]>
Date: Thu Sep 22 14:48:29 2016 -0400
{noformat}
Committed to branch-2.5
{noformat}
commit 3b384502a889c267e7bc29096f01e9633b033b45
Author: Robert Levas <[email protected]>
Date: Thu Sep 22 14:49:07 2016 -0400
{noformat}
> NPE when installing secure cluster via Blueprints due to null logger
> --------------------------------------------------------------------
>
> Key: AMBARI-18448
> URL: https://issues.apache.org/jira/browse/AMBARI-18448
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.5.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Fix For: 2.5.0
>
> Attachments: AMBARI-18448_branch-2.5_01.patch,
> AMBARI-18448_trunk_01.patch
>
>
> Error from the cluster:
> {code}
> 22 Sep 2016 08:23:57,493 ERROR [pool-17-thread-1] TopologyManager:917 -
> TopologyManager.ConfigureClusterTask: An exception occurred while attempting
> to process cluster configs and set on cluster:
> java.lang.NullPointerException
> at
> org.apache.ambari.server.serveraction.kerberos.ConfigureAmbariIdentitiesServerAction.installAmbariServerIdentity(ConfigureAmbariIdentitiesServerAction.java:192)
> at
> org.apache.ambari.server.controller.KerberosHelperImpl.installAmbariIdentity(KerberosHelperImpl.java:828)
> at
> org.apache.ambari.server.controller.KerberosHelperImpl.ensureHeadlessIdentities(KerberosHelperImpl.java:786)
> at
> org.apache.ambari.server.topology.ClusterConfigurationRequest.configureKerberos(ClusterConfigurationRequest.java:178)
> at
> org.apache.ambari.server.topology.ClusterConfigurationRequest.process(ClusterConfigurationRequest.java:145)
> at
> org.apache.ambari.server.topology.TopologyManager$ConfigureClusterTask.call(TopologyManager.java:915)
> at
> org.apache.ambari.server.topology.TopologyManager$ConfigureClusterTask.call(TopologyManager.java:889)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> 22 Sep 2016 08:23:57,494 INFO [pool-3-thread-1] AsyncCallableService:111 -
> Exception during task execution:
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)