jdye64 / nifi-addons

Additional convenience processors not found in core Apache NiFi
91 stars 49 forks source link

Packaging issue potentially leading to Nifi UI issue #6

Open analytically opened 6 years ago

analytically commented 6 years ago

image

image

Could it be that due to jars residing in different nars we're seeing the 'Incompatible Controller Service Configured' error?

analytically commented 6 years ago

Found in the logs:

2018-10-09 12:41:52,449 WARN [main] org.apache.nifi.nar.ExtensionManager Component com.jeremydyer.processors.salesforce.sobject.SObjectDescribeProcessor is bundled with its referenced Controller Service APIs com.jeremydyer.nifi.salesforce.SalesforceUserPassAuthentication. The service APIs should not be bundled with component implementations that reference it.

analytically commented 6 years ago

This is with nifi-salesforce-nar-1.7.1.nar, nifi-salesforce-controllerservice-nar-1.7.1.nar and nifi-salesforce-api-nar-1.7.1.nar available to Nifi.

analytically commented 6 years ago

@jdye64