Home » Archived » Buckminster » Unable to materialize components in Eclipse 3.7
Unable to materialize components in Eclipse 3.7 [message #835705] |
Tue, 03 April 2012 11:17  |
Eclipse User |
|
|
|
Hello,
I am trying to migrate from Eclipse 3.5 to Eclipse 3.7. To do this I created target definition and trying to materialize the same cquery I used in 3.5, but it fails to find org.apache.lucene.source bundle:
W [0051] : Component request org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] is in conflict with request org.apache.lucene.source:osgi.bundle/[2.9.1.v201101211721,2.9.1.v201101211721]
W [0051] : Component request org.apache.lucene:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] is in conflict with request org.apache.lucene:osgi.bundle/[2.9.1.v201101211721,2.9.1.v201101211721]
W [0127] : Component request org.junit.source:osgi.bundle/[3.8.2.v3_8_2_v20100427-1100,3.8.2.v3_8_2_v20100427-1100] is in conflict with request org.junit.source:osgi.bundle/[4.8.2.v4_8_2_v20110321-1705,4.8.2.v4_8_2_v20110321-1705]
W [0127] : Component request org.junit:osgi.bundle/[4.8.2.v4_8_2_v20110321-1705,4.8.2.v4_8_2_v20110321-1705] is in conflict with request org.junit:osgi.bundle/[3.8.2.v3_8_2_v20100427-1100,3.8.2.v3_8_2_v20100427-1100]
E [0051] : No suitable provider for component org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] was found in searchPath indigo
E [0051] : Rejecting provider p2(http://download.eclipse.org/releases/indigo?importType=binary[http://download.eclipse.org/releases/indigo?importType=binary]): No component match was found
E [0051] : No suitable provider for component org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] was found in searchPath galileo
E [0051] : Rejecting provider p2(http://download.eclipse.org/releases/galileo?importType=binary[http://download.eclipse.org/releases/galileo?importType=binary]): No component match was found
This is my target definition
I also found this information in Incompatibilities between Eclipse 3.6 and 3.7 and I wonder if this has anything to do with it.
What's interesting is that looking at target's bundles I see no source bundle for o.a.lucene v1.9.1, but there is one for v2.9.1:

Lastly, how can I find out with all my plugins and their dependencies who is depending on particular version of a plugin, in this case org.apache.lucene.source?
Thanks,
Alex
[Updated on: Tue, 03 April 2012 21:37] by Moderator
|
|
| | | | |
Re: Unable to materialize components in Eclipse 3.7 [message #836475 is a reply to message #836102] |
Wed, 04 April 2012 10:25   |
Eclipse User |
|
|
|
Thomas,
Here is my CQUERY:
<?xml version="1.0" encoding="UTF-8"?>
<cq:componentQuery xmlns:cq="http://www.eclipse.org/buckminster/CQuery-1.0" resourceMap="../../pluto.rmap">
<cq:rootRequest name="com.iwaysoftware.integration.tools.build.feature" componentType="eclipse.feature"/>
<cq:property key="buckminster.download.source" value="false"/>
<cq:advisorNode namePattern="^com\.iwaysoftware\.integration\.tools\.p2\.feature$" branchTagPath="indigo.build"/>
<cq:advisorNode namePattern="^com\.iwaysoftware\.integration\.tools\.product\.feature$" branchTagPath="indigo.build"/>
<cq:advisorNode namePattern="^com\.iwaysoftware\.designer\.ui$" branchTagPath="indigo.build"/>
<cq:advisorNode namePattern="^org\.eclipse\.emf\.ecore\.nl1$" branchTagPath="i18n"/>
</cq:componentQuery>
And here is the console log during the failure:
org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]: Rejecting provider p2(http://download.eclipse.org/releases/indigo?importType=binary[http://download.eclipse.org/releases/indigo?importType=binary]): No component match was found
org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]: No provider was found that could resolve the request
org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]: Using search path galileo
org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]: Trying provider p2(http://download.eclipse.org/releases/galileo?importType=binary[http://download.eclipse.org/releases/galileo?importType=binary])
org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]: Rejecting provider p2(http://download.eclipse.org/releases/galileo?importType=binary[http://download.eclipse.org/releases/galileo?importType=binary]): No component match was found
org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]: No provider was found that could resolve the request
ERROR [0136] : No suitable provider for component org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] was found in resourceMap file:/home/akravets/dev/workspaces/build-3.7/com.iwaysoftware.integration.tools.build.feature/pluto.rmap
ERROR [0136] : No suitable provider for component org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] was found in searchPath indigo
ERROR [0136] : Rejecting provider p2(http://download.eclipse.org/releases/indigo?importType=binary[http://download.eclipse.org/releases/indigo?importType=binary]): No component match was found
ERROR [0136] : No suitable provider for component org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] was found in searchPath galileo
ERROR [0136] : Rejecting provider p2(http://download.eclipse.org/releases/galileo?importType=binary[http://download.eclipse.org/releases/galileo?importType=binary]): No component match was found
Errors and Warnings
W [0119] : Component request org.junit.source:osgi.bundle/[3.8.2.v3_8_2_v20100427-1100,3.8.2.v3_8_2_v20100427-1100] is in conflict with request org.junit.source:osgi.bundle/[4.8.2.v4_8_2_v20110321-1705,4.8.2.v4_8_2_v20110321-1705]
W [0122] : Component request org.junit:osgi.bundle/[4.8.2.v4_8_2_v20110321-1705,4.8.2.v4_8_2_v20110321-1705] is in conflict with request org.junit:osgi.bundle/[3.8.2.v3_8_2_v20100427-1100,3.8.2.v3_8_2_v20100427-1100]
W [0121] : Component request org.apache.lucene:osgi.bundle/[2.9.1.v201101211721,2.9.1.v201101211721] is in conflict with request org.apache.lucene:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]
W [0121] : Component request org.apache.lucene.source:osgi.bundle/[2.9.1.v201101211721,2.9.1.v201101211721] is in conflict with request org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617]
W [0121] : Component request org.apache.lucene:osgi.bundle/[2.9.1.v201101211721,2.9.1.v201101211721] is in conflict with request org.apache.lucene:osgi.bundle/[1.9.0,2.0.0)
E [0136] : No suitable provider for component org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] was found in searchPath indigo
E [0136] : Rejecting provider p2(http://download.eclipse.org/releases/indigo?importType=binary[http://download.eclipse.org/releases/indigo?importType=binary]): No component match was found
E [0136] : No suitable provider for component org.apache.lucene.source:osgi.bundle/[1.9.1.v201101211617,1.9.1.v201101211617] was found in searchPath galileo
E [0136] : Rejecting provider p2(http://download.eclipse.org/releases/galileo?importType=binary[http://download.eclipse.org/releases/galileo?importType=binary]): No component match was found
TAG-ID 0119 = Query for com.iwaysoftware.integration.tools.build.feature:eclipse.feature, path: com.iwaysoftware.integration.tools.build.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.product.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.p2.feature:eclipse.feature$0.1.0.qualifier -> org.eclipse.sdk:eclipse.feature$3.7.2.r37x_v20111213-7Q7xALDPb32vCjY6UACVPdFTz-icPtJkUadz0lMmk4z-8 -> org.eclipse.jdt.source:eclipse.feature$3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1
TAG-ID 0121 = Query for com.iwaysoftware.integration.tools.build.feature:eclipse.feature, path: com.iwaysoftware.integration.tools.build.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.product.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.p2.feature:eclipse.feature$0.1.0.qualifier -> org.eclipse.sdk:eclipse.feature$3.7.2.r37x_v20111213-7Q7xALDPb32vCjY6UACVPdFTz-icPtJkUadz0lMmk4z-8 -> org.eclipse.help:eclipse.feature$1.3.0.v20110530-0844-7i7uFFmFFl8nvqbDpEqTvx
TAG-ID 0122 = Query for com.iwaysoftware.integration.tools.build.feature:eclipse.feature, path: com.iwaysoftware.integration.tools.build.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.product.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.p2.feature:eclipse.feature$0.1.0.qualifier -> org.eclipse.sdk:eclipse.feature$3.7.2.r37x_v20111213-7Q7xALDPb32vCjY6UACVPdFTz-icPtJkUadz0lMmk4z-8 -> org.eclipse.jdt:eclipse.feature$3.7.2.v20120120-1414-7z8gFcuFMP7BW5XTz0jLTnz0l9B1
TAG-ID 0136 = Query for com.iwaysoftware.integration.tools.build.feature:eclipse.feature, path: com.iwaysoftware.integration.tools.build.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.product.feature:eclipse.feature$0.1.0.qualifier -> com.iwaysoftware.integration.tools.p2.feature:eclipse.feature$0.1.0.qualifier -> org.eclipse.datatools.sqldevtools.feature:eclipse.feature$1.9.2.v201109161655-7N847OFDsn3ivl-o7D-5qe3gjF1Q -> org.eclipse.datatools.sqldevtools.results.feature:eclipse.feature$1.9.2.v201109161655-57B6AkF7BD7ICHBKCS
Thanks,
Alex
|
|
| | | | | |
Goto Forum:
Current Time: Tue Jul 22 19:34:47 EDT 2025
Powered by FUDForum. Page generated in 0.05579 seconds
|