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

Exception on PS-243.18137.7 #209

Open
reedy opened this issue Oct 3, 2024 · 0 comments
Open

Exception on PS-243.18137.7 #209

reedy opened this issue Oct 3, 2024 · 0 comments

Comments

@reedy
Copy link

reedy commented Oct 3, 2024

java.lang.NoClassDefFoundError: com/intellij/lang/ecmascript6/JSXHarmonyFileType
	at com.eny.i18n.plugin.language.jsx.JsxTranslationExtractor.canExtract(JsxLanguageFactory.kt:63)
	at com.eny.i18n.plugin.ide.actions.ExtractI18nIntentionAction.getExtractor(ExtractI18nIntentionAction.kt:44)
	at com.eny.i18n.plugin.ide.actions.ExtractI18nIntentionAction.isAvailable(ExtractI18nIntentionAction.kt:73)
	at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.availableFor(ShowIntentionActionsHandler.java:199)
	at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.lambda$getRegisteredIntentionActions$6(ShowIntentionsPass.java:380)
	at com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseBetweenHostAndInjected(ShowIntentionActionsHandler.java:262)
	at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getRegisteredIntentionActions(ShowIntentionsPass.java:379)
	at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(ShowIntentionsPass.java:351)
	at com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doCollectInformation(ShowIntentionsPass.java:251)
	at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:67)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$2(PassExecutorService.java:426)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:30)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$3(PassExecutorService.java:422)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:310)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:977)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$doRun$4(PassExecutorService.java:412)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:661)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:736)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:692)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:660)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun(PassExecutorService.java:411)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$0(PassExecutorService.java:387)
	at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.cacheFileTypesInside(FileTypeManagerImpl.java:822)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.lambda$run$1(PassExecutorService.java:387)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.executeByImpatientReader(AnyThreadWriteThreadingSupport.kt:506)
	at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:175)
	at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:385)
	at com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask$1.exec(JobLauncherImpl.java:264)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1491)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2035)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: java.lang.ClassNotFoundException: com.intellij.lang.ecmascript6.JSXHarmonyFileType PluginClassLoader(plugin=PluginDescriptor(name=i18n support, id=com.eny.i18n, descriptorPath=plugin.xml, path=~/Library/Application Support/JetBrains/PhpStorm2024.3/plugins/i18n, version=2.6.2, package=null, isBundled=false), packagePrefix=null, state=active, parents=PluginDescriptor(name=Vue.js, id=org.jetbrains.plugins.vue, moduleName=intellij.vuejs/prettier, descriptorPath=intellij.vuejs.prettier.xml, path=~/Applications/PhpStorm.app/Contents/plugins/vuejs, version=243.18137.7, package=org.jetbrains.vuejs.libraries.prettier, isBundled=true), PluginDescriptor(name=Vue.js, id=org.jetbrains.plugins.vue, moduleName=intellij.vuejs/copyright, descriptorPath=intellij.vuejs.copyright.xml, path=~/Applications/PhpStorm.app/Contents/plugins/vuejs, version=243.18137.7, package=org.jetbrains.vuejs.copyright, isBundled=true), PluginDescriptor(name=PHP, id=com.jetbrains.php, moduleName=intellij.symfony, descriptorPath=intellij.symfony.xml, path=~/Applications/PhpStorm.app/Contents/plugins/php-impl, version=243.18137.7, package=com.intellij.symfony, isBundled=true), PluginDescriptor(name=PHP, id=com.jetbrains.php, moduleName=intellij.php.frontback.impl, descriptorPath=intellij.php.frontback.impl.xml, path=~/Applications/PhpStorm.app/Contents/plugins/php-impl, version=243.18137.7, package=com.intellij.php.frontback.impl, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.javascript.sh, descriptorPath=intellij.javascript.sh.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.lang.javascript.sh, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.javascript.impl/diagrams, descriptorPath=intellij.javascript.impl.diagrams.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.lang.javascript.modules.diagram, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.javascript.sharedIndexes.generator, descriptorPath=intellij.javascript.sharedIndexes.generator.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.lang.javascript.indexing.shared.generator, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.javascript.sharedIndexes, descriptorPath=intellij.javascript.sharedIndexes.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.lang.javascript.indexing.shared, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.javascript.devkit, descriptorPath=intellij.javascript.devkit.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.lang.javascript.devkit, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.javascript.java, descriptorPath=intellij.javascript.java.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.javascript.java, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.aqua.runners.playwright.js, descriptorPath=intellij.aqua.runners.playwright.js.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.aqua.runners.playwright.js, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.aqua.runners.js.core, descriptorPath=intellij.aqua.runners.js.core.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.aqua.runners.js.core, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, moduleName=intellij.aqua.runners.cypress, descriptorPath=intellij.aqua.runners.cypress.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=com.intellij.aqua.runners.cypress, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.vcs.impl, descriptorPath=intellij.platform.vcs.impl.xml, path=~/Applications/PhpStorm.app/Contents/lib, version=243.18137.7, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.vcs.log.impl, descriptorPath=intellij.platform.vcs.log.impl.xml, path=~/Applications/PhpStorm.app/Contents/lib, version=243.18137.7, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.vcs.dvcs.impl, descriptorPath=intellij.platform.vcs.dvcs.impl.xml, path=~/Applications/PhpStorm.app/Contents/lib, version=243.18137.7, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.collaborationTools, descriptorPath=intellij.platform.collaborationTools.xml, path=~/Applications/PhpStorm.app/Contents/lib, version=243.18137.7, package=null, isBundled=true), PluginDescriptor(name=YAML, id=org.jetbrains.plugins.yaml, descriptorPath=plugin.xml, path=~/Applications/PhpStorm.app/Contents/plugins/yaml, version=243.18137.7, package=org.jetbrains.yaml, isBundled=true), PluginDescriptor(name=Vue.js, id=org.jetbrains.plugins.vue, descriptorPath=plugin.xml, path=~/Applications/PhpStorm.app/Contents/plugins/vuejs, version=243.18137.7, package=org.jetbrains.vuejs, isBundled=true), PluginDescriptor(name=CSS, id=com.intellij.css, descriptorPath=plugin.xml, path=~/Applications/PhpStorm.app/Contents/plugins/css-impl, version=243.18137.7, package=null, isBundled=true), PluginDescriptor(name=JavaScript and TypeScript, id=JavaScript, descriptorPath=plugin.xml, path=~/Applications/PhpStorm.app/Contents/plugins/javascript-plugin, version=243.18137.7, package=null, isBundled=true), PluginDescriptor(name=PHP, id=com.jetbrains.php, descriptorPath=plugin.xml, path=~/Applications/PhpStorm.app/Contents/plugins/php-impl, version=243.18137.7, package=null, isBundled=true), )
	... 34 more

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

1 participant