Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Minifi HandleHttpRequest/Response http-context-map-nar

avatar
New Member

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

1 ACCEPTED SOLUTION

avatar
Master Guru

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

View solution in original post

4 REPLIES 4

avatar
New Member

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.

avatar
Master Guru

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

avatar
New Member

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!

avatar
New Member

Worked perfectly, thanks again @Bryan Bende