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

Key: IDEADEV-7050
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

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

[#2083] assert: ChangeListSynchronizer.checkReopenChanges -> LocalFileSystemImpl._findFileByPath

Created: 12 Jul 06 13:08   Updated: 07 Sep 06 14:02
Component/s: None
Fix Version/s: Demetra 5646

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

Build: 5,380
Fixed in build: 5,667


 Description  « Hide
exception://2083/
Last updated by Dmitry Jemerov
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 70367
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 10336658
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 10336658
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=69880
There was at least one exception before this one.java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:759)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:235)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:221)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:344)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:249)
at org.jetbrains.idea.perforce.perforce.PerforceSettings.chooseConnectionForFile(PerforceSettings.java:269)
at org.jetbrains.idea.perforce.perforce.PerfCommands.p4reopenFiles(PerfCommands.java:210)
at org.jetbrains.idea.perforce.application.ChangeListSynchronizer.checkReopenChanges(ChangeListSynchronizer.java:293)
at org.jetbrains.idea.perforce.application.ChangeListSynchronizer.changeListChanged(ChangeListSynchronizer.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.intellij.util.EventDispatcher.dispatch(EventDispatcher.java:72)
at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:20)
at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:51)
at $Proxy38.changeListChanged(Unknown Source)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:474)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$1100(ChangeListManagerImpl.java:280)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:346)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

 All   Comments   Work Log   Change History      Sort Order:
Exception Analyzer - 11 Aug 06 17:32
Build 5594
Reported by Anders Wallgren
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 25539425
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 15191255
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 15191255
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:746)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:234)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:220)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:343)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:252)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChangesForFiles(PerforceChangeProvider.java:113)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChanges(PerforceChangeProvider.java:50)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:256)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$700(ChangeListManagerImpl.java:120)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Exception Analyzer - 17 Aug 06 19:58
Build 5594
Reported by Anders Wallgren
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 12882338
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 14199075
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 14199075
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:746)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:234)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:220)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:343)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:252)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChangesForFiles(PerforceChangeProvider.java:113)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChanges(PerforceChangeProvider.java:50)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:256)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$700(ChangeListManagerImpl.java:120)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Exception Analyzer - 17 Aug 06 20:00
Build 5594
Reported by Anders Wallgren
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 15343902
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 4740342
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 4740342
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:746)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:234)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:220)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:343)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:252)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChangesForFiles(PerforceChangeProvider.java:113)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChanges(PerforceChangeProvider.java:50)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:256)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$700(ChangeListManagerImpl.java:120)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Exception Analyzer - 17 Aug 06 20:12
Build 5594
Reported by Anders Wallgren
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 26294604
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 23794987
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 23794987
Previous exception is: http://www.intellij.net/tracker/idea/viewSCR?publicId=72965
There was at least one exception before this one.java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:746)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:234)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:220)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:343)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:252)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChangesForFiles(PerforceChangeProvider.java:113)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChanges(PerforceChangeProvider.java:50)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:256)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$700(ChangeListManagerImpl.java:120)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Exception Analyzer - 17 Aug 06 20:12
Build 5594
Reported by Anders Wallgren
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 26294604
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 23794987
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 23794987
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:746)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:234)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:220)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:343)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:252)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChangesForFiles(PerforceChangeProvider.java:113)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChanges(PerforceChangeProvider.java:50)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:256)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$700(ChangeListManagerImpl.java:120)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Exception Analyzer - 17 Aug 06 20:12
Build 5594
Reported by Anders Wallgren
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 26294604
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 23794987
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 23794987
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:746)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:234)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:220)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:343)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:252)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChangesForFiles(PerforceChangeProvider.java:113)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChanges(PerforceChangeProvider.java:50)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:256)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$700(ChangeListManagerImpl.java:120)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:198)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Exception Analyzer - 06 Sep 06 23:48
Build 5622
Reported by ruhulio
User description: This error occurs whenever I do a save after modifying a file.
Error message: Read access is allowed from event dispatch thread or inside read-action only (see com.intellij.openapi.application.Application.runReadAction())
Details: Current thread: Thread[pool-3-thread-1,5,Idea Thread Group] 31654594
Our dispatch thread:Thread[AWT-EventQueue-1,6,Idea Thread Group] 8178121
SystemEventQueueThread: Thread[AWT-EventQueue-1,6,Idea Thread Group] 8178121
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:746)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl._findFileByPath(LocalFileSystemImpl.java:235)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByPath(LocalFileSystemImpl.java:221)
at com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl.findFileByIoFile(LocalFileSystemImpl.java:344)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.findNearestLiveParentFor(PerforceConnectionManager.java:240)
at org.jetbrains.idea.perforce.perforce.connections.PerforceConnectionManager.getConnectionForFile(PerforceConnectionManager.java:252)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChangesForFiles(PerforceChangeProvider.java:113)
at org.jetbrains.idea.perforce.application.PerforceChangeProvider.getChanges(PerforceChangeProvider.java:50)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.updateImmediately(ChangeListManagerImpl.java:256)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl.access$700(ChangeListManagerImpl.java:23)
at com.intellij.openapi.vcs.changes.ChangeListManagerImpl$4.run(ChangeListManagerImpl.java:198)
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.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:65)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:168)
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)