Search code examples
spring-bootinitializationsonarlint-eclipsetypescript-language-server

after installation of sonarlint in spring too suit 4 i am getting error An internal error occurred during: "Initialize Language Servers for


I have installed sonarlint in my spring boot suit and bind the projects. after binding projects whenever I am opening any file(java or html), I am getting following error:-

An internal error occurred during: "Initialize Language Servers for indentallocate.html". org/eclipse/lsp4j/jsonrpc/ResponseErrorException

I installed sonarlint for find out the detect and fix quality issues. it analyze succesfully but when i restarted my spring boot suit, it started giving error for initialize Language Servers


Solution

  • The issue is caused by a conflict between the version of lsp4j embedded into SonarLint, and the one used by lsp4e.

    A ticket has been created on the SonarLint side.