When I execute mvn clean verify sonar:sonar
, I get 500 error from maven about:
Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar
because:Unable to load component class org.sonar.scanner.report.MetadataPublisher: Unable to load component class org.sonar.scanner.rule.ModuleQProfiles: Error 500 on https://sonarcloud.io/api/qualityprofiles/search.protobuf?projectKey=LazyDevelopment%3ALister&organization=lazydevelopment-bitbucket : {"errors":[{"msg":"An error has occurred. Please contact your administrator"}]} -> [Help 1]
Project is https://bitbucket.org/LazyDevelopment/lister
Current branch is https://bitbucket.org/LazyDevelopment/lister/branch/7-fix-issues
It worked fine before yesterday's evening. Today I tried to
- hardcode maven plugin version in mvn command
- re-issued tocken for SonarCloud account (new and valid tocken commited only to this branch),
But without success.
I executed the same command with -X switch, but didn't find any useful info there. Tried to find a way to attach the file with output here, but didn't. Anyway, project is opened on BitBucket, so you could go to Pipelines and check last failed jobs or download sources and reproduce the issue.