Joseph Percivall created NIFI-2634:
--------------------------------------
Summary: Templates assume RPGs populate the type field
Key: NIFI-2634
URL: https://issues.apache.org/jira/browse/NIFI-2634
Project: Apache NiFi
Issue Type: Bug
Reporter: Joseph Percivall
Priority: Blocker
Fix For: 1.0.0
When adding a template from the 0.x line that uses RPGs into 1.X it fails with
the following error in the user logs:
2016-08-23 10:03:41,157 ERROR [NiFi Web Server-138]
o.a.nifi.web.api.config.ThrowableMapper An unexpected error has occurred:
java.lang.NullPointerException: Name is null. Returning Internal Server Error
response.
java.lang.NullPointerException: Name is null
This is due to the template not having the type of RPG (raw vs http).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)