Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » An error occurred while collecting items to be installed, No repository found containing: .../osgi.
An error occurred while collecting items to be installed, No repository found containing: .../osgi. [message #328767] Tue, 03 June 2008 21:22 Go to next message
John J. Barton is currently offline John J. BartonFriend
Messages: 311
Registered: July 2009
Senior Member
Hi. I am trying to get an update site to work. When I "install" my new
plugin/feature thingy I get
An error occurred while collecting items to be installed
No repository found containing: <plugin name>
/osgi.bundle/1.0.0.200806031335

Its one of those lovely error messages you can't fathom, so you click on
"Details" where you can read and identical copy of the unfathomable
error message....


Any hints?

John.
Re: An error occurred while collecting items to be installed, No repository found containing: .../o [message #329095 is a reply to message #328767] Thu, 12 June 2008 15:20 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
p2 works using 2 kinds of repositories: metadata and artifact. It
reasons about everything using the information in the metadata
repository. The it actually downloads/installs using bits found in the
artifact repositories.

The error simply means that it could not find an artifact repository
that contains the bits for the given version of your plugin.

There are any number of reasons this could happen:
- the artifact repos really don't contain the jar
- network/transfer problems, 404, etc

or, maybe this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=236437

-Andrew

John J Barton wrote:
> Hi. I am trying to get an update site to work. When I "install" my new
> plugin/feature thingy I get
> An error occurred while collecting items to be installed
> No repository found containing: <plugin name>
> /osgi.bundle/1.0.0.200806031335
>
> Its one of those lovely error messages you can't fathom, so you click on
> "Details" where you can read and identical copy of the unfathomable
> error message....
>
>
> Any hints?
>
> John.
Previous Topic:Runtime launch of workbench.
Next Topic:how to branding features
Goto Forum:
  


Current Time: Fri Jul 19 14:24:14 GMT 2024

Powered by FUDForum. Page generated in 0.03538 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top