Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 40E06200D03 for ; Sat, 9 Sep 2017 14:39:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3F71B1609C4; Sat, 9 Sep 2017 12:39:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8763E1609B5 for ; Sat, 9 Sep 2017 14:39:03 +0200 (CEST) Received: (qmail 69935 invoked by uid 500); 9 Sep 2017 12:39:02 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 69926 invoked by uid 99); 9 Sep 2017 12:39:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Sep 2017 12:39:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A91D81A0CB6 for ; Sat, 9 Sep 2017 12:39:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 69P4AlLUNvDB for ; Sat, 9 Sep 2017 12:39:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D09F65FD7C for ; Sat, 9 Sep 2017 12:39:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 58BD9E00C7 for ; Sat, 9 Sep 2017 12:39:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 127AF23F0D for ; Sat, 9 Sep 2017 12:39:00 +0000 (UTC) Date: Sat, 9 Sep 2017 12:39:00 +0000 (UTC) From: "Byunghwa Yun (JIRA)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NIFI-4370) View Details of NiFi Data Provenance throws NPE when cluster mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 09 Sep 2017 12:39:04 -0000 Byunghwa Yun created NIFI-4370: ---------------------------------- Summary: 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)