SonarQube Plugin for Ldap not working

Must-share information (formatted with Markdown):

2022.02.09 19:10:00 ERROR web[o.s.s.p.PlatformImpl] Web server startup failed: The following plugin is no longer compatible with this version of SonarQube: ‘ldap’
2022.02.09 19:10:00 INFO web[o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
2022.02.09 19:10:00 INFO web[o.s.p.ProcessEntryPoint] Hard stopping process
2022.02.09 19:10:00 ERROR web[o.a.c.h.Http11Processor] Error finishing response
java.lang.NullPointerException: null

which plugin is recommended for ldap connectivity?
Couldn’t see any plugin from sonarqube UI → marketplacePreformatted text

Hi @Suneel_Thakur ,

The LDAP plugin is now built into SonarQube, there’s no need to load it separately anymore. You can remove the plugin file and just configure the LDAP details in the sonar.properties file.

Thanks @cba

Yes, it worked no need to install LDAP plugin for 8.9 LTS version
Do we require a specific plugin for Static code analysis for languages like Python,Java or it is in build
I saw some warning for the same.
We are doing just basic SAST scanning nothing fancy

Hi @Suneel_Thakur ,

The language-specific plugins are also built in as of version 8, no need to install those separately anymore.

Thanks for your reply

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.