Error ‘AlreadyDisposedException’ in SonarLint for IntelliJ container is already disposed

  • Operating system: Windows 10
  • SonarLint plugin version: 10.2.1.77304
  • Programming language you’re coding in: Java
  • Is connected mode used:
    • Connected to SonarQube (and which version): SonarQube Version 9.9.1 (build 69595)
  • IntelliJ IDEA 2023.1.3 Build #IU-231.9161.38
  • JDK: 17.0.7; VM: Java HotSpot™ 64-Bit Server VM; Vendor: Oracle Corporation

An Error occurs right after attempt o establish connection to the SonarQube server or Update Local Storage:

Error updating the storage for connection ‘SonarQube’

com.intellij.openapi.progress.ProcessCanceledException: com.intellij.serviceContainer.AlreadyDisposedException: Cannot create light service org.sonarlint.intellij.core.ProjectBindingManager because container is already disposed (container=Project(name=appName, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\AB26353\appName) (disposed))
	at com.intellij.serviceContainer.ContainerUtilKt.throwAlreadyDisposedError(containerUtil.kt:45)
	at com.intellij.serviceContainer.ComponentManagerImpl.checkThatCreatingOfLightServiceIsAllowed(ComponentManagerImpl.kt:790)
	at com.intellij.serviceContainer.ComponentManagerImpl.getOrCreateLightService(ComponentManagerImpl.kt:770)
	at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:726)
	at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:670)
	at org.sonarlint.intellij.common.util.SonarLintUtils.getService(SonarLintUtils.java:62)
	at org.sonarlint.intellij.module.ModulesRegistry.connectionIdFor(ModulesRegistry.kt:52)
	at org.sonarlint.intellij.module.ModulesRegistry.getModulesForEngine(ModulesRegistry.kt:39)
	at org.sonarlint.intellij.core.SonarLintEngineFactory.lambda$createEngine$0(SonarLintEngineFactory.java:57)
	at org.sonarsource.sonarlint.core.analysis.container.global.ModuleRegistry.<init>(ModuleRegistry.java:42)
	at org.sonarsource.sonarlint.core.analysis.container.global.GlobalAnalysisContainer.doAfterStart(GlobalAnalysisContainer.java:71)
	at org.sonarsource.sonarlint.core.plugin.commons.container.SpringComponentContainer.startComponents(SpringComponentContainer.java:182)
	at org.sonarsource.sonarlint.core.analysis.AnalysisEngine.start(AnalysisEngine.java:58)
	at org.sonarsource.sonarlint.core.analysis.AnalysisEngine.<init>(AnalysisEngine.java:53)
	at org.sonarsource.sonarlint.core.ConnectedSonarLintEngineImpl.loadAnalysisContext(ConnectedSonarLintEngineImpl.java:132)
	at org.sonarsource.sonarlint.core.ConnectedSonarLintEngineImpl.start(ConnectedSonarLintEngineImpl.java:115)
	at org.sonarsource.sonarlint.core.ConnectedSonarLintEngineImpl.<init>(ConnectedSonarLintEngineImpl.java:105)
	at org.sonarlint.intellij.core.SonarLintEngineFactory.createEngine(SonarLintEngineFactory.java:62)
	at org.sonarlint.intellij.core.DefaultEngineManager.lambda$createConnectedEngine$2(DefaultEngineManager.java:118)
	at java.base/java.util.Optional.map(Optional.java:260)
	at org.sonarlint.intellij.core.DefaultEngineManager.createConnectedEngine(DefaultEngineManager.java:118)
	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1220)
	at org.sonarlint.intellij.core.DefaultEngineManager.getConnectedEngine(DefaultEngineManager.java:112)
	at org.sonarlint.intellij.tasks.BindingStorageUpdateTask.run(BindingStorageUpdateTask.java:106)
	at org.sonarlint.intellij.tasks.BindingStorageUpdateTask$1.run(BindingStorageUpdateTask.java:84)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:429)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:114)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressSynchronously$9(CoreProgressManager.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$new$0(ProgressRunner.java:84)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:173)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
	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.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: com.intellij.serviceContainer.AlreadyDisposedException: Cannot create light service org.sonarlint.intellij.core.ProjectBindingManager because container is already disposed (container=Project(name=appName, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\AB26353\appName) (disposed))
	at com.intellij.serviceContainer.ContainerUtilKt.throwAlreadyDisposedError(containerUtil.kt:40)
	... 45 more

Looks after Disabl/Enable SonarLint plugin and restart Intellij Idea the issue has gone.

but another one has occurs:
Using connection ‘SonarQube’ for project ‘appName’
Analysing ‘EnableMdcLogAspect.java’…
Found 1 issue and 0 hotspots

Error while retrieving the list of allowed statuses for issues

org.sonarsource.sonarlint.core.serverapi.exception.UnexpectedBodyException: No issue found with key 'AY0dtMHeUwy-xxxxxxx'
	at org.sonarsource.sonarlint.core.serverapi.issue.IssueApi.lambda$searchByKey$15(IssueApi.java:258)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Hi @infosecurity, thank you for your report.

