Sonarqube没有作为Windows服务启动

时间:2015-02-27 09:03:27

标签: sonarqube

我正在尝试将sonarqube作为Windows服务启动。

我遵循的步骤。

1-InstalINTService.bat已启动

2 - 进入了sonarqube属性 - 登录标签 -

enter image description here

以对象名称

输入网络服务

当我尝试将sonarqube作为服务启动时。我收到以下错误

enter image description here

我的声纳日志

2015.02.27 13:58:50 INFO  app[o.s.p.m.Monitor] Process[web] is up
2015.02.27 14:05:57 INFO  app[o.s.p.m.TerminatorThread] Process[search] is stopping

enter image description here

我看不到我在这里登录。如何在此处添加我的登录名。

3 个答案:

答案 0 :(得分:0)

您必须尝试与其他用户一起使用,此用户无权启动SonarQube服务。有关详细信息:http://qualilogy.com/en/migrate-sonarqube-tomcat-to-windows-service/

问候。

答案 1 :(得分:0)

在Windows中将SonarQube作为服务安装时,它选择“本地系统帐户”作为特权用户来启动服务。在该服务的属性中选择第二个选项“此帐户”,然后选择“NT AUTHORITY \ LocalService”并保存。现在开始服务。它会正常运行。

此致 Bhakti Prasad Panda

答案 2 :(得分:0)

可能无法识别本地系统用户。这就是为什么我们应该尝试使用桌面上的其他选项。在登录选项卡中,选择“本地服务”而不是“网络服务”。它对我有用。