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

com.intellij.openapi.project.IndexNotReadyException: Please change caller accord #1985

Closed
hurricup opened this issue May 1, 2018 · 0 comments
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@hurricup
Copy link

hurricup commented May 1, 2018

Build: IU-173.4674.33
OS: Mac OS X x86_64 10.13.3
Java Vendor: JetBrains s.r.o
Java Version: 1.8.0_152-release
Java Arch: 64
Java Runtime Version: 1.8.0_152-release-1024-b15
Description:

IdeaLoggingEvent[message=Error while indexing /Users/lachlanrobertson/.m2/repository/binaryage/oops/0.5.8/oops-0.5.8.jar!/oops/defaults.clj
To reindex this file IDEA has to be restarted, throwable=com.intellij.openapi.project.IndexNotReadyException: Please change caller according to com.intellij.openapi.project.IndexNotReadyException documentation

 at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:756)
 at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:705)
 at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:876)
 at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:962)
 at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:933)
 at com.intellij.util.indexing.FileBasedIndexImpl.getValues(FileBasedIndexImpl.java:784)
 at cursive.index$values_by_ns.invoke(index.clj:327)
 at cursive.index$aliases.invoke(index.clj:453)
 at cursive.keyword$key_namespace.invoke(keyword.clj:49)
 at clojure.lang.Var.invoke(Var.java:379)
 at cursive.api.DelayedFn.invoke(DelayedFn.java:31)
 at cursive.psi.impl.ClEditorKeyword.getNamespace(ClEditorKeyword.java:53)
 at clojure.core$namespace.invoke(core.clj:1532)
 at cursive.parse$namespaced_keyword$fn__1204.invoke(parse.clj:62)
 at cursive.resolve.util$take_if.invoke(util.clj:10)
 at cursive.parse$parser_from$fn__1194.invoke(parse.clj:44)
 at cursive.parse$apply_parsers.invoke(parse.clj:23)
 at cursive.parse$all$fn__1224.invoke(parse.clj:74)
 at cursive.parse$light_parse.invoke(parse.clj:147)
 at cursive.index$with_parsed.invoke(index.clj:564)
 at cursive.extensions.clojure.spec$fn__10812.invoke(spec.clj:30)
 at cursive.extensions.clojure.core.resolve$add_meta$fn__6626.invoke(resolve.clj:183)
 at cursive.index$process_file$fn__1358.invoke(index.clj:63)
 at clojure.core$map$fn__4553.invoke(core.clj:2624)
 at clojure.lang.LazySeq.sval(LazySeq.java:40)
 at clojure.lang.LazySeq.seq(LazySeq.java:49)
 at clojure.lang.RT.seq(RT.java:507)
 at clojure.core$seq__4128.invoke(core.clj:137)
 at clojure.core$concat$fn__4215.invoke(core.clj:691)
 at clojure.lang.LazySeq.sval(LazySeq.java:40)
 at clojure.lang.LazySeq.seq(LazySeq.java:49)
 at clojure.lang.RT.seq(RT.java:507)
 at clojure.core$seq__4128.invoke(core.clj:137)
 at clojure.core$filter$fn__4580.invoke(core.clj:2679)
 at clojure.lang.LazySeq.sval(LazySeq.java:40)
 at clojure.lang.LazySeq.seq(LazySeq.java:49)
 at clojure.lang.RT.seq(RT.java:507)
 at clojure.core$seq__4128.invoke(core.clj:137)
 at clojure.core.protocols$seq_reduce.invoke(protocols.clj:30)
 at clojure.core.protocols$fn__6506.invoke(protocols.clj:101)
 at clojure.core.protocols$fn__6452$G__6447__6465.invoke(protocols.clj:13)
 at clojure.core$reduce.invoke(core.clj:6519)
 at clojure.core$into.invoke(core.clj:6600)
 at cursive.index$process_file.invoke(index.clj:67)
 at cursive.index$index_with.invoke(index.clj:82)
 at cursive.index$index_with.invoke(index.clj:73)
 at cursive.index$index_keyword_definition.invoke(index.clj:122)
 at clojure.lang.Var.invoke(Var.java:379)
 at cursive.api.DelayedFn.invoke(DelayedFn.java:31)
 at cursive.index.PsiDependentIndexExtension.lambda$getIndexer$0(PsiDependentIndexExtension.java:50)
 at com.intellij.util.indexing.impl.MapReduceIndex.mapInput(MapReduceIndex.java:273)
 at com.intellij.util.indexing.VfsAwareMapReduceIndex.calculateUpdateData(VfsAwareMapReduceIndex.java:98)
 at com.intellij.util.indexing.impl.MapReduceIndex.update(MapReduceIndex.java:213)
 at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1654)
 at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1582)
 at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.freezeFileTypeTemporarilyIn(FileTypeManagerImpl.java:511)
 at com.intellij.util.indexing.FileBasedIndexImpl.a(FileBasedIndexImpl.java:1541)
 at com.intellij.util.indexing.FileBasedIndexImpl.indexFileContent(FileBasedIndexImpl.java:1529)
 at com.intellij.util.indexing.UnindexedFilesUpdater.a(UnindexedFilesUpdater.java:109)
 at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.a(CacheUpdateRunner.java:227)
 at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1127)
 at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.a(CacheUpdateRunner.java:243)
 at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157)
 at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:543)
 at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:488)
 at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:94)
 at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144)
 at com.intellij.openapi.project.CacheUpdateRunner$MyRunnable.run(CacheUpdateRunner.java:240)
 at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:315)
 at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 at java.lang.Thread.run(Thread.java:745)
]
@cursive-ide cursive-ide added this to the 1.8.0-eap4 milestone Jul 24, 2018
@cursive-ide cursive-ide added the bug Marks issues describing bugs label Sep 22, 2020
@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Marks issues describing bugs released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

2 participants