Application could not be found in the registry. [message #254974] |
Wed, 23 June 2004 15:53 |
Eclipse User |
|
|
|
Originally posted by: weberjn.hotmail.com
Hello everybody,
I have an RCP application that runs fine within a Runtime Workspace.
Now I tried to run it with a seperately downloaded RCP Runtime Binary. But
on starting, it dies with the stacktrace below. I guess there is a
dependency missing. How can I have Eclipse display what really went wrong?
I copyied every plugin that appears in the Runas dialog to the Runtime
binary and also org.eclipse.update.configurator_3.0.0.
What else can I try?
Thank you very much,
Juergen
java.lang.RuntimeException: Application "ui.RcpApplication" could not be
found in the registry. The applications available are: <NONE>.
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:325)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:272)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:128)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:186)
at org.eclipse.core.launcher.Main.run(Main.java:647)
at org.eclipse.core.launcher.Main.main(Main.java:631)
|
|
|
Re: Application could not be found in the registry. [message #255014 is a reply to message #254974] |
Wed, 23 June 2004 17:07 |
Eclipse User |
|
|
|
Originally posted by: chaves.nospam.inf.ufsc.br.ok
Enable tracing for the runtime workbench launch configuration. Also, run
with -consolelog so anything logged gets easily noticed.
You should see log entries for any plug-ins that were no resolved (and the
reason).
If that does not help (no bundles seem to be unresolved), enable tracing
for the extension registry: ensure that tracing for
org.eclipse.core.runtime is checked, and that under its settings, "debug"
and "registry/debug/events/extension" are checked. In the generated
output, look for the org.eclipse.core.runtime.applications extension point
id. Does your extension get added to the applications extension point?
Rafael
Juergen Weber wrote:
> Hello everybody,
> I have an RCP application that runs fine within a Runtime Workspace.
> Now I tried to run it with a seperately downloaded RCP Runtime Binary. But
> on starting, it dies with the stacktrace below. I guess there is a
> dependency missing. How can I have Eclipse display what really went wrong?
> I copyied every plugin that appears in the Runas dialog to the Runtime
> binary and also org.eclipse.update.configurator_3.0.0.
> What else can I try?
> Thank you very much,
> Juergen
> java.lang.RuntimeException: Application "ui.RcpApplication" could not be
> found in the registry. The applications available are: <NONE>.
> at
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:325)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:272)
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:128)
> 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:324)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:186)
> at org.eclipse.core.launcher.Main.run(Main.java:647)
> at org.eclipse.core.launcher.Main.main(Main.java:631)
|
|
|
Powered by
FUDForum. Page generated in 0.02769 seconds