0

我是 SonarQube 和 SonarQube 扫描仪的新手。我需要将这些软件用于我从 svn 下载的现有 maven 项目。我根据我的目标更改了声纳扫描仪属性文件。但是当运行 sonar-scanner 时出现以下错误。

ERROR: Error during SonarQube Scanner execution
ERROR: Error when executing blame for file 'some file'
ERROR: Caused by: svn: E175002: unknown host
svn: E175002: OPTIONS request failed on 'svn path to the file'
ERROR: Caused by: 'svn host'
ERROR:
ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.

此外,我使用的是 maven 3.1.1 版本。任何帮助将不胜感激。

先感谢您 !!!

4

2 回答 2

0

此问题并非特定于 SonarQube。错误是svn: E175002: unknown host。此错误表示您在 SonarQube 中输入了无效的 SVN 服务器主机名。此主机名在您的 DNS 上未知(没有 A 或 AAAA 记录)。确保输入正确的主机名并联系系统管理员寻求帮助。

于 2019-02-08T10:56:01.250 回答
0

You must make sure that the SVN url is accessible. This issue usually comes if the path is not accessible. It can be due to VPN issues.

于 2020-05-28T12:28:10.233 回答