1. When installing Nexus in Win10: wrapper | OpenSCManager failed-access denied. (0x5)
The main is no permissions. Need to run as Administrator
If you are directly clicking Start-nexus.bat to start the service:
If you are executing through the cmd window, you need to set permissions on the command prompt window to perform
2. Wrapper | The Nexus-webapp service isn't installed-the specified service does not exist
After the first problem was solved, the problem arose again.
The solution is to the D:\Program\nexus-2.0.6-bundle\nexus-2.0.6\conf directory, modify the Nexus.properties add a row at the end wrapper.startup.delay=30
Then run install-nexus.bat First,Start-nexus.bat on it.
d:\program\nexus-2.0.6-bundle\nexus-2.0.6\bin\jsw\windows-x86-64>Install-nexus.bat
Wrapper | Nexus installed.
D:\program\nexus-2.0.6-bundle\nexus-2.0.6\bin\jsw\windows-x86-64>Start-nexus.bat
Wrapper | Starting the Nexus service ...
Wrapper | Waiting to start
... Wrapper | Waiting to start
... Wrapper | Nexus started.
D:\program\nexus-2.0.6-bundle\nexus-2.0.6\bin\jsw\windows-x86-64>
The above is the installation of Nexus problems and solutions, follow up on the collation of relevant knowledge, thank you for your support of this site!