Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>As mentioned in <a href="http://wiki.eclipse.org/index.php/Mylyn_FAQ#Why_does_the_installation_fail_with_No_repository_found.3F" rel="nofollow noreferrer">the wiki</a></p> <blockquote> <p>The message indicates that the Eclipse provisioning system P2 has found meta data to install a plug-in but can not locate an artifact repository that provides the required downloads</p> </blockquote> <p>It is suggested to remove update sites and re-add the same update sites, to trigger a refresh, but in your case, it is not <em>your plugin</em> update site which is involved.</p> <p>There is indeed a <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=236437" rel="nofollow noreferrer">bug (236437)</a> with Eclipse 3.4 about "Lost artifact repositories". It has been solved in Eclipse3.5, but if you cannot use that version, there <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=236437#c59" rel="nofollow noreferrer">may be a workaround</a>:</p> <blockquote> <blockquote> <p>1) export the update site listing to <code>bookmarks.xml</code> file (<code>Software Updates-&gt;Manage Sites-&gt;Export</code>)<br> 2) stop eclipse<br> 3) remove <code>configuration/.settings/org.eclipse.equinox.p2.*.prefs</code> files<br> 4) start eclipse<br> 5) import the <code>bookmarks.xml</code> file (<code>Software Updates-&gt;Manage sites-&gt;Import</code>) that was exported in step 1</p> </blockquote> <p>Comment #59 helped me fix my updating problem, thanks!</p> <p>Though, I think maybe it was enough to just delete the <code>configuration/.settings/org.eclipse.equinox.p2.*.prefs</code> files as I have a feeling that the problem was already resolved before I imported the bookmarks file (things happened a bit in parallel for me here).</p> </blockquote> <hr> <p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=236437#c92" rel="nofollow noreferrer">Note for Eclipse3.5 users</a>:</p> <blockquote> <p>I am seeing this in 3.5.1 when trying to install stuff from an old style update site when I include <code>site.xml</code>:</p> </blockquote> <pre><code>http://www.perforce.com/downloads/http/p4-wsad/install/site.xml </code></pre> <blockquote> <p>If I remove <code>site.xml</code> I can install things fine.</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload