Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] Problem with archived update site for Neon

Hi,

I am getting errors trying to load our Neon target platform:


This causes the Eclipse error described in https://bugs.eclipse.org/bugs/show_bug.cgi?id=531166.

The error is triggered by this location definition in the target:

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.linuxtools.dataviewers.feature.feature.group" version="0.0.0"/>
<repository location="http://archive.eclipse.org/linuxtools/update-5.3.0"/>
</location>
* Problems occurred while resolving the target contents
  * An error occurred while collecting items to be installed
    * No repository found containing: org.eclipse.update.feature,org.eclipse.linuxtools.dataviewers.feature,5.3.0.201703072040
    * No repository found containing: osgi.bundle,org.eclipse.linuxtools.dataviewers.piechart,2.0.1.201703072040
    * session context was:(profile="" phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action="">
Any idea what could be the cause? Maybe the repository contents is referring to locations that no longer exist?
Thanks,
Patrick

Back to the top