question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

java.lang.Throwable: Stub ids not found for key in index = nl.hannahsten.texifyidea.commands, file = file:///Users/compux72/Developer/resume/scripts/scheme.py, file type = com.jetbrains.python.PythonFileType@1879f2ad, indexed file type = com.jetbrains.python.PythonFileType@1879f2ad

See original GitHub issue

Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version

IntelliJ IDEA 2022.1.4 (build IU-221.6008.13)

Operating System

Mac OS X 12.4 (x86_64)

TeXiFy IDEA version

0.7.19

Description

Stacktrace

java.lang.Throwable: Stub ids not found for key in index = nl.hannahsten.texifyidea.commands, file = file:///Users/compux72/Developer/resume/scripts/scheme.py, file type = com.jetbrains.python.PythonFileType@1879f2ad, indexed file type = com.jetbrains.python.PythonFileType@1879f2ad
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182)
	at com.intellij.psi.stubs.StubProcessingHelper.retrieveStubIdList(StubProcessingHelper.java:65)
	at com.intellij.psi.stubs.StubIndexEx.lambda$processElements$6(StubIndexEx.java:180)
	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1705)
	at com.intellij.psi.stubs.StubIndexEx.processElements(StubIndexEx.java:179)
	at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:99)
	at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:87)
	at nl.hannahsten.texifyidea.index.IndexUtilBase.getItemsByName(IndexUtilBase.kt:141)
	at nl.hannahsten.texifyidea.index.IndexUtilBase.getItems(IndexUtilBase.kt:123)
	at nl.hannahsten.texifyidea.index.IndexUtilBase.getItems$default(IndexUtilBase.kt:119)
	at nl.hannahsten.texifyidea.index.IndexUtilBase.getItems(IndexUtilBase.kt:109)
	at nl.hannahsten.texifyidea.util.ProjectsKt.findSectionMarkers(Projects.kt:105)
	at nl.hannahsten.texifyidea.navigation.GotoSectionDefinitionSymbolContributor.findElements(GotoSectionDefinitionSymbolContributor.kt:13)
	at nl.hannahsten.texifyidea.navigation.GotoSectionDefinitionSymbolContributor.findElements(GotoSectionDefinitionSymbolContributor.kt:11)
	at nl.hannahsten.texifyidea.navigation.TexifyGotoSymbolBase.getNames(TexifyGotoSymbolBase.kt:42)
	at com.intellij.ide.util.gotoByName.ContributorsBasedGotoByModel.processContributorNames(ContributorsBasedGotoByModel.java:132)
	at com.intellij.ide.util.gotoByName.ContributorsBasedGotoByModel$1.processInReadAction(ContributorsBasedGotoByModel.java:83)
	at com.intellij.ide.util.gotoByName.ContributorsBasedGotoByModel$1.processInReadAction(ContributorsBasedGotoByModel.java:77)
	at com.intellij.openapi.application.ReadActionProcessor.lambda$process$0(ReadActionProcessor.java:11)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:933)
	at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:68)
	at com.intellij.openapi.application.ReadActionProcessor.process(ReadActionProcessor.java:11)
	at com.intellij.concurrency.JobLauncherImpl.lambda$invokeConcurrentlyUnderProgress$0(JobLauncherImpl.java:52)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
	at com.intellij.concurrency.JobLauncherImpl.lambda$invokeConcurrentlyUnderProgress$1(JobLauncherImpl.java:52)
	at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:136)
	at com.intellij.concurrency.ApplierCompleter.execAndForkSubTasks(ApplierCompleter.java:149)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1152)
	at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$1(ApplierCompleter.java:92)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$12(CoreProgressManager.java:608)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:683)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:639)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:607)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60)
	at com.intellij.concurrency.ApplierCompleter.wrapInReadActionAndIndicator(ApplierCompleter.java:104)
	at com.intellij.concurrency.ApplierCompleter.compute(ApplierCompleter.java:86)
	at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:746)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
PHPiratescommented, Jul 22, 2022

Thanks, I’ll just close this for now then, please do reopen if the problem comes back. I have also asked for help at https://intellij-support.jetbrains.com/hc/en-us/community/posts/6760821584402-Stub-ids-not-found-for-key-in-index

0reactions
Altair-Buenocommented, Jul 22, 2022

I’ll try again with this project and see what happens. Fingers crossed 🤞

Read more comments on GitHub >

github_iconTop Results From Across the Web

Throwable: Stub ids not found for key in index : KTIJ-7670
I have been constantly getting errors like java.lang.Throwable: Stub ids not ... KotlinFileType@522469d2, indexed file type = org.jetbrains.kotlin.idea.
Read more >
Stub ids not found when iterating over keys · Issue #930 - GitHub
Throwable : Stub ids not found for key in index = asciidocSection.index, file = ***, file type = org.asciidoc.intellij.file.
Read more >
IO tools (text, CSV, HDF5, …) — pandas 1.5.2 documentation
Index columns and trailing delimiters#. If a file has one more column of data than the number of column names, the first column...
Read more >
Stub files - mypy 0.991 documentation
Write a stub file for the library (or an arbitrary module) and store it as a ... Use the normal Python file name...
Read more >
Scanning files to index, out of memory. [122874775]
Indexing also runs indefinitely here with Android studio 3.3 and a project that contains a NDK library (native engine + game). Previous versions,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found