Re: NiFi failing to start

2023-01-02 Thread James McMahon
Russ and Chris, thank you for responding. I got this to work. It turned out to be a combination of different issues. One was finding the proper arguments for tls-toolkit so that my CN would be set properly in my certs. The second was configuration settings in my nifi.properties file. For that

Re: NiFi failing to start

2022-12-28 Thread Russell Bateman
In case you or someone else wishes only to run, develop, start, stop, start over, etc., and doesn't care to authenticate a (non-production) installation, I have followed this since NiFi 1.14 and last used it for 1.19: https://www.javahotchocolate.com/notes/nifi.html#20210716 If this doesn't

Re: NiFi failing to start

2022-12-28 Thread Chris Sampson
I think you will need to remove/comment out the references to single-user-provider in authorisers.xml and login-providers.xml as well as removing it from nifi.properties (see the comments in these files as they're provided in the nifi distributions). If you are using 2-way TLS authentication then

NiFi failing to start

2022-12-28 Thread James McMahon
I continue to experience errors when I try to start my nifi 1.16.3 instance. I have followed this guide in an effort to use the toolkit to generate self-0signed certs for user admin, signed by a nifi truststore: Apache NiFi Walkthroughs