Intellij idea Plugin Error (problems loading plugins :)

when i start the idea the problem like this comes up:

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)

      

I cannot turn it on, it is red. enter image description here

what do i need to do to solve this problem?

+3


source to share


3 answers


These steps can help you troubleshoot problems. This was actually provided on the Intellij support site

  1. Go to settings -> plugins

  2. Uncheck all the plugins that were throwing errors (they were red in my list) -> apply changes -> close settings

  3. IntelliJ may ask you to restart (do this)

  4. Go back to plugins. -> Include missing plugin (for me it was Database Tools and SQL)

  5. Apply and restart as directed.

  6. Go to plugins and re-enable plugins (JAVA EE, etc.) as required.



Please follow this Intellij link if you have any problems after following the above steps

+4


source


Remove disabled_plugins.txt

file from config directory as @CrazyCoder above



+1


source


Click Show Balloon and click Enable Tools and SQL.

-1


source







All Articles