| Jenkins cannot be run as windows service, below error message occured: "Windows could not start the Jenkins service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion" Two things was tries to resolve this issue, but didn't help:
- Check if TCP port is occupied by other service (NOT helped)
- Add register entry for HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control "ServicesPipeTimeout" with value of 120000 ms (NOT helped)
|