[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Problem generating product

Hi,

I have problems generating an rcp app. I'm new to eclipse, and the first test I did was to try with the tutorial of vogella "myfirstrcp" and there was no problem to export de app.

Now I'm working on my own rcp app, I have a few plugins, one feature grouping this plugins, and the rcp app including the feature. When I launch the application through the run as configurations menu I have no problem. But when I export the product and run the .exe I have the following log:

java.lang.RuntimeException: Application "com.brecar.supplier.application" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(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(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.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:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)


!ENTRY org.eclipse.osgi 2 0 2009-09-09 12:06:07.723
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-09 12:06:07.723
!MESSAGE Bundle reference:file:plugins/com.kotasoft.library_0.0.1 was not resolved.
!SUBENTRY 2 com.kotasoft.library 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.apache.commons.lang_2.3.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-09 12:06:07.723
!MESSAGE Bundle reference:file:plugins/com.kotasoft.eclipse.common_1.0.0.jar was not resolved.
!SUBENTRY 2 com.kotasoft.eclipse.common 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.ui.ide_0.0.0.
!SUBENTRY 2 com.kotasoft.eclipse.common 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.emf.ecore_0.0.0.
!SUBENTRY 2 com.kotasoft.eclipse.common 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.emf.ecore.xmi_0.0.0.
!SUBENTRY 2 com.kotasoft.eclipse.common 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-09 12:06:07.723
!MESSAGE Bundle update@plugins/org.eclipse.debug.ui_3.4.2.v20090110_r342.jar was not resolved.
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.jface.text_[3.3.0,4.0.0).
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.ui.editors_[3.3.0,4.0.0).
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.ui.workbench.texteditor_[3.3.0,4.0.0).
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.core.filesystem_[1.1.0,2.0.0).
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.core.variables_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.ui.ide_[3.3.0,4.0.0).
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.debug.core_[3.4.1,4.0.0).
!SUBENTRY 2 org.eclipse.debug.ui 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.ui.console_[3.2.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-09 12:06:07.723
!MESSAGE Bundle reference:file:plugins/com.brecar.supplier.management.core_1.0.0.jar was not resolved.
!SUBENTRY 2 com.brecar.supplier.management.core 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.emf.ecore_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2009-09-09 12:06:07.723
!MESSAGE Bundle reference:file:plugins/com.brecar.supplier_1.0.0.jar was not resolved.
!SUBENTRY 2 com.brecar.supplier 2 0 2009-09-09 12:06:07.723
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.



I'm using eclipse ganymede modeling sr2 as target platform for windows.


Any idea?

Thank you in advance.