SonarQube IDE plugin no more working

  • Operating system: Windows 10 / WSL2
  • SonarLint plugin version: 10.13.1.80133
  • IntelliJ version: Build #IC-243.21565.193, built on November 13, 2024
  • Programming language you’re coding in: Java
  • Is connected mode used: No
 [2024-12-09T09:16:41.348] [SonarLint Server RPC request executor] ERROR sonarlint - Error when getting the base dir from the client
java.util.concurrent.CompletionException: org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Unknown config scope: <MY_PROJECT_MODULE_NAME>

[2024-12-09T09:16:41.349] [SonarLint Server RPC request executor] ERROR sonarlint - File to analyze was not found in the file system: <MY_JAVA_FILE_NAME>

Solved by removing the file .idea/sonarlint.xml.

Hello @Antonio_Petricca, thanks for your explanation.

Have you perhaps renamed your project/modules at some point? We usually keep track of the name changes in this file.

Yes, the has been caused by a module renaming.

1 Like