Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Intellij idea Intellij 2021.1-Sencha ExtJS插件不工作_Intellij Idea_Extjs_Intellij Plugin - Fatal编程技术网

Intellij idea Intellij 2021.1-Sencha ExtJS插件不工作

Intellij idea Intellij 2021.1-Sencha ExtJS插件不工作,intellij-idea,extjs,intellij-plugin,Intellij Idea,Extjs,Intellij Plugin,在新的Intelij 2021.1版中,Sencha ExtJS插件再次停止工作。你知道我们是否或如何解决这个问题吗?上一个版本中的bug可以通过从插件文件夹中删除一些.jar文件来修复 com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin com.sencha.idea.IdeaPlugin at com.intellij.serviceContainer.Compon

在新的Intelij 2021.1版中,Sencha ExtJS插件再次停止工作。你知道我们是否或如何解决这个问题吗?上一个版本中的bug可以通过从插件文件夹中删除一些.jar文件来修复

    com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin com.sencha.idea.IdeaPlugin
    at com.intellij.serviceContainer.ComponentManagerImplKt.handleComponentError(ComponentManagerImpl.kt:1075)
    at com.intellij.util.indexing.FileBasedIndexDataInitialization.lambda$initAssociatedDataForExtensions$0(FileBasedIndexDataInitialization.java:88)
    at com.intellij.util.indexing.IndexDataInitializer.executeTask(IndexDataInitializer.kt:75)
    at com.intellij.util.indexing.IndexDataInitializer.access$executeTask(IndexDataInitializer.kt:15)
    at com.intellij.util.indexing.IndexDataInitializer$runParallelTasks$$inlined$map$lambda$1.run(IndexDataInitializer.kt:49)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:216)
    at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:27)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:195)
    at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:213)
    at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:184)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
    at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: com.intellij.diagnostic.PluginException: Index com.intellij.indexing.shared.platform.impl.CompositeInvertedIndex@5b5e859 already registered for the name 'sencha.view_model.index' [Plugin: com.sencha.idea.IdeaPlugin]
    ... 19 more
Caused by: java.lang.IllegalStateException: Index com.intellij.indexing.shared.platform.impl.CompositeInvertedIndex@5b5e859 already registered for the name 'sencha.view_model.index'
    at com.intellij.util.indexing.IndexConfiguration.registerIndex(IndexConfiguration.java:83)
    at com.intellij.util.indexing.FileBasedIndexImpl.initIndexStorage(FileBasedIndexImpl.java:488)
    at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:439)
    at com.intellij.util.indexing.FileBasedIndexDataInitialization.lambda$initAssociatedDataForExtensions$0(FileBasedIndexDataInitialization.java:79)
    ... 17 more

看起来这个插件不再维护了。 如果您选中
https://docs.sencha.com/ide_plugins/guides/jetbrains_ide_plugin.html
然后您可以看到以下列表:

Please use version 6.0.12 for 2018.2+ releases of Jetbrains IDEs
Please use version 6.0.11 for 2016.1+ releases of JetBrains IDEs
Please use version 6.0.8 for the following releases of JetBrains IDEs:
同样在jetbrains页面上,看起来他们还没有提供IntelliJ 2021.1的版本
https://plugins.jetbrains.com/plugin/7740-sencha-ext-js/versions


我不建议使用未维护的库并继续寻找不可靠的修复,也许只需使用Visual Code editor,而不使用IntelliJ支持此JS库。

我在Sencha创建了一个支持票证,并得到了以下答案:“感谢您联系Sencha支持部门。我们已经发现了这个问题,并且正在尝试更新我们的模块,以便与IntelliJ产品的2021版本配合使用。我已将错误报告的链接附加到该记录单的问题部分(底部/右侧),供您监控。不幸的是,我们没有任何办法使此保存回滚到IntelliJ产品的早期版本。“。根据上面提到的bug报告,他们从4月8日起就开始处理它,但它仍然是开放的。@请注意,几乎每次IntelliJ更新都会发生这种情况。我认为他们实际上会解决这个问题,但人们似乎需要在解决之前先抱怨。他们不会只关注IntelliJ更新并准备好更新。@标记有夜间版本
6.0.14.622
(从2021-05-25),但这在IntelliJ 2021.1中也不起作用。所以,我假设他们正在开发,但我也假设我们需要几个星期才能得到更新的插件。@rockethazm至少看起来他们开始工作了。希望他们不需要太多时间来修复和发布它。每一个Intellij版本都会发生这种情况,这真的很悲哀,因为这是一个付费产品。。。