Github user JPercivall commented on the issue:
https://github.com/apache/nifi/pull/866
@markap14, I'm having trouble running a standalone instance with this PR. I
get the at I can't start the FlowController due to (very long message, took the
end):
`Caused by: java.lang.IllegalStateException: The
'nifi.zookeeper.connect.string' property is not set in nifi.properties
at
org.apache.nifi.controller.cluster.ZooKeeperClientConfig.createConfig(ZooKeeperClientConfig.java:76)
~[nifi-framework-core-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
at
org.apache.nifi.controller.leader.election.CuratorLeaderElectionManager.<init>(CuratorLeaderElectionManager.java:61)
~[nifi-framework-core-1.0.0-SNAPSHOT.jar:1.0.0-SNAPSHOT]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method) ~[na:1.8.0_74]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
~[na:1.8.0_74]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
~[na:1.8.0_74]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
~[na:1.8.0_74]
at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:147)
~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
... 52 common frames omitted`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---