无法访问声纳服务器。请检查参数 'sonar.host.url'
Sonar server can not be reached. Please check the parameter 'sonar.host.url'
我正在尝试 运行 sonarqube 的 Maven 构建:
mvn clean install sonar:sonar
-Dsonar.host.url=http://ourserver.lan:9000 -Dsonar.jdbc.url=jdbc:h2:tcp://ourserver.lan:9092/sonar -Dsonar.jdbc.username=admin -Dsonar.jdbc.password=xxx
但我收到错误消息:
Sonar server can not be reached. Please check the parameter 'sonar.host.url': http://ourserver.lan:9000
服务器本身是可以访问的,如果我在浏览器中输入URL就可以到达sonarqube的主页。
我配置了什么:
- 常规 - 服务器基础 URL - 设置为“http://ourserver.lan”
- 安全 - 允许用户在线注册
我错过了什么吗?
SonarQube 5.1 与 Maven 2 不兼容。
http://docs.sonarqube.org/display/SONARQUBE51/Installing+and+Configuring+Maven
我正在尝试 运行 sonarqube 的 Maven 构建:
mvn clean install sonar:sonar -Dsonar.host.url=http://ourserver.lan:9000 -Dsonar.jdbc.url=jdbc:h2:tcp://ourserver.lan:9092/sonar -Dsonar.jdbc.username=admin -Dsonar.jdbc.password=xxx
但我收到错误消息:
Sonar server can not be reached. Please check the parameter 'sonar.host.url': http://ourserver.lan:9000
服务器本身是可以访问的,如果我在浏览器中输入URL就可以到达sonarqube的主页。
我配置了什么:
- 常规 - 服务器基础 URL - 设置为“http://ourserver.lan”
- 安全 - 允许用户在线注册
我错过了什么吗?
SonarQube 5.1 与 Maven 2 不兼容。
http://docs.sonarqube.org/display/SONARQUBE51/Installing+and+Configuring+Maven