Cannot use my GWT project nor run GWT app in 2021.2
After upgrading, many of my plugins were disabled for some reason, and hibernate, java ee persistence etc. cannot load. The reason it says is "failed to load plugin com.intellij.persistence".
So 43 facets and lots of other things won't load.
I have tons of these in the logs:
Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.J2EEBundle
2021-07-29 09:12:52,809 [ 61046] INFO - llij.ide.plugins.PluginManager - Cannot find plugin com.intellij.javaee resource-bundle: messages.J2EEBundle
2021-07-29 09:12:52,809 [ 61046] INFO - #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.AppServersIntegrationBundle
2021-07-29 09:12:52,810 [ 61047] INFO - llij.ide.plugins.PluginManager - Cannot find plugin com.intellij.javaee.app.servers.integration resource-bundle: messages.AppServersIntegrationBundle
2021-07-29 09:12:52,810 [ 61047] INFO - #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.JettyBundle
2021-07-29 09:12:52,810 [ 61047] INFO - llij.ide.plugins.PluginManager - Cannot find plugin Jetty resource-bundle: messages.JettyBundle
2021-07-29 09:12:52,810 [ 61047] INFO - #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.WebBundle
2021-07-29 09:12:52,811 [ 61048] INFO - llij.ide.plugins.PluginManager - Cannot find plugin com.intellij.javaee.web resource-bundle: messages.WebBundle
2021-07-29 09:12:52,819 [ 61056] INFO - #com.intellij.AbstractBundle - Cannot load resource bundle from *.properties file, falling back to slow class loading: messages.RSBundle
I have this:
Not quite sure how to proceed.
Please sign in to leave a comment.
Does it help to reinstall IntelliJ IDEA?
It did not. I downloaded 2021.2 separately and unzipped/overwrote the old install. No change. I have now downloaded 2021.1 and now i can work again.
Please reinstall all the disabled plugins. See https://youtrack.jetbrains.com/issue/IDEA-274852 for details.
Sorry for the inconvenience.
Konstantin Annikov that referenced issue is for re-installing incompatible plugins.
This is a different problem:
All the plugins that can't load are bundled and can't be "reinstalled".
Disabling the dependent plugins and re-enabling them (and for good measure, restarting IDE) seems to work.
Josh, did you have the same issue? Do you mean i should disable all plugins i have installed, and then reenable them? Not sure i understand how that helps the bundled plugins load?
Please try reinstalling IntelliJ IDEA from https://www.jetbrains.com/idea/download/index.html and delete disabled_plugins.txt file from the Configuration directory: https://www.jetbrains.com/help/idea/tuning-the-ide.html#config-directory.