VRS Repository Service starts and stops
Issue
VRS Repository Service starts and stops
After the service VRS Repository Service stops, the error is logged in Windows event is :
"Service cannot be started. System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:3581/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details). ---> System.Net.HttpListenerException: Access is denied"
Solution
The reason is the VRS Repository Service needs to listen on port 3581 to communicate with VRS workstation.
But the non-administrator user does not have permission to register this URL http when starting the service.
You need to add a URL reservation for non-administrator user. This will allow the non-admin user to start the service that listens on a specific port.
Please open Command Prompt window as administrator and type the following command.
netsh http add urlacl url=http://+:3581/ user=test
You should see the following result if the command succeeds,:
URL reservation successfully added
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
vrs |
5.0 5.1 5.2 |
References
N/A
Article # 3034660