ajermakovics / eclipse-instasearch

Eclipse plug-in for fast code search
http://marketplace.eclipse.org/content/instasearch
Eclipse Public License 2.0
170 stars 48 forks source link

Resource out of sync exception while indexing #3

Closed ajermakovics closed 11 years ago

ajermakovics commented 12 years ago

org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: '/some.file'. at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:699) at org.eclipse.core.internal.resources.File.getContents(File.java:293) at org.eclipse.core.internal.resources.File.getContents(File.java:282) at it.unibz.instasearch.indexing.StorageIndexer.indexStorage(StorageIndexer.java:196) at it.unibz.instasearch.indexing.StorageIndexer$2.run(StorageIndexer.java:270) at it.unibz.instasearch.indexing.StorageIndexer.runRetryingRunnable(StorageIndexer.java:223) at it.unibz.instasearch.indexing.StorageIndexer.indexStorageWithRetry(StorageIndexer.java:291) at it.unibz.instasearch.indexing.WorkspaceIndexer.indexFile(WorkspaceIndexer.java:237) at it.unibz.instasearch.indexing.WorkspaceIndexer.indexContainer(WorkspaceIndexer.java:363) at it.unibz.instasearch.indexing.WorkspaceIndexer.indexContainers(WorkspaceIndexer.java:132) at it.unibz.instasearch.indexing.WorkspaceIndexerJDT.indexContainers(WorkspaceIndexerJDT.java:67) at it.unibz.instasearch.indexing.WorkspaceIndexer.createIndex(WorkspaceIndexer.java:96) at it.unibz.instasearch.jobs.IndexingJob.runInWorkspace(IndexingJob.java:44) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)