Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexNotReadyException on IDEA 2018.2 #2016

Closed
p-himik opened this issue Jul 27, 2018 · 1 comment
Closed

IndexNotReadyException on IDEA 2018.2 #2016

p-himik opened this issue Jul 27, 2018 · 1 comment

Comments

@p-himik
Copy link

p-himik commented Jul 27, 2018

Upgraded IDEA to 2018.2, upgraded all plugins, started seeing this error:

Error while indexing /home/p-himik/.m2/repository/binaryage/oops/0.6.2/oops-0.6.2.jar!/oops/defaults.clj
To reindex this file IDEA has to be restarted

com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation
t com.intellij.openapi.project.IndexNotReadyException.create(IndexNotReadyException.java:77)
	at com.intellij.util.indexing.FileBasedIndexImpl.handleDumbMode(FileBasedIndexImpl.java:774)
	at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:723)
	at com.intellij.util.indexing.FileBasedIndexImpl.processExceptions(FileBasedIndexImpl.java:894)
	at com.intellij.util.indexing.FileBasedIndexImpl.processValueIterator(FileBasedIndexImpl.java:970)
	at com.intellij.util.indexing.FileBasedIndexImpl.processValuesInScope(FileBasedIndexImpl.java:941)
	at com.intellij.util.indexing.FileBasedIndexImpl.getValues(FileBasedIndexImpl.java:802)
	at cursive.index$values_by_ns.invoke(index.clj:327)
[...]

Tried switching Boot JDK to the bundled one and reindexing - issue persists.

I reported the error from within IDEA.

@cursive-ide
Copy link
Owner

I think this is a dupe of #1985 and #1996 which are both fixed in the next EAP. It should be out on Monday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants