Error in SonarLint for IntelliJ sucks

Environment:

  • Java: JetBrains s.r.o. 17.0.8.1
  • OS: Windows 10 amd64
  • IDE: IntelliJ IDEA 2023.2.3
  • SonarLint: 10.0.0.76954

*** exception class was changed or removed

   Exception thrown by subscriber method handleEvent(o.ss.sl.core.event.ConnectionConfigurationRemovedEvent) on subscriber o.ss.sl.core.storage.StorageService@54486d85 when dispatching event: o.ss.sl.core.event.ConnectionConfigurationRemovedEvent@6b6b3e9f
   
   java.lang.IllegalStateException: Unable to delete directory C:\Users\gmartinez3\AppData\Local\JetBrains\IntelliJIdea2023.2\sonarlint\storage\43535720536f6e617251756265
	at o.ss.sl.core.serverconnection.FileUtils.deleteRecursively(FileUtils.java:88)
	at o.ss.sl.core.serverconnection.ConnectionStorage.delete(ConnectionStorage.java:65)
	at o.ss.sl.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)

Hello @Guillermo_Martinez_G,

Welcome to the community and thanks for reporting this.

Would you still have the complete stack trace? This one seems truncated