Bug 186319 - Problem when the RCP application is launched
Summary: Problem when the RCP application is launched
Status: RESOLVED WORKSFORME
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: equinox.framework-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2007-05-10 05:08 EDT by ali kallali CLA
Modified: 2007-08-01 16:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ali kallali CLA 2007-05-10 05:08:19 EDT
java.lang.RuntimeException: Application "rcp.application" could not be found in the registry. The applications available are: <NONE>.
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:68)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
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.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
Comment 1 ali kallali CLA 2007-05-10 05:12:05 EDT
this bug occured when i added a new extension point with plugin dependencies.
Comment 2 ali kallali CLA 2007-05-10 05:29:09 EDT
can you help me please

Comment 3 Thomas Watson CLA 2007-05-10 10:10:24 EDT
Run with the program arguments -console -noexit

At the osgi> prompt run the "ss" command.  Is your bundle which defines the extension "rcp.application" listed and resolved?  Run the "diag" command against your bundle's symbolic name to see why it is not resolved.

Also please attach the complete log file.  Thanks.
Comment 4 Thomas Watson CLA 2007-08-01 16:52:50 EDT
Please reopen if you are still seeing this issue and please provide the information requested in comment 3.  Thanks.