Iam619
Iam619

Reputation: 795

Installation of EPIC within eclipse juno

I'm installing EPIC within eclipse but always get an error:

Unable to read repository at http://e-p-i-c.sf.net/updates/testing/content.xml

I tried the second answer in this post which is:

1) add the line in eclipse.ini: -Djava.net.preferIPv4Stack = true

2) delete eclipse/p2/org.eclipse.equinox.p2.repository/cache directory

But still get the error. However I can install CDT correctly.

I'm using Mac OX Lion and Eclipse Classic 4.2.1 the mac os 64bit version. I also tried to switch to 32bit version but didn't work. Any help is appreciated.

Upvotes: 4

Views: 1131

Answers (3)

arhak
arhak

Reputation: 2542

This is another posible answer, besides the ones already provided.

I just hit this, and it was a firewall rule the issue. In fact the file content.xml doesn't exist on the plugin update (it has instead a site.xml) but that is what the error says when it cannot reach outside world

Solution would be to just open ports 80 and 443 to Eclipse

PS: this happened to me while installing a new version of Eclipse which was not whitelisted in the firewall rules

Upvotes: 1

Ripon Al Wasim
Ripon Al Wasim

Reputation: 37806

There are 2 ways to install EPIC in Eclipse:

Way One:

  1. Open Eclipse
  2. Go to Help -> Install New Software and click Add button
  3. Enter Name as EPIC and Location as follows:
    http://e-p-i-c.sf.net/updates (for the stable 0.5.x, older version of EPIC)
    http://e-p-i-c.sf.net/updates/testing (for the most recent 0.6.x version)
  4. Follow the instruction of eclipse pop up
  5. After successful installation go to Window -> Preferences and observe the list as "Perl EPIC" at left side panel

Way Two:

  1. Open Eclipse
  2. Go to Help -> Eclipse Marketplace
  3. Type EPIC at Find text box and click Go button
  4. Click Install button at "EPIC - Eclipse Perl Integration" area
  5. Follow the instruction of eclipse pop up
  6. After successful installation go to Window -> Preferences and observe the list as "Perl EPIC" at
    left side panel

Upvotes: 1

null
null

Reputation: 928

Remove the site from your "Available Software Sites".
1) Go to "Help" > "Install New Software" > "Available Software Sites"

Find the URL you mentioned in the list and delete it.

Note: Then install EPIC from marketplace if required.

Upvotes: 0

Related Questions