Is connected mode used: N/A (but will be yes once installed)
Connected to SonarCloud or SonarQube (and which version):
And a thorough description of the problem / question: Unable to install SonarLint to Eclipse 2024-03. Error received:
An error occurred while installing the items
thank you for reaching out. Sadly, I cannot reproduce the issue, and the exception method is very sparse. I’ve tested installation from the Marketplace inside Eclipse, dragging into Eclipse and from the Update Sites we have directly.
Can you please try again and provide me with all the logs of Eclipse itself? What does the Error log view say when trying to install it?
If it still does not work, please try our Update Site directly as this looks like an issue with Eclipse and/or the marketplace and not with SonarLint.
this is the error getting while setup sonarlint from eclipse:
Internal error.
java.lang.reflect.InvocationTargetException at org.sonarlint.eclipse.core.internal.utils.JobUtils.waitForFutureInIRunnableWithProgress(JobUtils.java:49) at org.sonarlint.eclipse.ui.internal.binding.wizard.connection.AbstractConnectionWizard$1.run(AbstractConnectionWizard.java:168) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:124)
Caused by: org.sonarsource.sonarlint.shaded.org.eclipse.lsp4j.jsonrpc.ResponseErrorException: Internal error.at org.sonarsource.sonarlint.shaded.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.handleResponse(RemoteEndpoint.java:220) at org.sonarsource.sonarlint.shaded.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint.consume(RemoteEndpoint.java:204) at org.sonarsource.sonarlint.core.rpc.protocol.SingleThreadedMessageConsumer.lambda$new$0(SingleThreadedMessageConsumer.java:49) 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)
Internal error: javax.net.ssl.SSLHandshakeException: The certificate chain is not trusted
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: The certificate chain is not trusted at java.base/java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:413)
at java.base/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2118)