I am trying to install Archiva on windows 8.1 pro (64 bit) and I am continuously getting the same error as below
wrapper | OpenSCManager failed - Access is denied. (0x5).
I logged in as administrator only. But still I am getting the same error. Most of the answers for the same problem I am seeing it for VISTA and 7 etc.. But not for Windows8.1 Pro (64 bit)
You need to run that command as an administrator.
- Right-click on the command prompt entry in the start menu / task bar
- Select "Run as Administrator"
- Navigate to the Archiva installation directory
Then run:
bin\archiva install
net start archiva
I'm not sure this is supported by the wrapper.
Maybe the way to go for you is to use the war within a servlet container.
Have a look here: http://archiva.apache.org/docs/2.1.0/adminguide/webapp.html
HTH
pleas open Command Prompt run as administrator mode and then go to
{tinydms-home}/bin
then
tinydms install
to installing
Type cmd as shown below:
Run as administrator as shown below:
- Click on Start
- Click All Programs
- Click on Accessories
- Right click on Command Prompt icon
- Click Properties
- Click on the Shortcut tab on the top
- Click the Advanced button at the bottom
- Click on the check box that says:
Run as Administrator
- Click OK
- Go to the folder having the batch file
Enter the command which was giving
Access denied
error
It will execute successfully.
Sometimes, reopening the console or restarting the computer solves this problem for me. I hope it works