|
From: Davide S. <ds...@cd...> - 2015-03-13 14:41:06
|
Hi, I have installed an application as windows service using the wrapper on a Microsoft Windows Server 2012. I can start the application from the command line without problems using the following command >> [wrapper_path]\wrapper-windows-x86-64.exe -c [application_path]\app.conf But when I start it as a service (same command with -s) if fails with the following error: STATUS | wrapper | 2015/03/13 14:51:29 | --> Wrapper Started as Service DEBUG | wrapper | 2015/03/13 14:51:29 | Allocating a console for the service. ERROR | wrapper | 2015/03/13 14:51:29 | ERROR: Unable to allocate a console for the service: A device attached to the system is not functioning. (0x1f) STATUS | wrapper | 2015/03/13 14:51:29 | <-- Wrapper Stopped DEBUG | wrapper | 2015/03/13 14:51:29 | active log file changed: wrapper.log I read that somebody else encountered the same issue because the Path variable contained some unresolvable references, but this doesn't seem to be my case. Any inputs? |