Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » "org.eclipse.test.coretestapplication" could not be found in the registry
"org.eclipse.test.coretestapplication" could not be found in the registry [message #604411] Wed, 27 January 2010 11:42
kent gibson is currently offline kent gibsonFriend
Messages: 114
Registered: July 2009
Senior Member
I am trying to run PDE unit tests using ant in 3.5, somewhat similiar to this article:

http://www.eclipse.org/articles/printable.php?file=Article-P DEJUnitAntAutomation/index.html

I can build the test client but when I start the client I always get this error:

java.lang.RuntimeException: Application "org.eclipse.test.coretestapplication" could not be found in the registry. The applications available are: ch.sbb.rcsd.client.application.application, org.eclipse.ant.core.antRunner, org.eclipse.equinox.app.error, org.eclipse.update.core.standaloneUpdate, org.eclipse.update.core.siteOptimizer.
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(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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)
at org.eclipse.core.launcher.Main.main(Main.java:34)


To do this I have created a feature based product which has dependencies on org.eclips.test, org.eclipse.rcp and a feature that I have defined.

My test feature basically mimics the application 100%, in other words the same plugins and fragments are listed in the plugins tab.

When I validate the product "almost everything" validates. It has some problems with internal packages from org.eclipse.equinox.internal.*

Does anyone have a clue what I might be doing wrong?

Many thanks in advance.
Previous Topic:"org.eclipse.test.coretestapplication" could not be found in the registry
Next Topic:Listening for save events from an Editor
Goto Forum:
  


Current Time: Tue Apr 23 11:24:03 GMT 2024

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

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

Back to the top