olegz / nifi-ide-integration

22 stars 16 forks source link

Nifi throws an exception on startup #3

Open mafujian opened 7 years ago

mafujian commented 7 years ago

Failure to launch NiFi due to java.lang.RuntimeException: Requires a system property called 'nifi.properties.file.path' and this is not set or has no value java.lang.RuntimeException: Requires a system property called 'nifi.properties.file.path' and this is not set or has no value at org.apache.nifi.util.NiFiProperties.getInstance(NiFiProperties.java:255) at org.apache.nifi.NiFi.main(NiFi.java:227)

yuri1969 commented 7 years ago

This sounds like the nifi.properties.file.path should point to NiFi's conf/nifi.properties file.