Skip to content

Instantly share code, notes, and snippets.

@breandan
Last active August 29, 2015 14:03
Show Gist options
  • Save breandan/060e8fe667cdb597de48 to your computer and use it in GitHub Desktop.
Save breandan/060e8fe667cdb597de48 to your computer and use it in GitHub Desktop.
Report #661774
Product: IDEA 135.1146 Action: OS: Windows 8 Java: Oracle Corporation 1.8.0-ea Reporter: Breandan Considine Date: 27.06.2014 22:52
Already disposed
java.lang.AssertionError: Already disposed
at com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:263)
at com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:55)
at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:40)
at com.intellij.ui.content.MessageView$SERVICE.getInstance(MessageView.java:32)
at com.intellij.compiler.progress.CompilerTask.removeAllContents(CompilerTask.java:436)
at com.intellij.compiler.progress.CompilerTask.access$500(CompilerTask.java:72)
at com.intellij.compiler.progress.CompilerTask$5.run(CompilerTask.java:481)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:319)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744)
at java.awt.EventQueue.access$400(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:697)
at java.awt.EventQueue$3.run(EventQueue.java:691)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:714)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:697)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:220)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:135)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:123)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:119)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:111)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment