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

Key: IDEADEV-15995
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Peter Gromov
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

[#4832] assert: LaterInvocator.getCurrentModalEntities

Created: 05 Apr 07 18:09   Updated: 06 Apr 07 13:02
Component/s: None
Fix Version/s: Selena 6808 (pre-M1)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,801
Fixed in build: 6,901


 Description  « Hide
exception://4832/
Last updated by vladislav.kaznacheev
Error message: Access is allowed from event dispatch thread only.
Details: Current thread: Thread[JobScheduler pool,6,Idea Thread Group] 14317993
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 31790249
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 31790249
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:758)
at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:745)
at com.intellij.openapi.application.impl.LaterInvocator.getCurrentModalEntities(LaterInvocator.java:163)
at com.intellij.openapi.application.impl.ApplicationImpl.getCurrentModalityState(ApplicationImpl.java:449)
at com.intellij.openapi.application.ModalityState.current(ModalityState.java:30)
at com.intellij.util.Alarm.addRequest(Alarm.java:86)
at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl.stopProcess(DaemonCodeAnalyzerImpl.java:306)
at com.intellij.codeInsight.daemon.impl.DaemonListeners.stopDaemon(DaemonListeners.java:406)
at com.intellij.codeInsight.daemon.impl.DaemonListeners.access$1100(DaemonListeners.java:26)
at com.intellij.codeInsight.daemon.impl.DaemonListeners$3.activeEditorsChanged(DaemonListeners.java:140)
at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.EventDispatcher.dispatch(EventDispatcher.java:73)
at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:21)
at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:52)
at $Proxy38.activeEditorsChanged(Unknown Source)
at com.intellij.codeInsight.daemon.impl.EditorTracker.setActiveEditors(EditorTracker.java:233)
at com.intellij.codeInsight.daemon.impl.EditorTracker.setActiveWindow(EditorTracker.java:206)
at com.intellij.codeInsight.daemon.impl.EditorTracker.registerEditor(EditorTracker.java:171)
at com.intellij.codeInsight.daemon.impl.EditorTracker.access$400(EditorTracker.java:35)
at com.intellij.codeInsight.daemon.impl.EditorTracker$MyEditorFactoryListener$1.hierarchyChanged(EditorTracker.java:262)
at java.awt.Component.processHierarchyEvent(Component.java:5668)
at java.awt.Component.processEvent(Component.java:5287)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3968)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.Component.removeNotify(Component.java:6015)
at java.awt.Container.removeNotify(Container.java:2533)
at javax.swing.JComponent.removeNotify(JComponent.java:4494)
at java.awt.Container.remove(Container.java:1114)
at java.awt.Container.remove(Container.java:1172)
at com.intellij.ui.EditorTextField.releaseEditor(EditorTextField.java:241)
at com.intellij.ui.EditorTextField.setEnabled(EditorTextField.java:370)
at com.intellij.openapi.ui.ComponentWithBrowseButton.setEnabled(ComponentWithBrowseButton.java:65)
at com.intellij.util.ui.UIUtil.setEnabled(UIUtil.java:62)
at com.intellij.util.ui.UIUtil.setEnabled(UIUtil.java:68)
at com.intellij.util.ui.UIUtil.setEnabled(UIUtil.java:68)
at com.intellij.util.ui.UIUtil.setEnabled(UIUtil.java:68)
at com.intellij.util.ui.UIUtil.setEnabled(UIUtil.java:68)
at com.intellij.util.xml.ui.AbstractDomElementComponent.setEnabled(AbstractDomElementComponent.java:27)
at com.intellij.jsf.ui.forms.components.FacetComponent.getComponent(FacetComponent.java:54)
at com.intellij.util.xml.ui.BasicDomElementComponent$1.highlightingFinished(BasicDomElementComponent.java:48)
at sun.reflect.GeneratedMethodAccessor147.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.EventDispatcher.dispatch(EventDispatcher.java:73)
at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:21)
at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:52)
at $Proxy36.highlightingFinished(Unknown Source)
at com.intellij.util.xml.highlighting.DomElementAnnotationsManagerImpl.appendProblems(DomElementAnnotationsManagerImpl.java:134)
at com.intellij.util.xml.highlighting.DomElementAnnotationsManagerImpl.checkFileElement(DomElementAnnotationsManagerImpl.java:249)
at com.intellij.util.xml.highlighting.DomElementsInspection.checkDomFile(DomElementsInspection.java:103)
at com.intellij.util.xml.highlighting.DomElementsInspection.checkFile(DomElementsInspection.java:78)
at com.intellij.codeInspection.LocalInspectionTool$1.visitFile(LocalInspectionTool.java:104)
at com.intellij.psi.XmlElementVisitor.visitXmlFile(XmlElementVisitor.java:26)
at com.intellij.psi.impl.source.xml.XmlFileImpl.accept(XmlFileImpl.java:61)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1$1.run(LocalInspectionsPass.java:134)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1.run(LocalInspectionsPass.java:121)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at com.intellij.concurrency.JobImpl.scheduleAndWaitForResults(JobImpl.java:102)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspect(LocalInspectionsPass.java:154)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.inspectRoot(LocalInspectionsPass.java:82)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:73)
at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:32)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:66)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:275)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:576)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:269)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:145)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:267)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.