One of your SonarQube server cannot be reached. Please check your connection settings(无法访问您的 SonarQube 服务器之一.请检查您的连接设置)
问题描述
我是 Sonar 的新手,我正在尝试在我的本地系统中安装和配置 Sonar.我已按照 此处 中提到的步骤安装声纳并将其与 Eclipse 集成,但我可以不将我的项目与声纳相关联并获取异常无法访问您的 SonarQube 服务器之一.请检查您的连接设置.请查看下面的屏幕截图,如果我遗漏了什么,请告诉我.
I am new to Sonar and I am trying to install and configure Sonar in my local system. I have followed the steps mentioned here for installing sonar and integrating it with eclipse, but I can not associate my project with sonar and getting exception One of your SonarQube server cannot be reached. Please check your connection settings. please see the below screen shots, and let me know if i am missing something.
谢谢
推荐答案
我刚才也遇到了同样的问题.
I had the same issue just now.
最终帮助我的是从 Eclipse 的 Window -> 测试服务器连接.设置->SonarQube ->服务器->http://localhost:9000 ->编辑->测试连接
What helped me in the end was to test the server connection from Eclipse's Window -> Settings -> SonarQube -> Servers -> http://localhost:9000 -> Edit -> Test connection
我正在运行全新的 SonarQube 安装,但没有指定用户名或密码.测试返回成功连接!,随后 SonarQube 标记出现在源代码以及 SonarQube 问题选项卡中.
I am running a fresh SonarQube installation and did not specify a username nor a password. The test returned Successfully Connected! and thereafter SonarQube markers showed up in the source code as well as in the SonarQube issues tab.
这篇关于无法访问您的 SonarQube 服务器之一.请检查您的连接设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法访问您的 SonarQube 服务器之一.请检查您的连接设置
基础教程推荐
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01