Created 08-14-2017 02:50 PM
I want to use the HandleHttpRequest/Response processors in v0.2.1 of MiNiFi. I have added the nifi-http-context-map-nar to my lib folder and restarted but I get a "Could not create a Controller Service of type..." error with the following exception: ControllerServiceInstantiationException: Unable to find bundle for coordinate default:unknown:unversioned
Created 08-23-2017 06:49 PM
What version of NiFi did you take the nifi-http-context-nar from?
MiNiFi 0.2.1 is based on NiFi 1.2.0 and you would need to take the NAR from that release:
https://dist.apache.org/repos/dist/release/nifi/1.2.0/nifi-1.2.0-bin.tar.gz
Created 08-23-2017 11:02 AM
Has anybody else encountered this error or has anyone successfully added the nifi-http-context-map-nar to MiNiFi? Any help in getting this issue resolved would be much appreciated.
Created 08-23-2017 06:49 PM
What version of NiFi did you take the nifi-http-context-nar from?
MiNiFi 0.2.1 is based on NiFi 1.2.0 and you would need to take the NAR from that release:
https://dist.apache.org/repos/dist/release/nifi/1.2.0/nifi-1.2.0-bin.tar.gz
Created 08-24-2017 07:19 AM
Hi Bryan, I didn't realise that MiNiFi and nar versoins were coupled in this way. I'll try that this morning and let you know. Thanks for the help!
Created 08-24-2017 08:27 AM
Worked perfectly, thanks again @Bryan Bende