- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
I have successfully installed NiFi on windows, configured and received events using the ConsumeWindowsEventLog processor, however every time my RDP session terminates the NIFI process quits? Any help would be appreciated
- Labels:
-
Apache NiFi
Created ‎06-28-2017 09:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎06-29-2017 06:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll need run-nifi.bat to be run as a service, or be able to run when the user is not logged on. This answer from a user on serverfault.com has some in-depth instructions on how to set up running a batch file with the Task Scheduler.
Created ‎06-28-2017 09:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried running it as a local account, however it did not solve the problem of restarting the NiFi if it was shutdown unexpectedly.
Created ‎06-29-2017 06:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You'll need run-nifi.bat to be run as a service, or be able to run when the user is not logged on. This answer from a user on serverfault.com has some in-depth instructions on how to set up running a batch file with the Task Scheduler.
Created ‎06-29-2017 06:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Jeff Storck