Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Orbit plugin cannot be resolved with eclipse.import provider
Orbit plugin cannot be resolved with eclipse.import provider [message #644095] Thu, 09 December 2010 13:24 Go to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Hi,

I'm trying to get log4j from orbit. I use the following rmap

<rm:locator pattern="^org.apache.log4j" searchPathRef="orbit"/>
<rm:searchPath name="orbit">
<rm:provider componentTypes="osgi.bundle" readerType="eclipse.import"
source="false" mutable="false" resolutionFilter="">
<rm:uri
format=" http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map"/>
</rm:provider>
</rm:searchPath>

But I get an error:

Why does it say rejecting provider p2 while it is an eclipse.import provider?

thanks for helping,

wim

org.apache.log4j:osgi.bundle: Rejecting provider
p2( http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map[ http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map]):
No component match was found
org.apache.log4j:osgi.bundle: No provider was found that could resolve the
request
ERROR [0012] : No suitable provider for component
org.apache.log4j:osgi.bundle was found in resourceMap
file:/C:/Users/jongw/Workspaces/gravitybuild/com.remainsoftw are.gravity.admin.site.feature/admin.rmap
ERROR [0012] : No suitable provider for component
org.apache.log4j:osgi.bundle was found in searchPath orbit
ERROR [0012] : Rejecting provider
p2( http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map[ http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map]):
No component match was found
ERROR No repository found at
http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map/
Errors and Warnings
E [0012] : No suitable provider for component org.apache.log4j:osgi.bundle
was found in resourceMap
file:/C:/Users/jongw/Workspaces/gravitybuild/com.remainsoftw are.gravity.admin.site.feature/admin.rmap
E [0012] : No suitable provider for component org.apache.log4j:osgi.bundle
was found in searchPath orbit
E [0012] : Rejecting provider
p2( http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map[ http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map]):
No component match was found: No repository found at
http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map/
Re: Orbit plugin cannot be resolved with eclipse.import provider [message #644184 is a reply to message #644095] Thu, 09 December 2010 18:31 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Hi,

I left the map route and returned to a direct url provider. This works.

If somebody can post a working rmap with a map provider that would be nice.

Thanks,

Wim

> Hi,
>
> I'm trying to get log4j from orbit. I use the following rmap
>
> <rm:locator pattern="^org.apache.log4j" searchPathRef="orbit"/>
> <rm:searchPath name="orbit">
> <rm:provider componentTypes="osgi.bundle" readerType="eclipse.import"
> source="false" mutable="false" resolutionFilter="">
> <rm:uri
>
format=" http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map"/>
> </rm:provider>
> </rm:searchPath>
>
> But I get an error:
>
> Why does it say rejecting provider p2 while it is an eclipse.import
provider?
>
> thanks for helping,
>
> wim
>
> org.apache.log4j:osgi.bundle: Rejecting provider
>
p2( http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map[ http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map]):
> No component match was found
> org.apache.log4j:osgi.bundle: No provider was found that could resolve the
> request
> ERROR [0012] : No suitable provider for component
> org.apache.log4j:osgi.bundle was found in resourceMap
>
file:/C:/Users/jongw/Workspaces/gravitybuild/com.remainsoftw are.gravity.admin.site.feature/admin.rmap
> ERROR [0012] : No suitable provider for component
> org.apache.log4j:osgi.bundle was found in searchPath orbit
> ERROR [0012] : Rejecting provider
>
p2( http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map[ http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map]):
> No component match was found
> ERROR No repository found at
>
http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map/
> Errors and Warnings
> E [0012] : No suitable provider for component org.apache.log4j:osgi.bundle
> was found in resourceMap
>
file:/C:/Users/jongw/Workspaces/gravitybuild/com.remainsoftw are.gravity.admin.site.feature/admin.rmap
> E [0012] : No suitable provider for component org.apache.log4j:osgi.bundle
> was found in searchPath orbit
> E [0012] : Rejecting provider
>
p2( http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map[ http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map]):
> No component match was found: No repository found at
>
http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map/
Re: Orbit plugin cannot be resolved with eclipse.import provider [message #644460 is a reply to message #644095] Sat, 11 December 2010 16:58 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 2010-12-09 14:24, Wim Jongman wrote:
> Hi,
>
> I'm trying to get log4j from orbit. I use the following rmap
>
> <rm:locator pattern="^org.apache.log4j" searchPathRef="orbit"/>
> <rm:searchPath name="orbit">
> <rm:provider componentTypes="osgi.bundle" readerType="eclipse.import"
> source="false" mutable="false" resolutionFilter="">
> <rm:uri
> format=" http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/orbitBundles-R20100519200754.map"/>
> </rm:provider>
> </rm:searchPath>
>
> But I get an error:
>
> Why does it say rejecting provider p2 while it is an eclipse.import provider?
>
The eclipse.import reader type is deprecated and replaced by the p2. The
name is still there for backward compatibility but it's just an alias.

Orbit has a p2 repository so there's no need to use the map file. The p2
repository URL is:

http://download.eclipse.org/tools/orbit/downloads/drops/R201 00519200754/repository


- thomas
Previous Topic:Plugin signatures lost upon site.p2
Next Topic:Problems resolving eclipse bundles
Goto Forum:
  


Current Time: Tue Jan 21 09:33:23 GMT 2025

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

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

Back to the top