Hi Rakesh, The nifi-distributed-cache-client-service-api.jar is the issue. Building off latest master, that does not appear in the lib directory for me. Perhaps that was accidentally copied?
The nifi-standard-services-api-nar contains the aforementioned jar. As a general point of consideration, only NARs should be copied into the lib directory. Any JARs will not have the same isolation guarantees which was the source of the bug in 403 and what you are seeing here. # apiri @ brick in /usr/local/Cellar/nifi/1.3.0/libexec [11:32:28] > $ jar -tf lib/nifi-standard-services-api-nar-1.3.0.nar > META-INF/ > META-INF/MANIFEST.MF > META-INF/bundled-dependencies/ > META-INF/bundled-dependencies/nifi-dbcp-service-api-1.3.0.jar > > META-INF/bundled-dependencies/nifi-distributed-cache-client-service-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-hbase-client-service-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-http-context-map-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-load-distribution-service-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-lookup-service-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-record-1.3.0.jar > > META-INF/bundled-dependencies/nifi-record-serialization-service-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-schema-registry-service-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-ssl-context-service-api-1.3.0.jar > META-INF/bundled-dependencies/nifi-utils-1.3.0.jar > META-INF/DEPENDENCIES > META-INF/LICENSE > META-INF/NOTICE > META-INF/maven/ > META-INF/maven/org.apache.nifi/ > META-INF/maven/org.apache.nifi/nifi-standard-services-api-nar/ > META-INF/maven/org.apache.nifi/nifi-standard-services-api-nar/pom.xml > > META-INF/maven/org.apache.nifi/nifi-standard-services-api-nar/pom.properties On Fri, Oct 13, 2017 at 11:05 AM, rakesh <[email protected]> wrote: > Hi Aldrin, > > > Thanks for your reply. Here with I'm attaching minifi 0.2.1 lib snap along > with yml and xml. > > Kindly help us to resolve. > <http://apache-nifi-users-list.2361937.n4.nabble.com/file/t310/minifi0.png > > > config.yml > <http://apache-nifi-users-list.2361937.n4.nabble.com/file/t310/config.yml> > ProbToCentralPortUpdate.xml > <http://apache-nifi-users-list.2361937.n4.nabble.com/file/t310/ > ProbToCentralPortUpdate.xml> > > > > > > > -- > Sent from: http://apache-nifi-users-list.2361937.n4.nabble.com/ >
