wrapper | OpenSCManager failed - Access is denied.

2020-07-10 03:19发布

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)

标签: archiva
6条回答
The star\"
2楼-- · 2020-07-10 03:32

Type cmd as shown below:

enter image description here

Run as administrator as shown below:

enter image description here

查看更多
我命由我不由天
3楼-- · 2020-07-10 03:32

Sometimes, reopening the console or restarting the computer solves this problem for me. I hope it works

查看更多
forever°为你锁心
4楼-- · 2020-07-10 03:33
  1. Click on Start
  2. Click All Programs
  3. Click on Accessories
  4. Right click on Command Prompt icon
  5. Click Properties
  6. Click on the Shortcut tab on the top
  7. Click the Advanced button at the bottom
  8. Click on the check box that says:

    Run as Administrator

  9. Click OK
  10. Go to the folder having the batch file
  11. Enter the command which was giving

    Access denied

    error

It will execute successfully.

查看更多
叛逆
5楼-- · 2020-07-10 03:39

pleas open Command Prompt run as administrator mode and then go to

{tinydms-home}/bin

then

tinydms install

to installing

查看更多
兄弟一词,经得起流年.
6楼-- · 2020-07-10 03:42

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
查看更多
走好不送
7楼-- · 2020-07-10 03:43

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

查看更多
登录 后发表回答