Can't access Eclipse marketplace

前端 未结 11 1509
旧时难觅i
旧时难觅i 2020-11-29 04:32

I can\'t seem to access the Eclipse marketplace. I\'m using Juno 4.2. I tried deleting eclipse and removing all plugins, deleting my .metadata, and deleting the eclipse app

相关标签:
11条回答
  • If you're able to successfully load a page from Eclipses internal web browser (by going to "Window"=>"Show View"=>"Other"=>"Internal Web Browser" and trying to open a page) BUT installing software from the eclipse marketplace and the "Help"=>"Install New Software" window are not working then this fix may help you (worked for me on a Windows 7 machine):

    1. Go to "Window"=>"Preferences"=>"General"=>"Network Connections" and set the Active Provider to "Native".
    2. Go into the Windows Control pannel and search firewall. Then select "Allow Program Through Windows Firewall" and click "Allow Other Program..." and add your eclipse installation.

    1. Restart Eclipse and try refreshing a repository on the "Help"=>"Install New Software" window. It was able to successfull grab it for me.
    0 讨论(0)
  • 2020-11-29 05:15

    Go to the folder where eclipse is installed

    open eclipse.ini file
    look for the line -vmargs
    put -Djava.net.preferIPv4Stack=true below the -vmargs line and restart eclipse
    
    0 讨论(0)
  • 2020-11-29 05:20

    Considering this as a general programming problem, some possible causes are:

    • The service could be temporarily broken

    • You could have a problem with a firewall. These could be local or they could be implemented by your ISPs.

    • Your proxy HTTP settings (if you need one) could be incorrect. This Answer explains how to adjust the Eclipse-internal proxy settings ... if that is where the problem lies.

    • It is possible that your access may be blocked by over-active antivirus software.

    • The service could have blacklisted some net range and your hosts IP address is "collateral damage".

    Try connecting to that URL with a web browser to try to see if it is just Eclipse that is affected ... or a broader problem.


    Considering this in the context of the Eclipse Marketplace service, first address any local proxy / firewall / AV issues, if they apply. If that doesn't help, the best thing that you can do is to be patient.

    • It has been observed that the Eclipse Marketplace service does sometimes go down. It doesn't happen often, and when it does happen the problem does get fixed relatively quickly. (Hours, not days ...)

    • I can't find a "service status" page or feed or similar for the Eclipse services. (If you know of one, please add it as a comment below.)

    • There may be an "outage" notice on the Eclipse front page. Check for that.

    • Try to connect to the service URL (refer to the exception message!) using a web browser and/or from other locations. If you succeed, the real problem may be a networking issue at your end.

    • If you feel the need to complain about Eclipse's services, please don't do it here!! (It is off topic.)

    0 讨论(0)
  • 2020-11-29 05:20

    in my case the solution was to set the proxy to "native" I had configured the proxy under linux with cntlm and also in Firefox (used as eclipse browser also.

    0 讨论(0)
  • 2020-11-29 05:23

    I know it's a bit old but I ran in the same problem today. I wanted to install eclipse on my vm with xubuntu. Because I've had problems with the latest eclipse version 2019-06 I tried with Oxygen. So I went to eclipse.org and downloaded oxygen. When running oxygen, the problem with merketplace not reachable occurs. So I downloaded the eclipse installer not immediatly the oxygen. After that I can use eclipse as expectet ( all versions)

    0 讨论(0)
提交回复
热议问题