About the first error, we acknowledge that this kind of error can happen, and we are currently working on fixing it. Do you know if you did any actions following the connection to SonarQube, perhaps closing a project?

About the second error, I would need a bit more information. Do you still reproduce the issue?
Is AY0dtMHeUwy-xxxxxxx the real issue key? If not, could you please share it with us?

Hi Nicolas Quinquenel, thanks for your response

2nd option:
Error while retrieving the list of allowed statuses for issues
org.sonarsource.sonarlint.core.serverapi.exception.UnexpectedBodyException: No issue found with key ‘AY0dtMDUUwy-ftQ837wN’

Initially I had installed an old version of SonarLint plugin: like 6.x.x.
I did several attempts to connect to the Sonar Qube server, but no luck some errors were occurred
next I updated/re-installed the SonarLint plugin to the actual version, IDE restart was required
after Intellij Idea was restarted it becomes broken and didn’t start correct, only Logo appeared for few seconds and gone

I’ve finally started my IDE in the recovery mode (.bat file) and disabled SonarLint plugin -
its solved my issue with starting IDE in default mode

after few more attempts disable/enable/re-install the SonarLint plugin I’ve achieved the stable one instance.

Hope described scenario will help you with issue investigations

1 Like

Regarding the issue No issue found with key, the local storage in SonarLint is probably not in sync with the SonarQube server anymore.

Could you try deleting the connection and re-creating it again?

Thanks :sonarlint:

1 Like

After these steps were performed getting the issue below:

Found 1 issue and 0 hotspots
Error while retrieving the list of allowed statuses for issues

org.sonarsource.sonarlint.core.serverapi.exception.UnexpectedBodyException: No issue found with key '**AYeZWZAn1WVP3yy83P4w**'
	at org.sonarsource.sonarlint.core.serverapi.issue.IssueApi.lambda$searchByKey$15(IssueApi.java:258)

In this case I would recommend you to delete the folder under <projectBaseDir>/.idea/sonarlint/issuestore and try to re-trigger an analysis on the file.

1 Like
  1. removed SonarLint base folder completely /.idea/sonarlint ;
  2. re-created a connection from scratch;
  3. choose a project key
  4. clicked Apply

Update Local Storage was initiated automatically with the issue below:

com.intellij.serviceContainer.AlreadyDisposedException: 
Cannot create light service org.sonarlint.intellij.core.ProjectBindingManager because container is already disposed 
(container=Project(name=eflow-ls-amtopalintegration, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\USER\Projects\<projectBaseDir>) (disposed))

FYI: the same issue has occurred on very first Plugin initialization, but skipped…
Update Local Storage was performed later, manually at Plugin Project Settings.

UPD:

any further attempt to perform Update Local Storage synchronization has produced the issue mentioned above, until the Intellij IDEA was restarted.
After the restart I’ve observed the Error below in general Idea logs:

Exception thrown by subscriber method handleEvent(org.sonarsource.sonarlint.core.event.ConnectionConfigurationRemovedEvent) on subscriber org.sonarsource.sonarlint.core.storage.StorageService@4866ceec when dispatching event: org.sonarsource.sonarlint.core.event.ConnectionConfigurationRemovedEvent@1f6abdc9

java.lang.IllegalStateException: Unable to delete directory C:\Users\USER\AppData\Local\JetBrains\IntelliJIdea2023.1\sonarlint\storage\536f6e617251756265
	at org.sonarsource.sonarlint.core.serverconnection.FileUtils.deleteRecursively(FileUtils.java:88)
	at org.sonarsource.sonarlint.core.serverconnection.ConnectionStorage.delete(ConnectionStorage.java:65)
	at org.sonarsource.sonarlint.core.storage.StorageService.handleEvent(StorageService.java:64)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:85)
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:142)
	at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:71)
	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:833)

After deleting the mentioned […\IntelliJIdea2023.1\ sonarlint] directory manually, Idea has started proper without any errors.
And for now I can see a connectivity Icon status (cloud icon located right bottom of SonarLint plugin’s Panel) as “Connected to SonarQube” white color, instead red one previously…

and new directory was created with some config files:

 Directory of C:\Users\USER\AppData\Local\JetBrains\IntelliJIdea2023.1\sonarlint\storage\536f6e617251756265\projects\3136303033385f65666c6f772d6c735f65666c6f772d6c732d616d746f70616c696e746567726174696f6e

02/10/2024  11:03 PM    <DIR>          .
02/10/2024  11:03 PM    <DIR>          ..
02/10/2024  11:03 PM            62,877 analyzer_config.pb
02/10/2024  11:03 PM                 0 component_list.pb
02/10/2024  11:03 PM               281 project_branches.pb

For now if I click Update Local Storage in the plugin settings - no errors occurs,
looks like synchronization performs proper, but still getting the error on attempt to Mark issue as… Btn click:

Error while retrieving the list of allowed statuses for issues
org.sonarsource.sonarlint.core.serverapi.exception.UnexpectedBodyException: No issue found with key ‘AYeZWZAn1WVP3yy83P4w
at org.sonarsource.sonarlint.core.serverapi.issue.IssueApi.lambda$searchByKey$15(IssueApi.java:258)

