Advertisement
Guest User

Intellij IDEA errors

a guest
Mar 12th, 2010
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. [ 46625] ERROR - api.project.CacheUpdateSession - java.lang.RuntimeException: java.lang.AssertionError: Trying to find an attribute of deleted page
  2. java.lang.RuntimeException: java.lang.RuntimeException: java.lang.AssertionError: Trying to find an attribute of deleted page
  3. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.handleError(FSRecords.java:426)
  4. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.access$500(FSRecords.java:98)
  5. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.readAttribute(FSRecords.java:887)
  6. at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS.readAttribute(PersistentFS.java:199)
  7. at com.intellij.openapi.vfs.newvfs.FileAttribute.readAttribute(FileAttribute.java:51)
  8. at com.intellij.util.indexing.IndexingStamp$1.createValue(IndexingStamp.java:118)
  9. at com.intellij.util.indexing.IndexingStamp$1.createValue(IndexingStamp.java:114)
  10. at com.intellij.util.containers.SLRUCache.get(SLRUCache.java:40)
  11. at com.intellij.util.indexing.IndexingStamp.update(IndexingStamp.java:165)
  12. at com.intellij.util.indexing.FileBasedIndex$19.run(FileBasedIndex.java:1228)
  13. at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:691)
  14. at com.intellij.util.indexing.FileBasedIndex.updateSingleIndex(FileBasedIndex.java:1224)
  15. at com.intellij.util.indexing.FileBasedIndex.access$2100(FileBasedIndex.java:85)
  16. at com.intellij.util.indexing.FileBasedIndex$UnindexedFilesFinder.processFile(FileBasedIndex.java:1652)
  17. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1828)
  18. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  19. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  20. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  21. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  22. at com.intellij.util.indexing.FileBasedIndex.iterateIndexableFiles(FileBasedIndex.java:1807)
  23. at com.intellij.util.indexing.UnindexedFilesUpdater.queryNeededFiles(UnindexedFilesUpdater.java:43)
  24. at com.intellij.openapi.project.CacheUpdateSession.<init>(CacheUpdateSession.java:45)
  25. at com.intellij.openapi.project.CacheUpdateRunner.queryNeededFiles(CacheUpdateRunner.java:47)
  26. at com.intellij.openapi.project.DumbServiceImpl.scheduleCacheUpdate(DumbServiceImpl.java:113)
  27. at com.intellij.openapi.project.DumbServiceImpl.queueCacheUpdate(DumbServiceImpl.java:89)
  28. at com.intellij.ide.startup.impl.StartupManagerImpl.startCacheUpdate(StartupManagerImpl.java:158)
  29. at com.intellij.ide.startup.impl.StartupManagerImpl.access$600(StartupManagerImpl.java:39)
  30. at com.intellij.ide.startup.impl.StartupManagerImpl$1.run(StartupManagerImpl.java:113)
  31. at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:691)
  32. at com.intellij.ide.startup.impl.StartupManagerImpl.runStartupActivities(StartupManagerImpl.java:99)
  33. at com.intellij.openapi.project.impl.ProjectManagerImpl$4.run(ProjectManagerImpl.java:377)
  34. at com.intellij.openapi.progress.impl.ProgressManagerImpl$3.run(ProgressManagerImpl.java:244)
  35. at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:422)
  36. at com.intellij.openapi.progress.impl.ProgressManagerImpl$4.run(ProgressManagerImpl.java:255)
  37. at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:197)
  38. at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:222)
  39. at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:188)
  40. at com.intellij.openapi.application.impl.ApplicationImpl$6$1.run(ApplicationImpl.java:486)
  41. at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:328)
  42. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  43. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  44. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  45. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  46. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  47. at java.lang.Thread.run(Thread.java:619)
  48. at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:124)
  49. Caused by: java.lang.RuntimeException: java.lang.AssertionError: Trying to find an attribute of deleted page
  50. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.handleError(FSRecords.java:426)
  51. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.access$500(FSRecords.java:98)
  52. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.findAttributePage(FSRecords.java:897)
  53. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.readAttribute(FSRecords.java:879)
  54. ... 43 more
  55. Caused by: java.lang.AssertionError: Trying to find an attribute of deleted page
  56. ... 45 more
  57. [ 46745] ERROR - api.project.CacheUpdateSession - IntelliJ IDEA 9.0.1 Build #IC-93.94
  58. [ 46745] ERROR - api.project.CacheUpdateSession - JDK: 1.6.0_15
  59. [ 46745] ERROR - api.project.CacheUpdateSession - VM: Java HotSpot(TM) Client VM
  60. [ 46745] ERROR - api.project.CacheUpdateSession - Vendor: Sun Microsystems Inc.
  61. [ 46746] ERROR - api.project.CacheUpdateSession - OS: Linux
  62. [ 46746] ERROR - api.project.CacheUpdateSession - Last Action:
  63. [ 46746] ERROR - api.project.CacheUpdateSession - Original exception:
  64. java.lang.RuntimeException: java.lang.AssertionError: Trying to find an attribute of deleted page
  65. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.handleError(FSRecords.java:426)
  66. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.access$500(FSRecords.java:98)
  67. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.findAttributePage(FSRecords.java:897)
  68. at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.readAttribute(FSRecords.java:879)
  69. at com.intellij.openapi.vfs.newvfs.persistent.PersistentFS.readAttribute(PersistentFS.java:199)
  70. at com.intellij.openapi.vfs.newvfs.FileAttribute.readAttribute(FileAttribute.java:51)
  71. at com.intellij.util.indexing.IndexingStamp$1.createValue(IndexingStamp.java:118)
  72. at com.intellij.util.indexing.IndexingStamp$1.createValue(IndexingStamp.java:114)
  73. at com.intellij.util.containers.SLRUCache.get(SLRUCache.java:40)
  74. at com.intellij.util.indexing.IndexingStamp.update(IndexingStamp.java:165)
  75. at com.intellij.util.indexing.FileBasedIndex$19.run(FileBasedIndex.java:1228)
  76. at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:691)
  77. at com.intellij.util.indexing.FileBasedIndex.updateSingleIndex(FileBasedIndex.java:1224)
  78. at com.intellij.util.indexing.FileBasedIndex.access$2100(FileBasedIndex.java:85)
  79. at com.intellij.util.indexing.FileBasedIndex$UnindexedFilesFinder.processFile(FileBasedIndex.java:1652)
  80. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1828)
  81. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  82. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  83. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  84. at com.intellij.util.indexing.FileBasedIndex.iterateRecursively(FileBasedIndex.java:1825)
  85. at com.intellij.util.indexing.FileBasedIndex.iterateIndexableFiles(FileBasedIndex.java:1807)
  86. at com.intellij.util.indexing.UnindexedFilesUpdater.queryNeededFiles(UnindexedFilesUpdater.java:43)
  87. at com.intellij.openapi.project.CacheUpdateSession.<init>(CacheUpdateSession.java:45)
  88. at com.intellij.openapi.project.CacheUpdateRunner.queryNeededFiles(CacheUpdateRunner.java:47)
  89. at com.intellij.openapi.project.DumbServiceImpl.scheduleCacheUpdate(DumbServiceImpl.java:113)
  90. at com.intellij.openapi.project.DumbServiceImpl.queueCacheUpdate(DumbServiceImpl.java:89)
  91. at com.intellij.ide.startup.impl.StartupManagerImpl.startCacheUpdate(StartupManagerImpl.java:158)
  92. at com.intellij.ide.startup.impl.StartupManagerImpl.access$600(StartupManagerImpl.java:39)
  93. at com.intellij.ide.startup.impl.StartupManagerImpl$1.run(StartupManagerImpl.java:113)
  94. at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:691)
  95. at com.intellij.ide.startup.impl.StartupManagerImpl.runStartupActivities(StartupManagerImpl.java:99)
  96. at com.intellij.openapi.project.impl.ProjectManagerImpl$4.run(ProjectManagerImpl.java:377)
  97. at com.intellij.openapi.progress.impl.ProgressManagerImpl$3.run(ProgressManagerImpl.java:244)
  98. at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:422)
  99. at com.intellij.openapi.progress.impl.ProgressManagerImpl$4.run(ProgressManagerImpl.java:255)
  100. at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:197)
  101. at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:222)
  102. at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:188)
  103. at com.intellij.openapi.application.impl.ApplicationImpl$6$1.run(ApplicationImpl.java:486)
  104. at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:328)
  105. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  106. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  107. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  108. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  109. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  110. at java.lang.Thread.run(Thread.java:619)
  111. at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:124)
  112. Caused by: java.lang.AssertionError: Trying to find an attribute of deleted page
  113. ... 45 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement