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
-
Go to settings -> plugins
-
Uncheck all the plugins that were throwing errors (they were red in my list) -> apply changes -> close settings
-
IntelliJ may ask you to restart (do this)
-
Go back to plugins. -> Include missing plugin (for me it was Database Tools and SQL)
-
Apply and restart as directed.
-
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 to share