SonarQube docker容器无法启动,弹性搜索问题

时间:2017-09-05 08:28:46

标签: docker sonarqube

我正在尝试在本地运行官方SonarQube Docker容器。我正在使用此处提供的命令: https://hub.docker.com/_/sonarqube/

它在启动后约1分钟退出。日志报告Elasticsearch连接问题

2017.09.05 08:16:40 INFO  web[][o.e.client.transport] [Edwin Jarvis] failed to connect to node [{#transport#-1}{127.0.0.1}{127.0.0.1:9001}], removed from nodes list
org.elasticsearch.transport.ConnectTransportException: [][127.0.0.1:9001] connect_timeout[30s]
.....
Caused by: java.net.ConnectException: Connection refused: /127.0.0.1:9001
.....
    ... 3 common frames omitted
2017.09.05 08:17:10 INFO  app[][o.s.a.SchedulerImpl] Process [web] is stopped
2017.09.05 08:17:10 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped

1 个答案:

答案 0 :(得分:1)

原来SonarQube容器没有足够的资源。我关闭了其他的docker容器,它现在适用于我。