Sonarqube报错解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sonarqube报错解决方法相关的知识,希望对你有一定的参考价值。
参考技术A 错误一:ERROR: Error during SonarQube Scanner execution
org.sonar.java.AnalysisException: Please provide compiled classes of your project with sonar.java.binaries property
解决方法:sonar.java.binaries没写
错误二:
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succedeed?
ERROR: SonarQube scanner exited with non-zero code: 1
解决方法:配置一下scm和svn
错误三:
ERROR: Error during SonarQube Scanner execution
org.sonarsource.scanner.api.internal.ScannerException: Unable to execute SonarQube
解决方法:Jenkins上的SonarQube servers配置不正确
其他错误:
(1)JDK版本不对,解决方法是修改sonarqube-7.1/conf目录下的wrapper.conf文件
以上是关于Sonarqube报错解决方法的主要内容,如果未能解决你的问题,请参考以下文章