Hello folks, I have moved my custom components/extensions from the nifi-1.26.0 linux environment to nifi-2.0.0 environment.
I always copy my custom NAR files in ${NIFI_HOME}/lib folder and used them in data flow preparation in nifi-1.26.0 When I do the same in nifi-2.0.0, custom components functionality is working fine as per the expectations but while clicking on "View Documentation" option on custom processor, the component documentation throws following error: Unable to find bundle [<group Id>: nifi-aggregation-processors-nar :<version>] But the expected NAR file exists in the lib folder. [user@devserver lib]$ ls -lrt *aggregation* -rwxrwxrwx 1 user grp 40738930 Jan 21 04:10 nifi-aggregation-processors-nar-2025.1-SNAPSHOT.nar When I verified the same in my local *windows *installation, surprisingly everything works fine and I am able to see the documentation of the component. [image: image.png] Any inputs/thoughts on this issue? Regards, Ranjith Kumar P +91 99087 66630