sonarQube执行失败,为“;SonarQube扫描仪执行期间出错”;

sonarQube执行失败,为“;SonarQube扫描仪执行期间出错”;,sonarqube,Sonarqube,我们正在使用SonarQube进行代码分析。我们的项目是使用C#和gitlab CI构建管道开发的 用于扫描代码的命令: dotnet sonarscanner begin /k:xxxxxx /d:sonar.host.url=https://sonar.xxxxx.com/ /d:sonar.login=<<login id>> /d:sonar.verbose=true /d:sonar.cs.opencover.reportsPaths="tmp/xx/testr

我们正在使用SonarQube进行代码分析。我们的项目是使用C#和gitlab CI构建管道开发的

用于扫描代码的命令:

dotnet sonarscanner begin /k:xxxxxx
/d:sonar.host.url=https://sonar.xxxxx.com/ /d:sonar.login=<<login id>> /d:sonar.verbose=true /d:sonar.cs.opencover.reportsPaths="tmp/xx/testresults/coverage.opencover.xml" /d:sonar.coverage.exclusions="*Tests.cs,*Integration.cs" - .

知道有什么问题吗?

尝试此修复程序:停止SonarQube服务器,删除data/es文件夹,然后重新启动SonarQube。尝试此修复程序:停止SonarQube服务器,删除data/es文件夹,然后重新启动SonarQube。
10:46:41.660 ERROR: Error during SonarQube Scanner execution
10:46:41.660 ERROR: Unable to load component class org.sonar.scanner.report.ActiveRulesPublisher
10:46:41.660 ERROR: Caused by: Unable to load component interface org.sonar.api.batch.rule.ActiveRules
10:46:41.660 ERROR: Caused by: Failed to load quality profiles
10:46:41.661 ERROR: Caused by: timeout
10:46:41.661 ERROR: