[
https://issues.apache.org/jira/browse/NIFI-4370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161258#comment-16161258
]
ASF subversion and git services commented on NIFI-4370:
-------------------------------------------------------
Commit 1aeb517c273d28f252f5d1fee62fa564cd9e8269 in nifi's branch
refs/heads/master from combine
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=1aeb517 ]
NIFI-4370 View Details of NiFi Data Provenance throws NPE when cluster mode.
This closes #2137
> View Details of NiFi Data Provenance throws NPE when cluster mode
> -----------------------------------------------------------------
>
> Key: NIFI-4370
> URL: https://issues.apache.org/jira/browse/NIFI-4370
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.4.0
> Reporter: Byunghwa Yun
> Fix For: 1.4.0
>
>
> When I got the Provenance Event, NiFi throws NPE.
> {code:java}
> 2017-09-09 18:02:18,863 ERROR [NiFi Web Server-208]
> o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred:
> java.lang.NullPointerException. Returning Internal Server Error response.
> java.lang.NullPointerException: null
> at
> org.apache.nifi.web.api.ProvenanceEventResource.getProvenanceEvent(ProvenanceEventResource.java:297)
> {code}
> I think the cause that below method removed at NIFI-4224.
> {code:java}
> protected Response replicate(final String method, final String nodeUuid)
> {code}
> Thanks.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)