Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Installing in EPP package

Jeffrey,

I had a similar issue earlier.  See if this helps:

Looks like this was already reported and is due to a OOMPH caching problem.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=470900

In a nutshell, the I had to do this:

rm -rf ~/.eclipse/org.eclipse.oomph.*

On Thu, Jul 16, 2015 at 8:49 AM Beth Tibbitts <beth@xxxxxxxxxx> wrote:
I just installed the TAU,GEM, and Perfsuite tools (parts of PTP that aren't in the parallel package) from the mars repo site just fine - into the mars parallel package

...Beth

Beth Tibbitts

On Thu, Jul 16, 2015 at 10:11 AM, Jeffrey Overbey <jeffreyoverbey@xxxxxxx> wrote:
Is anyone else having trouble installing from the Mars repo in the EPP parallel package?

I'm getting an error where it claims there is no repository at http://download.eclipse.org/releases/mars but then this is further down in the stack trace:

Caused by: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http://download.eclipse.org/technology/epp/packages/mars/.
     at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)

Seems weird since, AFAIK, both of these repos exist...
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-dev

Back to the top