ERROR Error during SonarScanner Engine execution org.springframework.beans.factory.Bean

Hi team,

we are getting the below error while using the sonarqube enterprise/developer version and running analysis by sonar scanner. is there any changes introduced in the latest releases about Cannot invoke "org.sonar.core.platform.ExplodedPlugin.getPluginInfo(). i didn’t find anywhere in release docs.

any particular version has any changes and difference in changes for different editions?

we are using Enterprise Edition
v2025.1 (102418)
ACTIVE
Standard Experience
sonar-scanner : SonarScanner CLI 7.2.0.5079

java -version : 17

ERROR Error during SonarScanner Engine execution
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘jdk.internal.loader.ClassLoaders$AppClassLoader@63070bab-org.sonar.scanner.bootstrap.ScannerPluginRepository’: Cannot invoke “org.sonar.core.platform.ExplodedPlugin.getPluginInfo()” because the return value of “java.util.Map.get(Object)” is null

Hi,

Welcome to the community!

Can we have the full analysis log, starting from the analysis command itself?

The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.

This guide will help you find them.

 
Thx,
Ann

Hi Ann,

Thanks for reply.

PFA the logs attached.

Regards,

Praful

(Attachment logs.docx is missing)

Hi Praful,

Can you try again with that attachment?

 
Thx,
Ann

Hi Ann,

I attached the logs attachment

Regards,

Praful

(Attachment logs.docx is missing)

Hi Praful

I guess you’re replying by email & attaching to the email? It’s not working.

 
Ann

sorry ..you are right i was replying through mail..attached it here now

logs.txt (9.9 KB)

Hi Praful,

Thanks for the log! :sweat_smile:

Now, can you tell me what 3rd-party plugins you’re using? Because I suspect that’s where the problem lies.

 
Ann

Hi Ann,

below are the dependencies we are using

“dependencies”: {

"@amcharts/amcharts4": "^4.10.36",

"@amcharts/amcharts4-geodata": "^4.1.26",

"@angular/animations": "\~12.2.0",

"@angular/cdk": "^12.2.13",

"@angular/common": "\~12.2.0",

"@angular/compiler": "\~12.2.0",

"@angular/core": "\~12.2.0",

"@angular/forms": "\~12.2.0",

"@angular/google-maps": "^12.2.0",

"@angular/material": "^12.2.13",

"@angular/platform-browser": "\~12.2.0",

"@angular/platform-browser-dynamic": "\~12.2.0",

"@angular/pwa": "^16.1.6",

"@angular/router": "\~12.2.0",

"@angular/service-worker": "\~12.2.0",

"@azure/msal-angular": "\~2.3.2",

"@azure/msal-browser": "\~2.26.0",

"@kolkov/angular-editor": "^1.0.0",

"@microsoft/microsoft-graph-client": "^2.2.1",

"@microsoft/microsoft-graph-types": "^1.41.0",

"@ngrx/effects": "^12.5.1",

"@ngrx/store": "^12.5.1",

"@ngrx/store-devtools": "^12.5.1",

"@ngx-translate/core": "^13.0.0",

"@ngx-translate/http-loader": "^6.0.0",

"ag-grid-angular": "\~28.0.0",

"ag-grid-community": "\~28.0.2",

"angular-animations": "^0.11.0",

"angular-user-idle": "^2.2.7",

"bootstrap": "^4.5.0",

"exceljs": "^4.3.0",

"file-saver": "^2.0.5",

"json-server": "^0.17.0",

"jspdf": "^2.1.0",

"jspdf-autotable": "^3.5.10",

"karma-webpack": "^5.0.0",

"ngx-mat-select-search": "^5.0.0",

"rxjs": "\~6.6.0",

"tslib": "^2.3.0",

"xlsx": "\~0.18.5",

"zone.js": "\~0.11.4"

},

“devDependencies”: {

"@angular-devkit/build-angular": "\~12.2.0",

"@angular/cli": "\~12.2.0",

"@angular/compiler-cli": "\~12.2.0",

"@types/d3-geo": "^3.0.3",

"@types/file-saver": "^2.0.5",

"@types/gtag.js": "0.0.12",

"@types/jasmine": "\~3.8.0",

"@types/node": "^12.11.1",

"jasmine-core": "\~3.8.0",

"karma": "\~6.3.0",

"karma-chrome-launcher": "\~3.1.0",

"karma-coverage": "\~2.0.3",

"karma-jasmine": "\~4.0.0",

"karma-jasmine-html-reporter": "\~1.7.0",

"typescript": "\~4.3.5"

}

Hi,

I’m asking for the 3rd-party plugins loaded into your SonarQube instance. You can find them listed in Administration → Marketplace.

 
Thx,
Ann