Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » p2.director application is not available in headless buckminster
p2.director application is not available in headless buckminster [message #388496] Wed, 29 July 2009 13:03 Go to next message
Tas Frangoullides is currently offline Tas FrangoullidesFriend
Messages: 195
Registered: July 2009
Senior Member
Hi,

I'm trying to build the MailApp tutorial from a headless buckminster but it
fails during the create.product.zip ant script with the following in the
log. I've tried running "buckminster install <headless-site-url>
org.eclipse.equinox.p2.director.feature" which appears to work and the
plugins appear to be installed but I still get the error.

Any ideas? Shouldn't the p2.director already be installed?

Thanks,
Tas


java.lang.RuntimeException: Application "org.eclipse.equinox.p2.director"
could not be found in the registry. The applications available are:
org.eclipse.buckminster.cmdline.headless, org.eclipse.equinox.app.error,
org.eclipse.equinox.p2.artifact.repository.mirrorApplication ,
org.eclipse.equinox.p2.garbagecollector.application,
org.eclipse.equinox.p2.metadata.repository.mirrorApplication ,
org.eclipse.equinox.p2.publisher.InstallPublisher,
org.eclipse.equinox.p2.publisher.ProductPublisher,
org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher ,
org.eclipse.ant.core.antRunner, org.eclipse.update.core.standaloneUpdate,
org.eclipse.update.core.siteOptimizer,
org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.pde.build.Build.
at
org.eclipse.equinox.internal.app.EclipseAppContainer.startDe faultApp(EclipseAppContainer.java:242)
at
org.eclipse.equinox.internal.app.MainApplicationLauncher.run (MainApplicationLauncher.java:29)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
Re: p2.director application is not available in headless buckminster [message #388497 is a reply to message #388496] Wed, 29 July 2009 13:15 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
It should. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=282992

Regards,
Thomas Hallgren

Tas Frangoullides wrote:
> Hi,
>
> I'm trying to build the MailApp tutorial from a headless buckminster but
> it fails during the create.product.zip ant script with the following in
> the log. I've tried running "buckminster install <headless-site-url>
> org.eclipse.equinox.p2.director.feature" which appears to work and the
> plugins appear to be installed but I still get the error.
>
> Any ideas? Shouldn't the p2.director already be installed?
>
> Thanks,
> Tas
>
>
> java.lang.RuntimeException: Application
> "org.eclipse.equinox.p2.director" could not be found in the registry.
> The applications available are:
> org.eclipse.buckminster.cmdline.headless, org.eclipse.equinox.app.error,
> org.eclipse.equinox.p2.artifact.repository.mirrorApplication ,
> org.eclipse.equinox.p2.garbagecollector.application,
> org.eclipse.equinox.p2.metadata.repository.mirrorApplication ,
> org.eclipse.equinox.p2.publisher.InstallPublisher,
> org.eclipse.equinox.p2.publisher.ProductPublisher,
> org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher ,
> org.eclipse.ant.core.antRunner,
> org.eclipse.update.core.standaloneUpdate,
> org.eclipse.update.core.siteOptimizer,
> org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.pde.build.Build.
> at
> org.eclipse.equinox.internal.app.EclipseAppContainer.startDe faultApp(EclipseAppContainer.java:242)
>
> at
> org.eclipse.equinox.internal.app.MainApplicationLauncher.run (MainApplicationLauncher.java:29)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
Re: p2.director application is not available in headless buckminster [message #388498 is a reply to message #388497] Wed, 29 July 2009 13:48 Go to previous message
Tas Frangoullides is currently offline Tas FrangoullidesFriend
Messages: 195
Registered: July 2009
Senior Member
Thanks Thomas. This explains things. I tried copying the director app
plugin over but this didn't work, I needed to update the config.ini for
buckminster to find it.

Thanks,
Tas

"Thomas Hallgren" <thomas@tada.se> wrote in message
news:h4pi18$ajg$1@build.eclipse.org...
> It should. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=282992
>
> Regards,
> Thomas Hallgren
>
> Tas Frangoullides wrote:
>> Hi,
>>
>> I'm trying to build the MailApp tutorial from a headless buckminster but
>> it fails during the create.product.zip ant script with the following in
>> the log. I've tried running "buckminster install <headless-site-url>
>> org.eclipse.equinox.p2.director.feature" which appears to work and the
>> plugins appear to be installed but I still get the error.
>>
>> Any ideas? Shouldn't the p2.director already be installed?
>>
>> Thanks,
>> Tas
>>
>>
>> java.lang.RuntimeException: Application "org.eclipse.equinox.p2.director"
>> could not be found in the registry. The applications available are:
>> org.eclipse.buckminster.cmdline.headless, org.eclipse.equinox.app.error,
>> org.eclipse.equinox.p2.artifact.repository.mirrorApplication ,
>> org.eclipse.equinox.p2.garbagecollector.application,
>> org.eclipse.equinox.p2.metadata.repository.mirrorApplication ,
>> org.eclipse.equinox.p2.publisher.InstallPublisher,
>> org.eclipse.equinox.p2.publisher.ProductPublisher,
>> org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher ,
>> org.eclipse.ant.core.antRunner, org.eclipse.update.core.standaloneUpdate,
>> org.eclipse.update.core.siteOptimizer,
>> org.eclipse.jdt.core.JavaCodeFormatter, org.eclipse.pde.build.Build.
>> at
>> org.eclipse.equinox.internal.app.EclipseAppContainer.startDe faultApp(EclipseAppContainer.java:242)
>> at
>> org.eclipse.equinox.internal.app.MainApplicationLauncher.run (MainApplicationLauncher.java:29)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
>> at
>> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>> at java.lang.reflect.Method.invoke(Unknown Source)
>> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
>> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
>> at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
>> at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
Previous Topic:dynamic property refs
Next Topic:Materialzing a custom target platform from multiple repositories
Goto Forum:
  


Current Time: Fri Apr 26 01:31:59 GMT 2024

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

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

Back to the top