I am not sure of the best way to add to my issue, suggestions are welcomed!
I traced the execution of StartNTService.bat to the line:
“%_WRAPPER_EXE%” -t %_WRAPPER_CONF%
After substitutions, the executable line is:
“C:\sonarqube\bin\windows-x86-64\wrapper.exe” -t “C:\sonarqube\bin\windows-x86-64…\conf\wrapper.conf”
I am doing the install on a new Window 10 HP machine with only about 4 non-HP applications installed. I hope this note adds enough details so that someone working on the SonarQube installation can tell me how to do the install.
When I initially Googled your error message what I found said you might need to run the process as admin. I didn’t suggest that initially because SonarQube won’t run as root and I’m unsure how/whether that restriction applies to Windows/admin.