IDE Fatal errors: <null> : Control-flow exceptions (like ProcessCanceledException) should never be logged
Hello,
I am using IntelliJ IDEA 2017.3.1 EAP (Ultimate Edition) with JRE: 1.8.0_152-release- amd64 on Windows 10.
I get the IDE Fatal errors message: "<null> : Control-flow exceptions (like ProcessCanceledException) should never be logged" when I start Intellij.
The details is as follow:
<null> : Control-flow exceptions (like ProcessCanceledException) should never be logged
java.lang.Throwable: Control-flow exceptions (like ProcessCanceledException) should never be logged
at com.intellij.idea.IdeaLogger.error(IdeaLogger.java:118)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:162)
at com.intellij.ide.projectView.impl.nodes.ModuleGroupNode.getChildren(ModuleGroupNode.java:71)
at com.intellij.ide.util.treeView.AbstractTreeStructureBase.getChildElements(AbstractTreeStructureBase.java:47)
at com.intellij.ui.tree.StructureTreeModel.b(StructureTreeModel.java:227)
at com.intellij.ui.tree.StructureTreeModel.a(StructureTreeModel.java:140)
at com.intellij.ui.tree.StructureTreeModel.isLeaf(StructureTreeModel.java:172)
at com.intellij.ui.tree.AsyncTreeModel$CmdGetChildren.getNode(AsyncTreeModel.java:544)
at com.intellij.ui.tree.AsyncTreeModel$ObsolescentCommand.get(AsyncTreeModel.java:445)
at com.intellij.ui.tree.AsyncTreeModel$ObsolescentCommand.get(AsyncTreeModel.java:411)
at com.intellij.util.concurrency.Command$Processor.a(Command.java:48)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1127)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.a(ProgressIndicatorUtils.java:85)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.a(ProgressIndicatorUtils.java:141)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:543)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:488)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:94)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:139)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:85)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runInReadActionWithWriteActionPriority(ProgressManagerImpl.java:198)
at com.intellij.util.concurrency.Invoker.invokeSafely(Invoker.java:128)
at com.intellij.util.concurrency.Invoker.a(Invoker.java:140)
at com.intellij.util.concurrency.Invoker$BackgroundThread.b(Invoker.java:258)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:242)
at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:212)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: com.intellij.openapi.progress.ProcessCanceledException
at com.intellij.openapi.progress.util.AbstractProgressIndicatorBase.a(AbstractProgressIndicatorBase.java:142)
at com.intellij.openapi.progress.util.AbstractProgressIndicatorBase.checkCanceled(AbstractProgressIndicatorBase.java:133)
at com.intellij.openapi.progress.util.AbstractProgressIndicatorExBase.checkCanceled(AbstractProgressIndicatorExBase.java:103)
at com.intellij.openapi.progress.impl.CoreProgressManager.doCheckCanceled(CoreProgressManager.java:120)
at com.intellij.openapi.progress.ProgressManager.checkCanceled(ProgressManager.java:206)
at com.intellij.openapi.progress.ProgressIndicatorProvider.checkCanceled(ProgressIndicatorProvider.java:49)
at com.intellij.psi.impl.PsiManagerImpl.findDirectory(PsiManagerImpl.java:199)
at com.intellij.ide.projectView.impl.nodes.ProjectViewModuleGroupNode.createModuleNode(ProjectViewModuleGroupNode.java:47)
at com.intellij.ide.projectView.impl.nodes.ModuleGroupNode.getChildren(ModuleGroupNode.java:67)
... 29 more
Can somebody help or give any idea?
Thanks!
Please sign in to leave a comment.
Thank you for the report, I've submitted the bug at https://youtrack.jetbrains.com/v2/issue/IDEA-183209.