Hi,
We have suddenly started seeing error while Sonar analyzes the Pull requests in Azure DevOps. We are having nodejs, javascript, react application. Sonar analyze works fine when directly run on the branch (as opposed to the scan which runs as part of the PR quality gate in Azure DevOps)
The error starts with the following:
GET 404 https://sonarcloud.io/api/alm_integration/show_pullrequest?project=&pullrequestKey=5876
This is followed by many lines of error (initial lines are)
##[error]06:40:40.091 ERROR: Error during SonarScanner execution
06:40:40.091 ERROR: Error during SonarScanner execution
##[error]java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.filesystem.InputComponentStore
java.lang.IllegalStateException: Unable to load component class org.sonar.scanner.scan.filesystem.InputComponentStore
##[error]at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)
at org.sonar.core.platform.ComponentContainer$ExtendedDefaultPicoContainer.getComponent(ComponentContainer.java:52)
##[error]at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
at org.picocontainer.DefaultPicoContainer.getComponent(DefaultPicoContainer.java:632)
##[error]at org.picocontainer.parameters.BasicComponentParameter$1.resolveInstance(BasicComponentParameter.java:118)
Please advice on the cause/resolution.
Thanks