@BK84
The exception is caused by:
Caused by: java.lang.IllegalStateException: The specified class 'org.apache.nifi.controller.state.providers.raft.RaftStateProvider' is not known to this nifi.
Your NiFi knows nothing about this class meanung the nifi lib directory does not contain any nar that includes this class:
org.apache.nifi.controller.state.providers.raft.RaftStateProvider
I also see nothing in Apache NiFi Jira nor in the NiFi 2 documentation mentioning this class or any type of raft state provider.
Looking at the properties configured with this provider class, they match the zookeeper properties. So I suspect you should be using this class instead in your stet provider:
org.apache.nifi.controller.state.providers.zookeeper.ZooKeeperStateProvider
Please help our community grow and thrive. If you found any of the suggestions/solutions provided helped you with solving your issue or answering your question, please take a moment to login and click "Accept as Solution" on one or more of them that helped.
Thank you,
Matt