Hello
we are using
- Sonarqube Community Edition Version 8.9.9 (build 56886)
Our CI fails since yesterday with this error message.
Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project com.exoknox.fdm.parent: Unable to load component class org.sonar.scanner.report.ActiveRulesPublisher: Unable to load component class org.sonar.api.batch.rule.internal.DefaultActiveRules: Error 404 on https://sonar.karakun.com/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt,deprecatedKeys&activation=true&qprofile=AXGjZQvs72Ga61OKbGb8&ps=500&p=1 : {“errors”:[{“msg”:“The specified qualityProfile \u0027AXGjZQvs72Ga61OKbGb8\u0027 does not exist”}]} → [Help 1]
found that the profile the projects are using (Sonar Way Java) seems not to have the id AXGjZQvs72Ga61OKbGb8 but AWNfKIjmUMoe9cI1im-1. I don’t know where the wrong Id comes from. We didn’t change anything with regards to the sonar configuration neither in the build nor on the projects in sonarQube.
Any help will be much appreciated.
Marcel