Home » Archived » Buckminster » Problems materializing target platform
Problems materializing target platform [message #387657] |
Wed, 08 July 2009 00:14 |
Carsten Reckord Messages: 139 Registered: July 2009 |
Senior Member |
|
|
Hi,
I am trying to materialize a target platform using buckminster headless for eclipse 3.5. I am going from the headless hudson build example
from the buckminster-dev site ( http://dev.eclipse.org/mhonarc/lists/buckminster-dev/msg0085 5.html).
Everything appears to work fine up to the point where the actual materialization starts. Then I get a whole bunch of "No repository found
containing ..." errors for bundles that were previously successfully resolved. For example org.eclipse.ui:
creckord@sylar:~/buckminster$ buckminster/buckminster -L DEBUG import workspace/releng/myproduct.mspec -vmargs
-DtargetPlatformPath=/home/creckord/buckminster/tp
....
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Using resource map file:/home/creckord/buckminster/workspace/releng/myproduct.r map
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Redirecting to resource map file:/home/creckord/buckminster/workspace/releng/enabling.rm ap
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Redirecting to resource map file:/home/creckord/buckminster/workspace/releng/platform.rm ap
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Using search path org.eclipse.platform
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Trying provider eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Found match 3.5.0.I20090604-2000#OSGi
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Trying provider eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry)
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Found match 3.5.0.I20090604-2000#OSGi
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Rejecting provider
eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry):
eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary) is producing a better match
org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Using provider eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Using resource map
file:/home/creckord/buckminster/workspace/releng/myproduct.r map
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Redirecting to resource map
file:/home/creckord/buckminster/workspace/releng/enabling.rm ap
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Redirecting to resource map
file:/home/creckord/buckminster/workspace/releng/platform.rm ap
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Using search path org.eclipse.platform
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Trying provider
eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Found match 3.5.0.I20090604-2000#OSGi
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Trying provider
eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry)
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Found match 3.5.0.I20090604-2000#OSGi
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Rejecting provider
eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry):
eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary) is producing a better match
org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)): Using provider
eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
....
ERROR [0076] : An error occurred while collecting items to be installed
ERROR [0076] : session context was:(profile=1247010808949-0.6381122210131545,
phase=org.eclipse.equinox.internal.provisional.p2.engine.pha ses.Collect, operand=, action=).
....
ERROR [0076] : No repository found containing: osgi.bundle,org.eclipse.ui,3.5.0.I20090604-2000
ERROR [0076] : No repository found containing: osgi.bundle,org.eclipse.ui,3.5.0.I20090604-2000
The "org.eclipse.platform" searchPath in this case looks like this:
<searchPath name="org.eclipse.platform">
<provider readerType="eclipse.import" componentTypes="osgi.bundle,eclipse.feature" mutable="false"
source="false">
<uri format=" http://download.eclipse.org/eclipse/updates/3.5?importType=b inary" />
</provider>
<provider readerType="eclipse.import" componentTypes="osgi.bundle,eclipse.feature" mutable="false"
source="false">
<uri format=" http://download.eclipse.org/releases/galileo?importType=bina ry" />
</provider>
</searchPath>
|
|
|
Re: Problems materializing target platform [message #387658 is a reply to message #387657] |
Wed, 08 July 2009 05:50 |
|
Hi Carsten,
Some questions.
What materializer are you using? The 'p2' or the 'targetPlatform'?
If you're using 'p2', would it be possible for you to create a sample that reproduces this problem and attach it to a
bugzilla?
Can you try with just one provider for Galileo? The releases/galileo contains everything found in eclipse/updates/3.5 so
there should be no reason to have both.
Regards,
Thomas Hallgren
Carsten Reckord wrote:
> Hi,
>
> I am trying to materialize a target platform using buckminster headless
> for eclipse 3.5. I am going from the headless hudson build example from
> the buckminster-dev site
> ( http://dev.eclipse.org/mhonarc/lists/buckminster-dev/msg0085 5.html).
>
> Everything appears to work fine up to the point where the actual
> materialization starts. Then I get a whole bunch of "No repository found
> containing ..." errors for bundles that were previously successfully
> resolved. For example org.eclipse.ui:
>
> creckord@sylar:~/buckminster$ buckminster/buckminster -L DEBUG import
> workspace/releng/myproduct.mspec -vmargs
> -DtargetPlatformPath=/home/creckord/buckminster/tp
>
> ...
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Using resource map
> file:/home/creckord/buckminster/workspace/releng/myproduct.r map
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Redirecting to resource
> map file:/home/creckord/buckminster/workspace/releng/enabling.rm ap
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Redirecting to resource
> map file:/home/creckord/buckminster/workspace/releng/platform.rm ap
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Using search path
> org.eclipse.platform
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Trying provider
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
>
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Found match
> 3.5.0.I20090604-2000#OSGi
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Trying provider
> eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry)
>
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Found match
> 3.5.0.I20090604-2000#OSGi
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Rejecting provider
> eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry):
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
> is producing a better match
> org.eclipse.ui:osgi.bundle/[3.3.0,4.0.0)#OSGi: Using provider
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
>
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Using resource map
> file:/home/creckord/buckminster/workspace/releng/myproduct.r map
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Redirecting to resource map
> file:/home/creckord/buckminster/workspace/releng/enabling.rm ap
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Redirecting to resource map
> file:/home/creckord/buckminster/workspace/releng/platform.rm ap
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Using search path org.eclipse.platform
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Trying provider
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
>
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Found match 3.5.0.I20090604-2000#OSGi
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Trying provider
> eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry)
>
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Found match 3.5.0.I20090604-2000#OSGi
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Rejecting provider
> eclipse.import( http://download.eclipse.org/releases/galileo?importType=bina ry):
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
> is producing a better match
> org.eclipse.ui:osgi.bundle/[3.5.0,4.0.0)#OSGi(!(eclipse.p2.o ptional=false)):
> Using provider
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.5?importType=b inary)
>
> ...
> ERROR [0076] : An error occurred while collecting items to be installed
> ERROR [0076] : session context
> was:(profile=1247010808949-0.6381122210131545,
> phase=org.eclipse.equinox.internal.provisional.p2.engine.pha ses.Collect,
> operand=, action=).
> ...
> ERROR [0076] : No repository found containing:
> osgi.bundle,org.eclipse.ui,3.5.0.I20090604-2000
> ERROR [0076] : No repository found containing:
> osgi.bundle,org.eclipse.ui,3.5.0.I20090604-2000
>
>
> The "org.eclipse.platform" searchPath in this case looks like this:
>
> <searchPath name="org.eclipse.platform">
> <provider readerType="eclipse.import"
> componentTypes="osgi.bundle,eclipse.feature" mutable="false"
> source="false">
> <uri
> format=" http://download.eclipse.org/eclipse/updates/3.5?importType=b inary"
> />
> </provider>
> <provider readerType="eclipse.import"
> componentTypes="osgi.bundle,eclipse.feature" mutable="false"
> source="false">
> <uri
> format=" http://download.eclipse.org/releases/galileo?importType=bina ry" />
> </provider>
> </searchPath>
>
|
|
| |
Goto Forum:
Current Time: Tue Jan 14 17:54:29 GMT 2025
Powered by FUDForum. Page generated in 0.02910 seconds
|