Code Monkey home page Code Monkey logo

Comments (1)

coderbean avatar coderbean commented on June 13, 2024 2

报错如下

2021-11-12 14:13:13,173 [  71218]   INFO - ta.index.VcsLogPersistentIndex - 191ms for indexing 522 commits in insgxengine
java.lang.StringIndexOutOfBoundsException: String index out of range: 0
        at java.base/java.lang.StringLatin1.charAt(StringLatin1.java:47)
        at java.base/java.lang.String.charAt(String.java:693)
        at com.intellij.ide.plugins.PluginXmlPathResolver$Companion.toLoadPath$intellij_platform_core_impl(PluginXmlPathResolver.kt:53)
        at com.intellij.ide.plugins.PluginXmlPathResolver.resolvePath(PluginXmlPathResolver.kt:116)
        at com.intellij.ide.plugins.IdeaPluginDescriptorImpl.processOldDependencies(IdeaPluginDescriptorImpl.kt:238)
        at com.intellij.ide.plugins.IdeaPluginDescriptorImpl.readExternal(IdeaPluginDescriptorImpl.kt:199)
        at com.intellij.ide.plugins.PluginDescriptorLoader.loadDescriptorFromJar(PluginDescriptorLoader.kt:145)
        at com.intellij.ide.plugins.PluginDescriptorLoader.loadFromPluginDir(PluginDescriptorLoader.kt:237)
        at com.intellij.ide.plugins.PluginDescriptorLoader.loadDescriptorFromFileOrDir(PluginDescriptorLoader.kt:192)
        at com.intellij.ide.plugins.PluginDescriptorLoader.loadDescriptorFromArtifact(PluginDescriptorLoader.kt:493)
        at com.intellij.ide.plugins.PluginInstaller.installFromDisk(PluginInstaller.java:235)
        at com.intellij.ide.plugins.PluginManagerConfigurable$InstallFromDiskAction.lambda$actionPerformed$1(PluginManagerConfigurable.java:1699)
        at com.intellij.ide.plugins.PluginInstaller.lambda$chooseAndInstall$0(PluginInstaller.java:442)
        at com.intellij.openapi.fileChooser.FileChooser.lambda$chooseFile$0(FileChooser.java:136)
        at com.intellij.ui.mac.MacPathChooserDialog.choose(MacPathChooserDialog.java:142)
        at com.intellij.openapi.fileChooser.FileChooser.chooseFiles(FileChooser.java:101)
        at com.intellij.openapi.fileChooser.FileChooser.chooseFile(FileChooser.java:136)
        at com.intellij.ide.plugins.PluginInstaller.chooseAndInstall(PluginInstaller.java:438)
        at com.intellij.ide.plugins.PluginManagerConfigurable$InstallFromDiskAction.actionPerformed(PluginManagerConfigurable.java:1698)
        at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:240)
        at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:261)
        at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:240)
        at com.intellij.ui.popup.ActionPopupStep.performAction(ActionPopupStep.java:252)
        at com.intellij.ui.popup.ActionPopupStep.performAction(ActionPopupStep.java:242)
        at com.intellij.ui.popup.ActionPopupStep.lambda$onChosen$2(ActionPopupStep.java:228)
        at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94)
        at com.intellij.ui.popup.AbstractPopup.lambda$dispose$18(AbstractPopup.java:1503)
        at com.intellij.util.ui.EdtInvocationManager.invokeLaterIfNeeded(EdtInvocationManager.java:101)
        at com.intellij.ide.IdeEventQueue.ifFocusEventsInTheQueue(IdeEventQueue.java:186)

查了点资料:
https://youtrack.jetbrains.com/issue/IDEA-270963#focus=Comments-27-5056928.0-0

vim 修改 了jar包里面的文件:vim lib/CodeMaker-1.4.jar META-INF/plugin.xml
删除了这一行,然后安装成功

<depends optional="true" config-file="">org.intellij.scala</depends>

安装成功

from codemaker.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.