|
|
|
Build 5661
Reported by Michael Besosa Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.flushQueue(IdeEventQueue.java:387) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5692
Reported by Evgeny Goldin Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=77860 There was at least one exception before this one.java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:563) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:112) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:700) at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 0
Reported by Kirill Maximov (JetBrains) Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable Build 5650
Reported by Venkat Sonnathi Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$FireBeforeRefresh.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:237) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:230) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:486) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:489) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:166) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:124) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:55) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:281) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:230) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5661
Reported by Johan Karlberg Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.flushQueue(IdeEventQueue.java:387) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5650
Reported by Ivan Todoroski User description: "ant clean" in a module directory Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$FireBeforeRefresh.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:237) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:230) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:486) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:489) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:166) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:124) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:55) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:281) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:230) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 0
Reported by Kirill Maximov (JetBrains) User description: Second project opening Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable Build 0
Reported by Kirill Maximov (JetBrains) Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable Build 0
Reported by Kirill Maximov (JetBrains) User description: Ctrl-T, and some jar files, included in project, were updated from p4 as well. Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable Build 5661
Reported by Michael Werle User description: Happened while IDEA was in the background. Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=76526 There was at least one exception before this one.java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177) at java.awt.Dialog$1.run(Dialog.java:1039) at java.awt.Dialog$3.run(Dialog.java:1091) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:1089) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:472) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:165) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:124) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) Build 5661
Reported by Dan User description: i modified externaly a jar file that is in my module class path and when i changed the view to idea i received this error Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.flushQueue(IdeEventQueue.java:387) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5692
Reported by Tony Johnson Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:563) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:112) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:700) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl.afterRefreshFinish(VirtualFileManagerImpl.java:304) at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.refreshIoFiles(LocalFileSystemImpl.java:371) at com.intellij.compiler.impl.CompilerUtil$3.run(CompilerUtil.java:104) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.compiler.impl.CompilerUtil$6.run(CompilerUtil.java:146) at com.intellij.openapi.application.impl.LaterInvocator$1.run(LaterInvocator.java:98) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5661
Reported by Chris Sherratt Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.flushQueue(IdeEventQueue.java:387) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 0
Reported by Kirill Maximov (JetBrains) Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable Build 5692
Reported by Anders Wallgren User description: Copied a jar file into my directory from the command line. Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:563) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:112) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:700) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5692
Reported by Venkat Sonnathi Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=77673 There was at least one exception before this one.java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:563) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:112) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:700) at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5661
Reported by Rambabu Talasila User description: Throwable Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.flushQueue(IdeEventQueue.java:387) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5661
Reported by Sascha Weinreuter User description: opened project Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=76609 There was at least one exception before this one.java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177) at java.awt.Dialog$1.run(Dialog.java:1039) at java.awt.Dialog$3.run(Dialog.java:1091) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:1089) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:472) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:165) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:124) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) Build 5661
Reported by Michael Besosa Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.flushQueue(IdeEventQueue.java:387) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5692
Reported by Michael de Luna User description: While building project - worked fine under 5661. First thing done after starting intelliJ this morning. Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:563) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:112) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:700) at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5661
Reported by Niclas Hedhman Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:472) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:165) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:124) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:479) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:556) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:216) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:692) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl.afterRefreshFinish(VirtualFileManagerImpl.java:304) at com.intellij.openapi.vfs.impl.local.VirtualFileImpl$4.run(VirtualFileImpl.java:401) at com.intellij.openapi.vfs.impl.local.VirtualFileImpl.refresh(VirtualFileImpl.java:420) at com.intellij.openapi.vfs.impl.local.VirtualFileImpl.refresh(VirtualFileImpl.java:425) at com.intellij.openapi.vfs.VirtualFile.refresh(VirtualFile.java:467) at com.intellij.openapi.fileChooser.ex.FileSystemTreeImpl$4$1.run(FileSystemTreeImpl.java:166) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:711) at com.intellij.openapi.fileChooser.ex.FileSystemTreeImpl$4.treeExpanded(FileSystemTreeImpl.java:157) at javax.swing.JTree.fireTreeExpanded(JTree.java:2245) at javax.swing.JTree.setExpandedState(JTree.java:3006) at javax.swing.JTree.expandPath(JTree.java:1742) at javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2189) at javax.swing.plaf.basic.BasicTreeUI$Actions.traverse(BasicTreeUI.java:4359) at javax.swing.plaf.basic.BasicTreeUI$Actions.actionPerformed(BasicTreeUI.java:4015) at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1571) at javax.swing.JComponent.processKeyBinding(JComponent.java:2763) at javax.swing.JComponent.processKeyBindings(JComponent.java:2798) at javax.swing.JComponent.processKeyEvent(JComponent.java:2726) at java.awt.Component.processEvent(Component.java:5265) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:672) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:920) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:798) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:636) at java.awt.Component.dispatchEventImpl(Component.java:3841) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:352) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.fileChooser.ex.FileChooserDialogImpl.choose(FileChooserDialogImpl.java:92) at com.intellij.openapi.fileChooser.FileChooser.chooseFiles(FileChooser.java:41) at com.intellij.openapi.fileChooser.FileChooser.chooseFiles(FileChooser.java:31) at com.intellij.openapi.roots.ui.configuration.libraryEditor.LibraryTableEditor$AttachItemAction.actionPerformed(LibraryTableEditor.java:523) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:361) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.roots.ui.configuration.libraryEditor.LibraryTableEditor.openDialog(LibraryTableEditor.java:387) at com.intellij.openapi.roots.ui.configuration.ClasspathPanel$ChooseNamedLibraryAction$MyChooserDialog.doChoose(ClasspathPanel.java:1006) at com.intellij.openapi.roots.ui.configuration.ClasspathPanel$ChooseAndAddAction.executeImpl(ClasspathPanel.java:430) at com.intellij.openapi.roots.ui.configuration.ClasspathPanel$ButtonAction.execute(ClasspathPanel.java:376) at com.intellij.openapi.roots.ui.configuration.ClasspathPanel$10$1$1.run(ClasspathPanel.java:298) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.ide.actions.ShowSettingsUtilImpl.editConfigurable(ShowSettingsUtilImpl.java:82) at com.intellij.openapi.roots.ui.configuration.ModulesConfigurator.showDialog(ModulesConfigurator.java:339) at com.intellij.ide.actions.ShowModulePropertiesAction.actionPerformed(ShowModulePropertiesAction.java:27) at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:149) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:55) at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:474) at com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI.java:28) at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:494) at java.awt.Component.processMouseEvent(Component.java:5488) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5253) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822) at java.awt.Container.dispatchEventImpl(Container.java:2010) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:361) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Venkat Sonnathi Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Venkat Sonnathi Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Michal Kochanowicz Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:-1) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Evgeny Goldin Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Daniel Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Ira Klotzko User description: running applications and editing confs and running external tools Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Per-Ingemar Andersson Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Alex Josef Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Venkat Sonnathi Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Eugene Petrenko Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.lang.ant.config.execution.BuildProgressWindow$3.run(BuildProgressWindow.java:86) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5706
Reported by Grant Smith User description: Updated some libs externally, then used IDEA to revert them.. Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177) at java.awt.Dialog$1.run(Dialog.java:1039) at java.awt.Dialog$3.run(Dialog.java:1091) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:1089) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) Build 5706
Reported by Grant Smith User description: Updated some libs externally, then used IDEA to revert them.. Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177) at java.awt.Dialog$1.run(Dialog.java:1039) at java.awt.Dialog$3.run(Dialog.java:1091) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:1089) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:567) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:234) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:704) at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) Build 5734
Reported by Anonymous IDEA User Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:212) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:488) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:306) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:492) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:569) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1500(ProjectRootManagerImpl.java:240) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:717) at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:261) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) Build 5734
Reported by Arunkumar Ayyavu Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:212) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.Dialog$1.run(Unknown Source) at java.awt.Dialog$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Unknown Source) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:488) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:306) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:492) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:569) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1500(ProjectRootManagerImpl.java:240) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:717) at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:261) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Build 5734
Reported by Anonymous IDEA User Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=78979 There was at least one exception before this one.java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:212) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:598) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177) at java.awt.Dialog$1.run(Dialog.java:1039) at java.awt.Dialog$2.run(Dialog.java:1085) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:1083) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:488) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:306) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:598) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:492) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:569) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1500(ProjectRootManagerImpl.java:240) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:717) at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:589) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:261) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:598) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) Build 5734
Reported by Venkat Sonnathi Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=78927 There was at least one exception before this one.java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.beforeRefreshStart(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:212) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153) at java.awt.Dialog$1.run(Dialog.java:517) at java.awt.Dialog$2.run(Dialog.java:545) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Dialog.show(Dialog.java:543) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:488) at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:306) at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745) at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471) at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164) at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108) at com.intellij.util.Alarm$1.run(Alarm.java:106) at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415) at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123) at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:492) at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:569) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1500(ProjectRootManagerImpl.java:240) at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:717) at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193) at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174) at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16) at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71) at $Proxy2.afterRefreshFinish(Unknown Source) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:261) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:724) at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:209) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) | |||||||||||||||||||||||||||||||||||||||||||||||||
Reported by Thomas Singer
User description: Happened after switching back to IDEA.
Error message: Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching afterRefreshFinish
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89)
at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:159)
at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16)
at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71)
at $Proxy2.beforeRefreshStart(Unknown Source)
at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:220)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713)
at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
at java.awt.Dialog$1.run(Dialog.java:517)
at java.awt.Dialog$2.run(Dialog.java:545)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Dialog.java:543)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:487)
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:305)
at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:745)
at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:471)
at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:164)
at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:108)
at com.intellij.util.Alarm$1.run(Alarm.java:106)
at com.intellij.util.Alarm$MyThread$1.run(Alarm.java:250)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274)
at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:415)
at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:123)
at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:481)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:180)
at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.doSynchronize(ProjectRootManagerImpl.java:563)
at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.access$1400(ProjectRootManagerImpl.java:112)
at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$MyVirtualFileManagerListener.afterRefreshFinish(ProjectRootManagerImpl.java:700)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.PendingEventDispatcher.invoke(PendingEventDispatcher.java:193)
at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:174)
at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16)
at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71)
at $Proxy2.afterRefreshFinish(Unknown Source)
at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2$1.run(VirtualFileManagerImpl.java:269)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:713)
at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$2.run(VirtualFileManagerImpl.java:217)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:216)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:374)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:365)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:274)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)