Marketplace Plugins are not loaded
I have just installed the latest Intellij IDEA CE Version: 2019.2.3 Build: 192.6817.14 on my Macbook Pro running Mac OS Mojave (10.14).
Everytime I try to install a plugin, I get the message:
Marketplace Plugins are not loaded
Check the internet connection and try again
I have looked at previous posts from users experiencing the same issue, the suggested fix was to enable proxy detection however I do not have a proxy as it's m personal mac and I am using it at home. When I press the Check Connection button and enter the https://plugins.jetbrains.com/ url it says connection successful.
I also don't have the -Djsse.enableSNIExtension=false VM option present in my .vmoptions file
This is what is my idea.log file
2019-09-23 13:58:54,931 [ 76933] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select called for https://plugins.jetbrains.com/api/search?orderBy=downloads&build=IC-192.6603.28&max=9&offset=621
2019-09-23 13:58:54,931 [ 76933] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select returns custom proxy for https://plugins.jetbrains.com/api/search?orderBy=downloads&build=IC-192.6603.28&max=9&offset=621, [DIRECT]
2019-09-23 13:58:54,932 [ 76934] DEBUG - .intellij.util.io.HttpRequests - connecting to https://plugins.jetbrains.com/api/search?orderBy=downloads&build=IC-192.6603.28&max=9&offset=621
2019-09-23 13:58:54,932 [ 76934] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select called for socket://plugins.jetbrains.com:443
2019-09-23 13:58:54,932 [ 76934] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select returns custom proxy for socket://plugins.jetbrains.com:443, [DIRECT]
2019-09-23 13:58:55,021 [ 77023] DEBUG - .intellij.util.io.HttpRequests - response from https://plugins.jetbrains.com/api/search?orderBy=downloads&build=IC-192.6603.28&max=9&offset=621: 200
2019-09-23 13:58:55,021 [ 77023] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select called for https://plugins.jetbrains.com/api/search?orderBy=downloads&build=IC-192.6603.28&max=9&offset=630
2019-09-23 13:58:55,021 [ 77023] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select returns custom proxy for https://plugins.jetbrains.com/api/search?orderBy=downloads&build=IC-192.6603.28&max=9&offset=630, [DIRECT]
2019-09-23 13:58:55,021 [ 77023] DEBUG - .intellij.util.io.HttpRequests - connecting to https://plugins.jetbrains.com/api/search?orderBy=downloads&build=IC-192.6603.28&max=9&offset=630
2019-09-23 13:58:55,021 [ 77023] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select called for socket://plugins.jetbrains.com:443
2019-09-23 13:58:55,021 [ 77023] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select returns custom proxy for socket://plugins.jetbrains.com:443, [DIRECT]
Thanks
请先登录再写评论。
I have the same Problem
Tried:
1. Set proxy to autodetect, No Proxy
2. The solution "Remove -Djsse.enableSNIExtension=false" in .vmoptions, entry was not in the file, tried "-Djsse.enableSNIExtension=true" instead, to no effect
Here the Log:
2019-12-04 10:51:50,347 [ 156090] DEBUG - .intellij.util.io.HttpRequests - response from https://plugins.jetbrains.com/api/search?orderBy=rating&build=IU-193.5233.102&max=9&offset=1143: 200
2019-12-04 10:51:50,347 [ 156090] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select called for https://plugins.jetbrains.com/api/search?orderBy=rating&build=IU-193.5233.102&max=9&offset=1152
2019-12-04 10:51:50,347 [ 156090] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select returns custom proxy for https://plugins.jetbrains.com/api/search?orderBy=rating&build=IU-193.5233.102&max=9&offset=1152, [DIRECT]
2019-12-04 10:51:50,347 [ 156090] DEBUG - .intellij.util.io.HttpRequests - connecting to https://plugins.jetbrains.com/api/search?orderBy=rating&build=IU-193.5233.102&max=9&offset=1152
2019-12-04 10:51:50,347 [ 156090] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select called for socket://plugins.jetbrains.com:443
2019-12-04 10:51:50,347 [ 156090] DEBUG - ntellij.util.proxy.CommonProxy - CommonProxy.select returns custom proxy for socket://plugins.jetbrains.com:443, [DIRECT]
What is wrong with the release 2019.3, i also got this problem and tried the to play with proxy setting and the JVM arg (-Djsse.enableSNIExtension=true) mentioned above but no success. One can't install any plugin from marketplace if they are not loaded.
This is confirmed to be an issue for 2019.3, both for PyCharm and for CLion. I went back to 2019.2 and it went away.
I installed pycharm 2019.3 community edition to code on python projects and installed some plugins in pycharm then came back to idea... guess... for some reason the problem in idea 2019.3 went away :-) really surprised!!!