History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-1189
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Roman Chernyatchik
Reporter: Roman Chernyatchik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Ruby

Event cannot be raised when dispatching another event is in progress. Dispatching fileCreated

Created: 19 Nov 07 16:40   Updated: 16 Jan 08 16:56
Component/s: Plugin Reports
Fix Version/s: 1.5

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Idea build #7549
Revision: 12537
Build: 1.0.12537

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 Description  « Hide
startup, rails plugin + rspec installation
Assertion failed: Event cannot be raised when dispatching another event is in progress. Dispatching fileCreated
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 $Proxy10.fileCreated(Unknown Source)
	at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl.fireAfter(VirtualFileManagerImpl.java:94)
	at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl.access$200(VirtualFileManagerImpl.java:32)
	at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$1.after(VirtualFileManagerImpl.java:72)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:101)
	at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:170)
	at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:162)
	at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:36)
	at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:102)
	at $Proxy65.after(Unknown Source)
	at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS.processEvents(PersistentFS.java:475)
	at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEvents(RefreshSessionImpl.java:98)
	at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.execute(RefreshQueueImpl.java:42)
	at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.launch(RefreshSessionImpl.java:66)
	at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.processSingleEvent(RefreshQueueImpl.java:100)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.createAndFindChildWithEventFire(VirtualDirectoryImpl.java:117)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.doFindChild(VirtualDirectoryImpl.java:61)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:39)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.refreshAndFindChild(VirtualDirectoryImpl.java:127)
	at com.intellij.openapi.vfs.newvfs.NewVirtualFileSystem.refreshAndFindFileByPath(NewVirtualFileSystem.java:102)
	at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.refreshAndFindFileByPath(LocalFileSystemImpl.java:183)
	at org.jetbrains.plugins.ruby.ruby.run.filters.RFileLinksFilter$1.run(RFileLinksFilter.java:119)
	at com.intellij.util.ActionRunner$1$1.run(ActionRunner.java:33)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:670)
	at com.intellij.util.ActionRunner$1.run(ActionRunner.java:30)
	at com.intellij.util.ActionRunner.runInsideWriteAction(ActionRunner.java:43)
	at org.jetbrains.plugins.ruby.rails.RailsUtils.runInsideWriteAction(RailsUtils.java:126)
	at org.jetbrains.plugins.ruby.ruby.run.filters.RFileLinksFilter.applyFilter(RFileLinksFilter.java:117)
	at com.intellij.execution.filters.CompositeFilter.applyFilter(CompositeFilter.java:26)
	at com.intellij.execution.impl.ConsoleViewImpl.highlightHyperlinks(ConsoleViewImpl.java:571)
	at com.intellij.execution.impl.ConsoleViewImpl.flushDeferredText(ConsoleViewImpl.java:351)
	at com.intellij.execution.impl.ConsoleViewImpl.access$100(ConsoleViewImpl.java:69)
	at com.intellij.execution.impl.ConsoleViewImpl$1.run(ConsoleViewImpl.java:127)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:298)
	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:478)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:471)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:357)
	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.$$YJP$$doPrivileged(Native Method)
	at java.security.AccessController.doPrivileged(AccessController.java)
	at java.awt.Dialog.show(Dialog.java:1089)
	at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:493)
	at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:310)
	at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:812)
	at com.intellij.openapi.progress.util.ProgressWindow$MyDialog.show(ProgressWindow.java:506)
	at com.intellij.openapi.progress.util.ProgressWindow.showDialog(ProgressWindow.java:175)
	at com.intellij.openapi.progress.util.ProgressWindow$1$1.run(ProgressWindow.java:122)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:298)
	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:478)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:471)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:357)
	at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.java:519)
	at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:137)
	at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:417)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:160)
	at org.jetbrains.plugins.ruby.ruby.cache.fileCache.impl.RubyFilesCacheImpl.forceUpdate(RubyFilesCacheImpl.java:531)
	at org.jetbrains.plugins.ruby.ruby.cache.fileCache.impl.RubyFilesCacheImpl$1.processDir(RubyFilesCacheImpl.java:496)
	at org.jetbrains.plugins.ruby.ruby.cache.fileCache.impl.RubyFilesCacheImpl$1.fileCreated(RubyFilesCacheImpl.java:453)
	at sun.reflect.GeneratedMethodAccessor79.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:195)
	at com.intellij.util.PendingEventDispatcher.dispatch(PendingEventDispatcher.java:176)
	at com.intellij.util.PendingEventDispatcher.access$100(PendingEventDispatcher.java:16)
	at com.intellij.util.PendingEventDispatcher$1.invoke(PendingEventDispatcher.java:71)
	at $Proxy10.fileCreated(Unknown Source)
	at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl.fireAfter(VirtualFileManagerImpl.java:94)
	at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl.access$200(VirtualFileManagerImpl.java:32)
	at com.intellij.openapi.vfs.impl.VirtualFileManagerImpl$1.after(VirtualFileManagerImpl.java:72)
	at sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:101)
	at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:170)
	at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:162)
	at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:36)
	at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:102)
	at $Proxy65.after(Unknown Source)
	at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS.processEvents(PersistentFS.java:475)
	at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEvents(RefreshSessionImpl.java:98)
	at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.execute(RefreshQueueImpl.java:42)
	at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.launch(RefreshSessionImpl.java:66)
	at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.processSingleEvent(RefreshQueueImpl.java:100)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.createAndFindChildWithEventFire(VirtualDirectoryImpl.java:117)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.doFindChild(VirtualDirectoryImpl.java:61)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.findChild(VirtualDirectoryImpl.java:39)
	at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.refreshAndFindChild(VirtualDirectoryImpl.java:127)
	at com.intellij.openapi.vfs.newvfs.NewVirtualFileSystem.refreshAndFindFileByPath(NewVirtualFileSystem.java:102)
	at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.refreshAndFindFileByPath(LocalFileSystemImpl.java:183)
	at org.jetbrains.plugins.ruby.ruby.run.filters.RFileLinksFilter$1.run(RFileLinksFilter.java:119)
	at com.intellij.util.ActionRunner$1$1.run(ActionRunner.java:33)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:670)
	at com.intellij.util.ActionRunner$1.run(ActionRunner.java:30)
	at com.intellij.util.ActionRunner.runInsideWriteAction(ActionRunner.java:43)
	at org.jetbrains.plugins.ruby.rails.RailsUtils.runInsideWriteAction(RailsUtils.java:126)
	at org.jetbrains.plugins.ruby.ruby.run.filters.RFileLinksFilter.applyFilter(RFileLinksFilter.java:117)
	at com.intellij.execution.filters.CompositeFilter.applyFilter(CompositeFilter.java:26)
	at com.intellij.execution.impl.ConsoleViewImpl.highlightHyperlinks(ConsoleViewImpl.java:571)
	at com.intellij.execution.impl.ConsoleViewImpl.flushDeferredText(ConsoleViewImpl.java:351)
	at com.intellij.execution.impl.ConsoleViewImpl.access$100(ConsoleViewImpl.java:69)
	at com.intellij.execution.impl.ConsoleViewImpl$1.run(ConsoleViewImpl.java:127)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:298)
	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:478)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:471)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:357)
	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)


 All   Comments   Work Log   Change History      Sort Order:
Roman Chernyatchik - 16 Jan 08 16:56
done, rev. 13768