Mark Bean created NIFI-6264:
-------------------------------
Summary: Version migration fails when flow contains only
Controller Service
Key: NIFI-6264
URL: https://issues.apache.org/jira/browse/NIFI-6264
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.9.2
Reporter: Mark Bean
When upgrading NiFi, Components are naturally migrated to the latest version
(when that is the only version available.) However, if the flow contains only a
Controller Service with no other Components on the graph, NiFi fails to start
throwing a MissingBundleException. The following is a snippet from nifi-app.log
as an example:
org.apache.nifi.controller.MissingBundleException:
org.apache.nifi.ssl.StandardRestrictedSSLContextService from
org.apache.nifi:nifi-ssl-context-service-nar:1.8.0 is not known to this NiFi
instance.
If a single processor placed on the graph, the Procesor and Controller Service
are appropriately migrated to the available version.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)