Sonarlint not reporting issues in Connected mode in STS

Please provide

  • Operating system: Windows
  • SonarLint plugin version: SonarLint for Eclipse 5.6.0.25634
  • Programming language you’re coding in: Java
  • Is connected mode used: Yes
    • Connected to SonarCloud or SonarQube (and which version): Community Edition Version 9.9.1 (build 69595)

And a thorough description of the problem / question:
SonarLint is not listing any issues in connected mode. On trying to bind the project we are getting pop up saying “sonarLint - Lanaguage analysis not available Java Code Quality and Security is not compitabile with this version of sonarLint”.But when we try to analyze the code without connected mode it is reporting issues.

We have upgraded the sonarQube server to 9.9.1 froom 8.9 commercial Edition. Before upgrade the sonarLint was working fine.
Here is the java plugin installed on the server
{“key”:“java”,“name”:“Java Code Quality and Security”,“description”:“Code Analyzer for Java”,“version”:“7.16 (build 30901)”,
“license”:“GNU LGPL 3”,“organizationName”:“SonarSource”,“organizationUrl”:“http://www.sonarsource.com”,
“editionBundled”:false,“homepageUrl”:“http://redirect.sonarsource.com/plugins/java.html
,“issueTrackerUrl”:“SonarJava - Issues - Jira”,
“implementationBuild”:“4b1436558dfd5fc00c8d9aae8bb0364ba122c73e”,
“filename”:“sonar-java-plugin-7.16.0.30901.jar”,“hash”:“339086da1811a812a1ebb7c624c020fc”,
“sonarLintSupported”:true,“documentationPath”:“static/documentation.md”,“updatedAt”:1686165602722,“type”:“BUNDLED”}

Can you please let us know which version of sonar will be supported for 9.9.1 or what could be the cause of the issue.

Hello @sirisha,

your SonarLint version is very much outdated and does not work with the 9.9 LTS version. The requirements for the Eclipse plugin itself and when used in connected mode to SonarQube or SonarCloud can be found HERE.
I would advice you to update to the newest SonarLint version possible, the current one is 7.12.

Best,
Tobias