Skip to content
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

Cannot start on windows #10

Open
davidkhala opened this issue Jan 20, 2025 · 2 comments
Open

Cannot start on windows #10

davidkhala opened this issue Jan 20, 2025 · 2 comments

Comments

@davidkhala
Copy link
Owner

davidkhala commented Jan 20, 2025

Having

> nifi.cmd start

JAVA_HOME=C:\Program Files\BellSoft\LibericaJDK-21\
NIFI_HOME=C:\nifi-2.1.0

2025-01-21 00:00:11,398 INFO [main] org.apache.nifi.bootstrap.Command Application Process [12328] started
2025-01-21 00:00:11,399 INFO [main] org.apache.nifi.bootstrap.Command Bootstrap Process Running

localhost:8443 is not found in browser

@davidkhala
Copy link
Owner Author

You need to monitor progress in
logs/nifi-app*log

@davidkhala
Copy link
Owner Author

davidkhala commented Jan 21, 2025

I also see error in using

.\bin\nifi.cmd set-single-user-credentials <username> <password>

There is a bug in nifi.cmd from line 47. It should be changed to

...
if %RUN_COMMAND% == "set-single-user-credentials" (


  call "%JAVA_EXE%" %JAVA_PARAMS% org.apache.nifi.authentication.single.user.command.SetSingleUserCredentials %~2 %~3
  
) 
...

@davidkhala davidkhala reopened this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant