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.diagnostic.PluginException: Cannot create extension (class=nl.hannahsten.texifyidea.index.file.LatexExternalEnvironmentIndex) [Plugin: nl.rubensten.texifyidea] #3846

Open
LeoUschi232 opened this issue Jan 9, 2025 · 0 comments
Labels
crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified.

Comments

@LeoUschi232
Copy link

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

PyCharm 2024.3.1.1 (build PY-243.22562.220)

Operating System

Linux 6.12.7-arch1-1 (amd64)

TeXiFy IDEA version

0.9.9

Description

Stacktrace

com.intellij.diagnostic.PluginException: Cannot create extension (class=nl.hannahsten.texifyidea.index.file.LatexExternalEnvironmentIndex) [Plugin: nl.rubensten.texifyidea]
	at com.intellij.serviceContainer.ComponentManagerImpl.createError(ComponentManagerImpl.kt:989)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.doCreateInstance(XmlExtensionAdapter.kt:73)
	at com.intellij.openapi.extensions.impl.XmlExtensionAdapter.createInstance(XmlExtensionAdapter.kt:33)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.processAdapter(ExtensionPointImpl.kt:404)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.createExtensionInstances(ExtensionPointImpl.kt:377)
	at com.intellij.openapi.extensions.impl.ExtensionPointImpl.getExtensionList(ExtensionPointImpl.kt:223)
	at com.intellij.openapi.extensions.ExtensionPointName.getExtensionList(ExtensionPointName.kt:54)
	at com.intellij.indexing.shared.platform.api.IdeSharedIndexesState.<init>(IdeSharedIndexesState.java:38)
	at com.intellij.indexing.shared.platform.api.SharedIndexInfrastructureVersion.getIdeVersion(SharedIndexInfrastructureVersion.java:68)
	at com.intellij.indexing.shared.platform.impl.SharedIndexStorageUtil.openFileBasedIndexChunks(SharedIndexStorageUtil.java:54)
        (...)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: com.intellij.diagnostic.PluginException: Cannot create class nl.hannahsten.texifyidea.index.file.LatexExternalEnvironmentIndex (classloader=PluginClassLoader(plugin=PluginDescriptor(name=TeXiFy-IDEA, id=nl.rubensten.texifyidea, descriptorPath=plugin.xml, path=~/.local/share/JetBrains/PyCharm2024.3/TeXiFy-IDEA, version=0.9.9, package=null, isBundled=false), packagePrefix=null, state=active, parents=PluginDescriptor(name=Grazie Lite, id=tanvd.grazi, moduleName=intellij.grazie.yaml, desc
	at com.intellij.serviceContainer.ComponentManagerImpl.doInstantiateClass(ComponentManagerImpl.kt:927)
        (...)
	... 76 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class nl.hannahsten.texifyidea.util.magic.CommandMagic
	at nl.hannahsten.texifyidea.index.file.LatexExternalEnvironmentDataIndexer.<init>(LatexExternalEnvironmentDataIndexer.kt:23)
	at nl.hannahsten.texifyidea.index.file.LatexExternalEnvironmentIndex.<init>(LatexExternalEnvironmentIndex.kt:19)
	at com.intellij.serviceContainer.ComponentManagerImpl.findConstructorAndInstantiateClass(ComponentManagerImpl.kt:909)
        (...)
	... 79 more
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: Could not initialize class nl.hannahsten.texifyidea.lang.commands.LatexGenericRegularCommand [in thread "DefaultDispatcher-worker-10"]
	at nl.hannahsten.texifyidea.util.magic.CommandMagic.<clinit>(CommandMagic.kt:39)
	at nl.hannahsten.texifyidea.index.file.LatexExternalEnvironmentDataIndexer.<init>(LatexExternalEnvironmentDataIndexer.kt:23)
	at nl.hannahsten.texifyidea.index.file.LatexExternalEnvironmentIndex.<init>(LatexExternalEnvironmentIndex.kt:19)
	at com.intellij.serviceContainer.ComponentManagerImpl.findConstructorAndInstantiateClass(ComponentManagerImpl.kt:909)
@LeoUschi232 LeoUschi232 added crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified. labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified.
Projects
None yet
Development

No branches or pull requests

1 participant