Thank you very much It works now!
On 27/10/2015, Mark Petronic <[email protected]> wrote: > I am just in the middle of this same issue. You need to add this to > your VM arguments in the run configuration. Oleg is updating the > README to cover this missing step :) > > -Dnifi.properties.file.path=/<path to nifi install>/conf/nifi.properties > > On Tue, Oct 27, 2015 at 10:29 AM, 林家銘 <[email protected]> wrote: >> Hi >> >> I am just checkout the nifi and want to try "nifi-ide-integration". >> I have followed the instruction on the "nifi-ide-integration" github >> README page. >> Here is my configure >> 1. configure a java application run... >> 2. At the Main tag, choose the Project to be "nifi-ide-integration" >> 3. At the Main tag, choose the Main class to be "org.apache.nifi.NiFi" >> 4. At the Arguments tag and Working Directory part, choose the option >> "other" and select the Nifi root project from the Workspace... >> 5. At the Source tag, click the Add button, and select "Java Project" >> to add all the nifi modules. >> 6. Run... >> >> The error message is >> 18:52:12,463 INFO main nifi.NiFi:225 - Launching NiFi... >> 18:52:12,475 ERROR main nifi.NiFi:229 - 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:249) >> at org.apache.nifi.NiFi.main(NiFi.java:227) >> >> Can anyone help me? >
