From issues-return-84179-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Wed Sep 4 18:25:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id ABC5B180679 for ; Wed, 4 Sep 2019 20:25:02 +0200 (CEST) Received: (qmail 28488 invoked by uid 500); 5 Sep 2019 00:08:29 -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 28477 invoked by uid 99); 5 Sep 2019 00:08:29 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2019 00:08:29 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 75B34E3116 for ; Wed, 4 Sep 2019 18:25:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 36D46781F26 for ; Wed, 4 Sep 2019 18:25:00 +0000 (UTC) Date: Wed, 4 Sep 2019 18:25:00 +0000 (UTC) From: "Bryan Bende (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NIFIREG-317) Improve logging of exceptions when creating providers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bryan Bende created NIFIREG-317: ----------------------------------- Summary: Improve logging of exceptions when creating providers Key: NIFIREG-317 URL: https://issues.apache.org/jira/browse/NIFIREG-317 Project: NiFi Registry Issue Type: Improvement Affects Versions: 0.5.0 Reporter: Bryan Bende Assignee: Bryan Bende If we fail to create a provider, we throw an exception with the parent cause, but Spring doesn't log the cause so we end up with something like: {code:java} Error creating FlowPersistenceProvider with class name: org.apache.nifi.registry.provider.flow.GitFlowPersistenceProvider {code} but we can't see the cause. We should improve this. -- This message was sent by Atlassian Jira (v8.3.2#803003)