I have eclipse Oxygen installed and am trying to connect to Eclipse marketplace, to install plugin, it gives below exception -
org.eclipse.equinox.p2.core.ProvisionException
Asked
Active
Viewed 1,899 times
4

Deepak S
- 1,544
- 3
- 15
- 33
-
Have you done what it said to do? – nitind Jul 15 '17 at 06:12
-
@nitind Yes I did verified my internet connection. – Deepak S Jul 15 '17 at 08:06
-
FYI- I tried with -vmargs -Djava.net.preferIPv4Stack=true as suggest somewhere at bugs.eclipse.org , but that also did not solve the issue. – Deepak S Jul 16 '17 at 16:46
1 Answers
1
Actually after setting Active Provider to "Native" I could get rid of the issue in question.
Go to :
Eclipse (Window-->Preferences-->General-->Network Connections)
Select Active Provider as Native from drop down and apply. Restart eclipse and try the :
Help-->Eclipse Marketplace.. option again.

Deepak S
- 1,544
- 3
- 15
- 33
-
In my case I actually had to change from Native to Direct to bypass a proxy that wasn't working. But after that restarting Eclipse did work. – Sinc Jul 26 '18 at 15:16