Verified keys, hashes, and built fine with contrib-check. However it fails to start. (I did not modify the config prior to starting.) >From the log:
2018-01-18 11:31:40,743 WARN [main] org.apache.nifi.minifi.MiNiFiServer Failed to start minifi server... shutting down. java.lang.Exception: Unable to load flow due to: java.lang.NullPointerException at org.apache.nifi.minifi.MiNiFiServer.start(MiNiFiServer.java:133) at org.apache.nifi.minifi.MiNiFi.<init>(MiNiFi.java:148) at org.apache.nifi.minifi.MiNiFi.main(MiNiFi.java:247) Caused by: java.lang.NullPointerException: null at org.apache.nifi.controller.serialization.StandardFlowSerializer.addFlowRegistries(StandardFlowSerializer.java:141) at org.apache.nifi.controller.serialization.StandardFlowSerializer.serialize(StandardFlowSerializer.java:107) at org.apache.nifi.controller.FlowController.serialize(FlowController.java:1590) at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.save(StandardXMLFlowConfigurationDAO.java:141) at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.save(StandardXMLFlowConfigurationDAO.java:132) at org.apache.nifi.persistence.StandardXMLFlowConfigurationDAO.load(StandardXMLFlowConfigurationDAO.java:94) at org.apache.nifi.controller.StandardFlowService.loadFromBytes(StandardFlowService.java:723) at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:534) at org.apache.nifi.minifi.MiNiFiServer.start(MiNiFiServer.java:121) ... 2 common frames omitted I'm using the downloaded source release and built in a new directory so shouldn't be any modified files in there. Wondering if the default config needs modified..? Thanks, Jeff On Wed, Jan 17, 2018 at 9:33 AM, Aldrin Piri <[email protected]> wrote: > Hello, > > I am pleased to call this vote for the source release of Apache NiFi > MiNiFi minifi-0.4.0. > > The source zip, including signatures, digests, etc. can be found at: > https://repository.apache.org/content/repositories/orgapachenifi-1118 > > The Git tag is nifi-minifi-0.4.0-RC1 > The Git commit ID is 0bbb4323a9cb42e4510bde0f58b4950eea1582df > https://git-wip-us.apache.org/repos/asf?p=nifi-minifi.git;a=commit;h= > 0bbb4323a9cb42e4510bde0f58b4950eea1582df > https://github.com/apache/nifi-minifi/commit/ > 0bbb4323a9cb42e4510bde0f58b4950eea1582df > > Checksums of minifi-0.4.0-source-release.zip: > MD5: f8a32ec73e8b52cc9496165b87abd0ec > SHA1: 7b0d60c11fc724f5bb5630391110b8861351c4e2 > SHA256: c566f437b37c1dd912c4577c4a3fa12e36780f71485854de6e92bc7ed40a5699 > > Release artifacts are signed with the following key: > https://people.apache.org/keys/committer/aldrin.asc > > KEYS file available here: > https://dist.apache.org/repos/dist/release/nifi/KEYS > > 3 issues were closed/resolved for this release: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12319921&version=12342439 > > Release note highlights can be found here: > https://cwiki.apache.org/confluence/display/MINIFI/ > Release+Notes#ReleaseNotes-Version0.4.0 > > The vote will be open until 10:00AM EST, 20 January 2018 [1]. > > Please download the release candidate and evaluate the necessary items > including checking hashes, signatures, build > from source, and test. Then please vote: > > [ ] +1 Release this package as minifi-0.4.0 > [ ] +0 no opinion > [ ] -1 Do not release this package because... > > Thanks! > > [1] You can determine this time for your local time zone at > https://s.apache.org/minifi-0.4.0-rc1-close >
