Error in SonarQube for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 21.0.6
  • OS: Mac OS X aarch64
  • IDE: IntelliJ IDEA 2024.3.4
  • SonarQube for IDE: 10.26.0.81619
java.lang.IllegalStateException: Missing header Content-Length in input "{"jsonrpc":"2.0","method":"log","params":{"level":"TRACE","message":"Pinging the bridge server","configScopeId":null,"threadName":"pool-3-thread-1","loggerName":"o.s.pl.javascript.bridge.BridgeServerImpl","stackTrace":null,"loggedAt":1751037561956}}Content-Length: 260

"
	at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:91)
	at org.eclipse.lsp4j.jsonrpc.json.ConcurrentMessageProcessor.run(ConcurrentMessageProcessor.java:113)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Hi,

Welcome to the community and thanks for this report!

Could you share what you were doing when this happened?

Could you provide a debug log?

 
Thx,
Ann