1 Like

Hi @infosecurity, sorry for the late reply, and thank you for your very detailed post.

We just released SonarLint 10.4, which includes some changes regarding this. Could you please try to update and see if it happens again?

Thank you!

Hi Nicolas Quinquenel, thanks for updates.

Just checked a new version: 10.4, previously were uninstalled existing plugin version and deleted below directories:

  • ~\AppData\Local\JetBrains\IntelliJIdea2023.1\sonarlint;
  • {projectBaseDir}/.idea/sonarlint.

Unfortunately for me mentioned Plugin version doesn’t work at all.
Details:

SonarLintTrafficLightAction#update@EditorInspectionsToolbar (org.sonarlint.intellij.ui.traffic.light.SonarLintTrafficLightAction)

com.intellij.diagnostic.PluginException: Cannot create class org.sonarlint.intellij.core.BackendService (classloader=PluginClassLoader(plugin=PluginDescriptor(name=SonarLint, id=org.sonarlint.idea, descriptorPath=plugin.xml, path=~\AppData\Roaming\JetBrains\IntelliJIdea2023.1\plugins\sonarlint-intellij, version=10.4.0.77904, package=null, isBundled=false), packagePrefix=null, instanceId=278, state=active))
	at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:1034)
	at com.intellij.serviceContainer.ComponentManagerImpl.createLightService(ComponentManagerImpl.kt:970)
	at com.intellij.serviceContainer.ComponentManagerImpl.getOrCreateLightService$lambda$9$lambda$7(ComponentManagerImpl.kt:778)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeNonCancelableSection$3(CoreProgressManager.java:222)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$computeInNonCancelableSection$4(CoreProgressManager.java:230)
	at com.intellij.openapi.progress.Cancellation.computeInNonCancelableSection(Cancellation.java:99)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeInNonCancelableSection(CoreProgressManager.java:230)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:221)
	at com.intellij.serviceContainer.ComponentManagerImpl.getOrCreateLightService(ComponentManagerImpl.kt:777)
	at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:726)
	at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:670)
	at org.sonarlint.intellij.common.util.SonarLintUtils.getService(SonarLintUtils.java:55)
	at org.sonarlint.intellij.ui.traffic.light.SonarLintTrafficLightAction.updatePresentation(SonarLintTrafficLightAction.kt:59)
	at org.sonarlint.intellij.actions.AbstractSonarAction.update(AbstractSonarAction.java:67)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performDumbAwareUpdate$0(ActionUtil.java:158)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:181)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doUpdate(ActionUpdater.java:726)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$updateActionReal$4(ActionUpdater.java:140)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$callAction$5(ActionUpdater.java:190)
	at com.intellij.diagnostic.telemetry.TraceKt.computeWithSpan(trace.kt:123)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:186)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.java:165)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateActionReal(ActionUpdater.java:141)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$new$0(ActionUpdater.java:128)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.update(ActionUpdater.java:711)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:557)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$22(ActionUpdater.java:522)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1538)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:522)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:613)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$22(ActionUpdater.java:522)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1538)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:522)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.java:613)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroup$22(ActionUpdater.java:522)
	at com.intellij.util.containers.ContainerUtil.concat(ContainerUtil.java:1538)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroup(ActionUpdater.java:522)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.java:310)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$14(ActionUpdater.java:373)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$15(ActionUpdater.java:393)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1102)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$tryRunReadActionAndCancelBeforeWrite$19(ActionUpdater.java:425)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:129)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.tryRunReadActionAndCancelBeforeWrite(ActionUpdater.java:421)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$16(ActionUpdater.java:393)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:173)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:361)
	at com.intellij.openapi.actionSystem.impl.ActionUpdater.lambda$doExpandActionGroupAsync$17(ActionUpdater.java:392)
	at io.opentelemetry.context.Context.lambda$wrap$1(Context.java:212)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:248)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:28)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:221)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:227)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:210)
	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.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.IllegalStateException: Could not initialize SonarLint
	at org.sonarlint.intellij.core.BackendService.oneTimeInitialization(BackendService.kt:188)
	at org.sonarlint.intellij.core.BackendService.<init>(BackendService.kt:152)
	at org.sonarlint.intellij.core.BackendService.<init>(BackendService.kt:150)
	at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:993)
	... 69 more

I’m going to roll-back to the previous plugin version for my needs.
I believe the changes/fixes you’ve incorporated were well tested before the 10.4 release, looks like my case should be considered in scope of OS/development environment.

Hello @infosecurity, once again, I’m sorry to hear that you are still experiencing issues. We just released SonarLint 10.4.2, which tackles some problems people have faced with our latest versions, including yours.

While most people do not encounter any issues, some are not detected early enough on our side due to the many varieties of projects and environments where SonarLint is running. We continuously improve, and the feedback the users give us is appreciated.

1 Like

A post was split to a new topic: IntelliJ error - No issue found with key