Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buckminster dev » Random failure building update site
Random failure building update site [message #16981] Wed, 21 May 2008 13:15 Go to next message
Eclipse UserFriend
Originally posted by: cbutt.iona.com

Hi,

I'm using Buckminster in headless mode to build my plugins and features.
During the building of the update site I get an error similar to the one
at the end of this message. However, if I run the same build on another
machine it sometimes passes. I have even had the build fail in headless
mode, opened up the workspace in the GUI and built the update site
without any problems. I'm using the latest version of Buckminster
(r09175 of the archived site and r09116 of the product) in headless mode
on Linux (both 32 and 64 bit). Is there any way to see what file/element
it is looking for? Is this a bug?

Thanks,
Chris


[09:37:22]: [java]
org.eclipse.buckminster.core.metadata.model.ElementNotFoundE xception: No
element with id db73b4bc-3472-32fd-9859-3b2798bb1b46 was found in
storage resolution
[09:37:22]: [java] at
org.eclipse.buckminster.core.metadata.FileStorage.getCreatio nTime(FileStorage.java:231)
[09:37:22]: [java] at
org.eclipse.buckminster.core.metadata.WorkspaceInfo.getActiv eResolutions(WorkspaceInfo.java:665)
[09:37:22]: [java] at
org.eclipse.buckminster.core.metadata.WorkspaceInfo.getResol ution(WorkspaceInfo.java:429)
[09:37:22]: [java] at
org.eclipse.buckminster.core.metadata.ModelCache.findCSpec(M odelCache.java:54)
[09:37:22]: [java] at
org.eclipse.buckminster.core.cspec.model.CSpec.getReferenced Attribute(CSpec.java:925)
[09:37:22]: [java] at
org.eclipse.buckminster.core.cspec.model.Prerequisite.getRef erencedAttribute(Prerequisite.java:91)
[09:37:22]: [java] at
org.eclipse.buckminster.core.cspec.model.Prerequisite.isEnab led(Prerequisite.java:150)
[09:37:22]: [java] at
org.eclipse.buckminster.core.cspec.model.Group.isEnabled(Gro up.java:162)
[09:37:22]: [java] at
org.eclipse.buckminster.core.cspec.model.CSpec.getReferenced Attribute(CSpec.java:929)
[09:37:22]: [java] at
org.eclipse.buckminster.core.cspec.model.Prerequisite.getRef erencedAttribute(Prerequisite.java:91)
[09:37:22]: [java] at
org.eclipse.buckminster.core.internal.actor.PerformManager.a ddAttributeChildren(PerformManager.java:334)
[09:37:22]: [java] at
org.eclipse.buckminster.core.internal.actor.PerformManager.a ddAttributeChildren(PerformManager.java:336)
[09:37:22]: [java] at
org.eclipse.buckminster.core.internal.actor.PerformManager.g etOrderedActionList(PerformManager.java:303)
[09:37:22]: [java] at
org.eclipse.buckminster.core.internal.actor.PerformManager.p erform(PerformManager.java:94)
[09:37:22]: [java] at
org.eclipse.buckminster.core.internal.actor.PerformManager.p erform(PerformManager.java:75)
[09:37:22]: [java] at
org.eclipse.buckminster.core.commands.Perform.internalRun(Pe rform.java:68)
[09:37:22]: [java] at
org.eclipse.buckminster.core.commands.WorkspaceCommand.run(W orkspaceCommand.java:45)
[09:37:22]: [java] at
org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(Abs tractCommand.java:80)
[09:37:22]: [java] at
org.eclipse.buckminster.cmdline.Headless.run(Headless.java:1 88)
[09:37:22]: [java] at
org.eclipse.buckminster.cmdline.Headless.run(Headless.java:1 22)
[09:37:22]: [java] at
org.eclipse.buckminster.cmdline.Headless.start(Headless.java :113)
[09:37:22]: [java] at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:169)
[09:37:22]: [java] at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:106)
[09:37:22]: [java] at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:76)
[09:37:22]: [java] at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
[09:37:22]: [java] at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
[09:37:22]: [java] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[09:37:22]: [java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
[09:37:22]: [java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
[09:37:22]: [java] at java.lang.reflect.Method.invoke(Method.java:585)
[09:37:22]: [java] at
org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
[09:37:22]: [java] at
org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
[09:37:22]: [java] at
org.eclipse.equinox.launcher.Main.run(Main.java:1173)
[09:37:22]: [java] at
org.eclipse.equinox.launcher.Main.main(Main.java:1148)
[09:37:22]: [java] No element with id
db73b4bc-3472-32fd-9859-3b2798bb1b46 was found in storage resolution
Re: Random failure building update site [message #17128 is a reply to message #16981] Thu, 22 May 2008 18:17 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Chris,
Does this happen on a specific workspace or on a workspace that you
create from scratch? From the sound of it, you might have some corrupt
meta-data so if it is a specific workspace, I'd recommend that you
remove the folder
<workspace>/.metadata/.plugins/org.eclipse.buckminster.core

Regards,
Thomas Hallgren


Chris Butt wrote:
> Hi,
>
> I'm using Buckminster in headless mode to build my plugins and features.
> During the building of the update site I get an error similar to the one
> at the end of this message. However, if I run the same build on another
> machine it sometimes passes. I have even had the build fail in headless
> mode, opened up the workspace in the GUI and built the update site
> without any problems. I'm using the latest version of Buckminster
> (r09175 of the archived site and r09116 of the product) in headless mode
> on Linux (both 32 and 64 bit). Is there any way to see what file/element
> it is looking for? Is this a bug?
>
> Thanks,
> Chris
>
>
> [09:37:22]: [java]
> org.eclipse.buckminster.core.metadata.model.ElementNotFoundE xception: No
> element with id db73b4bc-3472-32fd-9859-3b2798bb1b46 was found in
> storage resolution
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.metadata.FileStorage.getCreatio nTime(FileStorage.java:231)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.metadata.WorkspaceInfo.getActiv eResolutions(WorkspaceInfo.java:665)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.metadata.WorkspaceInfo.getResol ution(WorkspaceInfo.java:429)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.metadata.ModelCache.findCSpec(M odelCache.java:54)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.cspec.model.CSpec.getReferenced Attribute(CSpec.java:925)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.cspec.model.Prerequisite.getRef erencedAttribute(Prerequisite.java:91)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.cspec.model.Prerequisite.isEnab led(Prerequisite.java:150)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.cspec.model.Group.isEnabled(Gro up.java:162)
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.cspec.model.CSpec.getReferenced Attribute(CSpec.java:929)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.cspec.model.Prerequisite.getRef erencedAttribute(Prerequisite.java:91)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.internal.actor.PerformManager.a ddAttributeChildren(PerformManager.java:334)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.internal.actor.PerformManager.a ddAttributeChildren(PerformManager.java:336)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.internal.actor.PerformManager.g etOrderedActionList(PerformManager.java:303)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.internal.actor.PerformManager.p erform(PerformManager.java:94)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.internal.actor.PerformManager.p erform(PerformManager.java:75)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.commands.Perform.internalRun(Pe rform.java:68)
> [09:37:22]: [java] at
> org.eclipse.buckminster.core.commands.WorkspaceCommand.run(W orkspaceCommand.java:45)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.cmdline.AbstractCommand.basicRun(Abs tractCommand.java:80)
>
> [09:37:22]: [java] at
> org.eclipse.buckminster.cmdline.Headless.run(Headless.java:1 88)
> [09:37:22]: [java] at
> org.eclipse.buckminster.cmdline.Headless.run(Headless.java:1 22)
> [09:37:22]: [java] at
> org.eclipse.buckminster.cmdline.Headless.start(Headless.java :113)
> [09:37:22]: [java] at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:169)
>
> [09:37:22]: [java] at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:106)
>
> [09:37:22]: [java] at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:76)
>
> [09:37:22]: [java] at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)
>
> [09:37:22]: [java] at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)
>
> [09:37:22]: [java] at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [09:37:22]: [java] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
>
> [09:37:22]: [java] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
>
> [09:37:22]: [java] at java.lang.reflect.Method.invoke(Method.java:585)
> [09:37:22]: [java] at
> org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 508)
> [09:37:22]: [java] at
> org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
> [09:37:22]: [java] at
> org.eclipse.equinox.launcher.Main.run(Main.java:1173)
> [09:37:22]: [java] at
> org.eclipse.equinox.launcher.Main.main(Main.java:1148)
> [09:37:22]: [java] No element with id
> db73b4bc-3472-32fd-9859-3b2798bb1b46 was found in storage resolution
>
Previous Topic:Component Explorer and Component Outline
Next Topic:[buckminster-dev] Making Buckminster understand SVN branching
Goto Forum:
  


Current Time: Fri Apr 26 19:20:16 GMT 2024

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

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

Back to the top