get com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments in Action, dispatchThread= false
It works well at other pc,but one get this exception , stack is :
2021-07-21 16:42:46,335 [ 822039] ERROR - oncurrency.BoundedTaskExecutor - EventQueue.isDispatchThread()=false Toolkit.getEventQueue()=com.intellij.ide.IdeEventQueue@c8b4901
Current thread: Thread[BuildManager Auto-Make Trigger,4,Idea Thread Group] 1197193091
SystemEventQueueThread: Thread[AWT-EventQueue-0,6,Idea Thread Group] 795301617
com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Toolkit.getEventQueue()=com.intellij.ide.IdeEventQueue@c8b4901
Current thread: Thread[BuildManager Auto-Make Trigger,4,Idea Thread Group] 1197193091
SystemEventQueueThread: Thread[AWT-EventQueue-0,6,Idea Thread Group] 795301617
at com.intellij.openapi.application.impl.ApplicationImpl.throwThreadAccessException(ApplicationImpl.java:1047)
at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1022)
at com.intellij.ide.impl.DataManagerImpl.getDataContext(DataManagerImpl.java:167)
at com.intellij.compiler.server.BuildManager.getCurrentContextProject(BuildManager.java:757)
at com.intellij.compiler.server.BuildManager$3.shouldTriggerMake(BuildManager.java:347)
at com.intellij.compiler.server.BuildManager$3.lambda$after$0(BuildManager.java:314)
at com.intellij.openapi.application.ReadAction.lambda$run$1(ReadAction.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:848)
at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:61)
at com.intellij.openapi.application.ReadAction.run(ReadAction.java:51)
at com.intellij.compiler.server.BuildManager$3.lambda$after$1(BuildManager.java:302)
at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:213)
at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:184)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
at java.base/java.lang.Thread.run(Thread.java:834)
2021-07-21 16:42:46,337 [ 822041] ERROR - oncurrency.BoundedTaskExecutor - IntelliJ IDEA 2021.1.1 Build #IU-211.7142.45
2021-07-21 16:42:46,341 [ 822045] ERROR - oncurrency.BoundedTaskExecutor - JDK: 11.0.10; VM: Dynamic Code Evolution 64-Bit Server VM; Vendor: JetBrains s.r.o.
2021-07-21 16:42:46,341 [ 822045] ERROR - oncurrency.BoundedTaskExecutor - OS: Mac OS X
Please sign in to leave a comment.
If you find a way to reproduce, please file issue in https://youtrack.jetbrains.com/issues/IDEA. Otherwise, just report exception using builtin reporter.
any way I can get this build version IntelliJ IDEA 2021.1.1 Build #IU-211.7142.45 ?
You can download all versions here https://www.jetbrains.com/idea/download/other.html
can not found where to change Build Number , just get
Version: 2021.1.1 (Release notes)
Build: 211.7142.45
Released: 30 April 2021
and this exception not caught by bulltin reporter, I found it in idea.log !
It seems it's known and fixed issue: https://youtrack.jetbrains.com/issue/IDEA-262403