Error in SonarQube for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 25.0.2
  • OS: Windows 11 amd64
  • IDE: IntelliJ IDEA 2026.1
  • SonarQube for IDE: 11.15.0.84329
c.ij.oa.dg.RuntimeExceptionWithAttachments: Access is allowed from Event Dispatch Thread (EDT) only; see https://jb.gg/ij-platform-threading for details
Current thread: Thread[#90,ApplicationImpl pooled thread 1,4,main] 277230022 (EventQueue.isDispatchThread()=false)
SystemEventQueueThread: Thread[#49,AWT-EventQueue-0,10,main] 318176073
	at c.ij.util.concurrency.ThreadingAssertions.createThreadRequirementException(ThreadingAssertions.java:281)
	at c.ij.util.concurrency.ThreadingAssertions.softAssertEventDispatchThread(ThreadingAssertions.java:90)
	at c.ij.oa.wm.impl.ToolWindowImpl.createContentIfNeeded(ToolWindowImpl.kt:779)
	at c.ij.oa.wm.impl.ToolWindowImpl.getContentManager(ToolWindowImpl.kt:638)
	at o.sl.ij.actions.SonarLintToolWindow.refreshViews(SonarLintToolWindow.java:126)
	at o.sl.ij.core.BackendService.handleSloopExited(BackendService.kt:334)
	at o.sl.ij.core.BackendService.access$handleSloopExited(BackendService.kt:192)
	at o.sl.ij.core.BackendService$createServiceStartingTask$1.run(BackendService.kt:288)
	at c.ij.oa.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:561)
	at c.ij.oa.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:197)
	at c.ij.oa.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:612)
	at c.ij.oa.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:284)
	at c.ij.oa.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at c.ij.oa.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:287)
	at c.ij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:44)
	at c.ij.oa.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:286)
	at c.ij.oa.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:744)
	at c.ij.oa.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:819)
	at c.ij.oa.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:775)
	at c.ij.oa.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:743)
	at c.ij.oa.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:87)
	at c.ij.oa.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:267)
	at c.ij.oa.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at c.ij.oa.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:284)
	at c.ij.oa.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:556)
	at c.ij.oa.progress.impl.ProgressRunner.lambda$launchTask$17(ProgressRunner.java:511)
	at c.ij.concurrency.ThreadContext.installThreadContext(threadContext.kt:305)
	at c.ij.oa.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:510)
	at c.ij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:192)
	at c.ij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:192)
	at c.ij.util.concurrency.ChildContext.runInChildContext(propagation.kt:198)
	at c.ij.util.concurrency.ChildContext.runInChildContext(propagation.kt:192)
	at c.ij.oa.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:507)

Hi,

Welcome to the community and thanks for this report!

Can you share what you were doing when this happened? Is it reproducible? And if so, could you give us a verbose log from IDE startup through to the error?

 
Thx,
Ann

Thanks for the report, we’ve identified the issue and it will be fixed in one of the upcoming versions. Here’s the bug ticket for reference.

1 Like