Error in SonarLint for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 17.0.6
  • OS: Windows 10 amd64
  • IDE: IntelliJ IDEA 2022.3.3
  • SonarLint: 10.4.0.77904

Details: Current thread: Thread[sonarlint-vfs-events-notifier,6,main] 425321291
Dispatch thread: false; isDispatchThread(): false
SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 1373046135

java.lang.Throwable: Read access is allowed from inside read-action (or EDT) only (see c.ij.oa.application.Application.runReadAction())
	at c.ij.oa.diagnostic.Logger.error(Logger.java:228)
	at c.ij.oa.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:1013)
	at c.ij.workspaceModel.core.fileIndex.impl.NonIncrementalContributors.updateIfNeeded(NonIncrementalContributors.kt:39)
	at c.ij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexData.getFileInfo(WorkspaceFileIndexData.kt:70)
	at c.ij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.getFileInfo(WorkspaceFileIndexImpl.kt:88)
	at c.ij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.findFileSetWithCustomData(WorkspaceFileIndexImpl.kt:73)
	at c.ij.oa.roots.impl.ProjectFileIndexImpl.getModuleForFile(ProjectFileIndexImpl.java:134)
	at c.ij.oa.roots.impl.ProjectFileIndexImpl.getModuleForFile(ProjectFileIndexImpl.java:126)
	at c.ij.oa.module.ModuleUtilCore.findModuleForFile(ModuleUtilCore.java:80)
	at o.sl.ij.fs.DefaultVirtualFileSystemEventsHandler$findModule$2.invoke(DefaultVirtualFileSystemEventsHandler.kt:108)
	at o.sl.ij.fs.DefaultVirtualFileSystemEventsHandler$findModule$2.invoke(DefaultVirtualFileSystemEventsHandler.kt:108)
	at kotlin.sequences.TransformingSequence$iterator$1.next(Sequences.kt:210)

Hey there.

This is a fairly old version. Can you upgrade to v10.12 and see if the issue persists?

1 Like

Hi Colin

Thank you, the update fixed the issue

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.