【问题标题】:Octopus Server keeps crashing after upgrade to 2.4.8 version八达通服务器升级到2.4.8版本后一直崩溃
【发布时间】:2014-06-18 09:26:09
【问题描述】:
我最近将八达通服务器从 2.0 版升级到 2.4 版。它设法安装服务器,但不断崩溃并出现以下错误:-
System.Exception: The HTTP server could not start because namespace reservations have not been made. Ensure that the current user has access to listen on these prefixes by running the following command(s):
netsh http add urlacl url=http://+:8081/octopus/ user=test\SYSTEM
netsh http add urlacl url=http://+:8081/octopus/ user=test\SYSTEM
尝试卸载并再次安装。
【问题讨论】:
标签:
upgrade
octopus-deploy
【解决方案1】:
据我所知,我可以说使用以下命令作为示例:
netsh http add urlacl url = http:// + : 8080 / user=\Everyone
您应该根据您的情况调整端口和/或路径:
netsh http add urlacl url = http:// + : 8080/MyConsoleAppHostedService user=DOMAIN\user
netsh http add urlacl url=http:// + : 8091/MyWindowsServiceHostedService user=\SYSTEM
删除一个urlacl:
delete urlacl url = https:// * : 8172/