My IntelliJ is stuck on indexing for a while now w...
# intellij
m
My IntelliJ is stuck on indexing for a while now with :
Copy code
2021-02-05 18:12:08,146 [ 725650]   INFO - il.indexing.FileBasedIndexImpl - Rebuild requested for index Stubs 
com.intellij.util.indexing.StorageException: java.nio.file.NoSuchFileException: mvn-ea86bec8a5ee731487fd356d3f92904fd049a1c2f7d79d1c8f66da0a255e730f-f0d166cf0962/Stubs/org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex/org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex.storage.keystream
	at com.intellij.indexing.shared.platform.impl.HashBasedMapReduceIndex$MyMapIndexStorage.processKeys(HashBasedMapReduceIndex.java:137)
	at com.intellij.util.indexing.impl.storage.VfsAwareMapReduceIndex.lambda$processAllKeys$2(VfsAwareMapReduceIndex.java:347)
	at com.intellij.util.ConcurrencyUtil.withLock(ConcurrencyUtil.java:229)
	at com.intellij.util.indexing.impl.storage.VfsAwareMapReduceIndex.processAllKeys(VfsAwareMapReduceIndex.java:346)
Does that ring any bell?
a
I haven't seen such problems. Looks like this is a bug in IDEA shared indexes, please report to https://youtrack.jetbrains.com/issues/IDEA
m
Thanks @Alexey Belkov [JB] 😊 . This is gone now. For what it's worth, I removed the JS GraphQL plugin (I had disabled before). This seemed to help. I'll file an issue directly next time 👍
🙏 1