You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2018/01/21 23:43:00 UTC

[jira] [Resolved] (STORM-2903) Fix possible NullPointerException in AbstractAutoCreds

     [ https://issues.apache.org/jira/browse/STORM-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim resolved STORM-2903.
---------------------------------

Thanks [~omkreddy], I merged into master and 1.x-branch.

> Fix possible NullPointerException in AbstractAutoCreds
> ------------------------------------------------------
>
>                 Key: STORM-2903
>                 URL: https://issues.apache.org/jira/browse/STORM-2903
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 1.x
>            Reporter: Manikumar
>            Assignee: Manikumar
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0, 1.2.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Observed below exception while testing Hive token mechanism.
>     ```
>     Caused by: java.lang.NullPointerException
>             at org.apache.storm.common.AbstractAutoCreds.addTokensToUGI(AbstractAutoCreds.java:219) ~[storm-autocreds-1.2.0.3.1.0.0-526.jar:1.2.0.3.1.0.0-526]
>             at org.apache.storm.common.AbstractAutoCreds.populateSubject(AbstractAutoCreds.java:118) ~[storm-autocreds-1.2.0.3.1.0.0-526.jar:1.2.0.3.1.0.0-526]
>             at org.apache.storm.security.auth.AuthUtils.populateSubject(AuthUtils.java:228) ~[storm-core-1.2.0.3.1.0.0-526.jar:1.2.0.3.1.0.0-526]
>             ... 10 more
>     2018-01-19 16:23:26.157 o.a.s.util main [ERROR] Halting process: ("Error on initialization")
>     ```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)