Hello,
I have installed a new Jenkins 2 as a service, and configured it to run as user Admin through windows service manager.
This helped me fixing some SVN checkout problems, however I cannot restart Jenkins automatically any more via the url
http://myjenkins/restartI've got this permission error :
AVERTISSEMENT: Failed to restart Jenkins
java.io.IOException: Restarting a service
[Jenkins] $ "C:\Program Files (x86)\Jenkins\jenkins.exe" restart!
System.Exception: Failed to invoke restart: 193
at winsw.WrapperService.Run(String[] _args)
at winsw.WrapperService.Main(String[] args)
at hudson.lifecycle.WindowsServiceLifecycle.restart(WindowsServiceLifecycle.java:139)
at jenkins.model.Jenkins$25.run(Jenkins.java:4014)
Do you know how I could fix this ?
Thanks