On 02/09/2019 09:00, Adam Retter wrote:
> Hi Mark, thanks for your response. I am just wondering when you say:
> 
>> If your application doesn't run under LocalService and you want it to
>> then you'll need to fix your application.
> 
> How can we diagnose why Procrun won't start our application under
> LocalService? We would like to understand what it is about our
> application that stops Procrun from starting it as a LocalService?
> 
> Our application installs into C:\Program Files\<our app dir>, and has
> a data directory in C:\Users\<installer user>\AppData\Roaming\<our app
> data dir>

It is most likely a permissions issue. LocalService has a lot less
access than LocalSystem.

Review the application error logs for permissions related issues and
address them as you find them. The nature of the application may be that
it needs a dedicated (domain or local) user to run under to ensure it
gets only the permissions it needs.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to