【问题标题】:Intellij idea Plugin Error(Problems found loading plugins:)Intellij IDEA插件错误(发现加载插件的问题:)
【发布时间】:2017-04-25 10:07:06
【问题描述】:

当我开始idea时,出现这样的问题:

enter code here17:59    Plugin Error
    Problems found loading plugins:
    Plugin "Persistence Frameworks Support" was not loaded: required plugin "Database Tools and SQL" is disabled.
    Plugin "GlassFish Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
    Plugin "JBoss Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
    Plugin "JSR45 Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
    Plugin "Jetty Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
    Plugin "Resin Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
    Plugin "Tomcat and TomEE Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
    Plugin "CloudBees integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is disabled.
    Plugin "Geronimo Integration" was not loaded: required plugin "Java EE: EJB, JPA, Servlets" is dis... (show balloon)

我无法启用它,它是红色的。 enter image description here

我需要做什么来解决这个问题?

【问题讨论】:

  • 您是否尝试过阅读您在此处发布的消息?它非常清楚地说明了为什么显示它。
  • 它说“***被禁用。”,但我不知道为什么,我不知道如何解决它,你能帮我吗?
  • 打开设置 |插件并启用它。
  • 我试过了,但无法启用。你可以在我的问题中看到图片
  • config directory 中删除disabled_plugins.txt 文件。

标签: intellij-idea plugins


【解决方案1】:

这些步骤可以帮助解决问题。这实际上是在 intellij 支持站点中提供的

  1. 导航到设置 -> 插件

  2. 取消选中所有出现错误的插件(它们在我的列表中为红色)-> 应用更改-> 关闭设置

  3. IntelliJ 可能会要求您重新启动(执行此操作)

  4. 导航回插件。 -> 启用缺少的插件(对我来说是数据库工具和 SQL)

  5. 按照指示应用并重新启动。

  6. 导航到插件并根据需要重新启用(JAVA EE 等)插件。

如果您在执行上述步骤后遇到任何问题,请点击此Intellij 链接

【讨论】:

  • 我不是这个问题的所有者。我在搜索时发现了这个:)
  • @RoHaN 不用担心 :)
【解决方案2】:

按照上述@CrazyCoder 从配置目录中删除disabled_plugins.txt 文件

【讨论】:

    【解决方案3】:

    单击“显示气球”并单击“启用数据库工具和 SQL”。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-04-21
      • 1970-01-01
      • 2016-02-12
      • 1970-01-01
      • 1970-01-01
      • 2013-01-05
      • 1970-01-01
      相关资源
      最近更新 更多