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

1

There are 1 answers

0
Julien H. - SonarSource Team On BEST ANSWER

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.