I am trying to import a quality profile that is in xml-format. My SonarQube runs fine with the quality profile that is in jar-format, but it does not import the xml whatsoever.
It is not just one xml that is causing the problem. When I back up a working quality profile (originated in jar-format) and restore it, it causes a similar problem.
SonarQube version: 4.3.1
DB: psql
OS: red hat
Steps taken:
- Rule not found: [repository=c-cppcheck, key=selfAssignment]
- Rule not found: [repository=c-cppcheck, key=returnTempPointer] ....
Other things I tried:
SonarQube Doc. says it is possible. I am not sure what I am doing it wrong.
Since the error message is
Rule not found: [repository=c-cppcheck, key=selfAssignment]
Rule not found: [repository=c-cppcheck, key=returnTempPointer] ....
I assume that you try to check c++ code.
Are your c++ plugins of the same version? Are your sonarqube-servers of the same version?
Compare server´s and plugins´ version of your export and import installation.