-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nifi throws an exception on startup. #2
Comments
Yes, that is correct. I need to update the docs. There is a missing step where when you configure runnable you also have to provide -D for nifi.properties. I'll find time to polish the docs |
I've got the -D-Dnifi.properties.file.path included but I get:
And I see nifi-nar-utils jar in the referenced libraries. Any idea what's wrong? |
@cupdike I've got the same problem, Do we need change the nifi-runtime jar's version? |
Followed the instructions in the README.md file. Nifi won't start as there's no properties file found. NifiProperties.java expects the system property, PROPERTIES_FILE_PATH, to be set on startup. So two problems here - 1. System property is not set, but README.md could be updated to include this as a necessary setting in the Eclipse Run configuration, and 2. nifi.properties file needs to be generated as part of the Eclipse project files.
One other aside, there isn't a log4j properties file so you don't see the error message thrown.
The text was updated successfully, but these errors were encountered: