You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/11/17 05:16:11 UTC

[jira] [Commented] (AMBARI-13915) Storm Upgrade Causes NPE Due To null Property Value Replacement

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

Hudson commented on AMBARI-13915:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #3847 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3847/])
AMBARI-13915 - Storm Upgrade Causes NPE Due To null Property Value (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=004e4f98e7d20dbecdd31a7b889f55bfd1008897])
* ambari-server/src/test/java/org/apache/ambari/server/serveraction/upgrades/ConfigureActionTest.java
* ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/ConfigureAction.java


> Storm Upgrade Causes NPE Due To null Property Value Replacement
> ---------------------------------------------------------------
>
>                 Key: AMBARI-13915
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13915
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.3
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13915.patch
>
>
> In an upgrade (either rolling or express), the {{storm-site}} property replacement for 
> {code}
> <replace key="nimbus.authorizer" find="com.xasecure.authorization.storm.authorizer.XaSecureStormAuthorizer" replace-with="org.apache.ranger.authorization.storm.authorizer.RangerStormAuthorizer" />
> {code}
> causes
> {code}
> 10 Nov 2015 05:06:34,332  WARN [Server Action Executor Worker 264] ServerActionExecutor:479 - Task #264 failed to complete execution due to thrown exception: java.lang.NullPointerException:null
> java.lang.NullPointerException
>         at org.apache.ambari.server.serveraction.upgrades.ConfigureAction.execute(ConfigureAction.java:410)
>         at org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.execute(ServerActionExecutor.java:537)
>         at org.apache.ambari.server.serveraction.ServerActionExecutor$Worker.run(ServerActionExecutor.java:474)
>         at java.lang.Thread.run(Thread.java:745)
> {code}



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