Github user jzonthemtn commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/86#discussion_r124367664
--- Diff: minifi-docs/src/main/markdown/System_Admin_Guide.md ---
@@ -650,6 +650,16 @@ NiFi Properties Overrides:
nifi.database.directory: ./database_repository_override
```
+# Running as a Windows Service
--- End diff --
A Windows service appears to run with a working directory of
`C:\Windows\System32` and this causes problems when the directories in the
configuration are relative paths. Setting them to absolute paths lets the
service find the files it wants. Not my preferred solution but is cleaner than
others I tried. If anyone has any other ideas let me know.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---