Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij idea Plugin Error(Problems found loading plugins:)

when I start idea,there is a problem like this:

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 can't enable it,it's red. enter image description here

what need i do to slove this problem?

like image 344
W.Money Avatar asked Apr 25 '17 10:04

W.Money


People also ask

How do I enable Plugins in IntelliJ?

Press Ctrl+Alt+S to open the IDE settings and select Plugins. and then click Install Plugin from Disk…. Select the plugin archive file and click OK. Click OK to apply the changes and restart the IDE if prompted.

Why IntelliJ marketplace Plugins are not loaded?

in my case, it happen because your internet service provider/ISP block https://plugins.jetbrains.com. There is 2 ways i solve it: Before i use Sm'rtfren SIM Card Phone(from my country) provider which is can not load marketplace plugin. Then i switch to Tr'e SIM Card Phone provider and it works!

How install plugin from IntelliJ to github?

From a local build Go to File -> Settings (IntelliJ IDEA -> Preferences in macOS) and select Plugins. Click Install plugin from disc button and select the deployed plugin zip file. Please make sure to install the Zip file, not the extracted Jar files. This zip contains an additional library as well.


2 Answers

This steps caN help in fixing the issues. This were actually provided in the intellij support site

  1. Navigate to settings -> plugins

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

  3. IntelliJ might ask you to restart (do it)

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

  5. Apply and restart as directed.

  6. Navigate to plugins and reenable the (JAVA EE etc ) plugins as required.

Please follow this Intellij link if you face any issues after following the above steps

like image 151
Prasad Avatar answered Oct 07 '22 00:10

Prasad


Delete disabled_plugins.txt file from the config directory as @CrazyCoder stated above

like image 20
leojh Avatar answered Oct 06 '22 23:10

leojh