Error in SonarLint for Intellij on Rider 2024.1.2 : Internal Error

Hi, I have an issue on SonarLint plugin on Rider

  • Operating system: macOS 14.5
  • SonarLint plugin version: 10.6.1.78652
  • Programming language: C#
  • Is connected mode used: Yes (SonarCloud)

Error :

org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Internal error.
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:220)
	at org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:204)
	at org.sonarsource.sonarlint.core.rpc.protocol.SingleThreadedMessageConsumer.lambda$new$0(SingleThreadedMessageConsumer.java:51)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

Thank you for your help.

Hello @Christophe, and thank you for your report!

Could you update to version 10.6.2 and see if the issue is still replicable? If it is, it would be appreciated if you could provide more information. For instance, have you taken any action that led to this error?

I am also investigating in the meantime.

Hi,

I cannot reproduce the error with version 10.6.2 but I am now facing a new error which seems to be identical to this : SonarLint cannot find file for analyzis

I am marking this ticket as solved and will follow the evolution of the new issue on the original post.

1 Like

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