Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar

[INFO] All coverage checks have been met.
[INFO]
[INFO] --------------< awcp.core.xxx:awcp-core-xx >---------------
[INFO] Building awcp-core-xxx 0.0.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] — sonar-maven-plugin:3.9.1.2184:sonar (default-cli) @ awcp-core-libraries —
[INFO] User cache: D:\Users\xxxx.sonar\cache
[INFO] SonarQube version: 9.9.1.69595
[INFO] Default locale: “en_US”, source code encoding: “UTF-8”
[INFO] Load global settings
[INFO] Load global settings (done) | time=655ms
[INFO] Server id: xx–r19-h1iy
[INFO] User cache: D:\Users\xxx.sonar\cache
[INFO] Load/download plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=210ms
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=117ms
[INFO] Load/download plugins (done) | time=5922ms
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:18 min
[INFO] Finished at: 2023-07-31T14:20:24+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project awcp-core-libraries: Error creating bean with name ‘org.sonarsource.sc
anner.api.internal.IsolatedClassloader@4690079a-org.sonar.scanner.bootstrap.ScannerPluginRepository’: Initialization of bean failed; nested exception is java.lang.IllegalStateException: Fail t
o download plugin [scmcvs]. Not found. → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] MojoExecutionException - Apache Maven - Apache Software Foundation


Please provide a solution for this. We have created newly Sonarqube 9.9 LTS on EC2 instances. We are getting above error during our test.

Do we need to install any plugins for this issue…?
Manually, I have placed this plugin sonar-maven-plugin-3.9.1.2184.jar file in extension/plugins location in one of EC2 instances. After restarting the server application went down. After removing that jar file application starts working fine.
We have installed Java 17 on EC2 instances. Do u think its java version compatibility issue.

Please take a look for this and let us know.

Any update on this…?

Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project awcp-base-pom: You’re not authorized to run analysis. Ple
ase contact the project administrator. → [Help 1]