Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] RCP example itp04 builds and runs fine but will not run from eclipse.

This is not related to tycho. I believe your run time config is incorrect. Press Add required bundles there.

Am 22.12.2011 18:24 schrieb "Steve Jones" <steve@xxxxxxxxxxxxxxxxxx>:
Hi,

With Eclipse 3.7.1 on Win7/32-bit, I can build the RCP example itp04 from the command line and from within eclipse. If I unzip the  resulting build it runs OK.

My problem is that I'm unable to run/debug the example from within eclipse. If I open example.product using the Product configuration Editor and click on "Launch eclipse Application" I get a run time exception "No application id has been found " and a crash dump (see below).

Ideally I'd like to be able develop and debug using standard eclipse builds from within the IDE and use Maven/Tycho for headless builds. I've tried to hack the itp04 example so it will do this but all attempts have so far failed.

Any suggestions on how to do this would be most welcome.

Thanks, Steve.


!SESSION 2011-12-22 16:05:00.367 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_25
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Framework arguments:  -product example.product
Command-line arguments:  -product example.product -data D:\src\test\tmp\itp04-rcp/../runtime-example.product -dev file:D:/src/test/tmp/itp04-rcp/.metadata/.plugins/org.eclipse.pde.core/example.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2011-12-22 17:09:44.789
!MESSAGE Product example.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2011-12-22 17:09:48.986
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-12-22 17:09:48.986
!MESSAGE Bundle reference:file:/D:/eclipse/eclipse-SDK-3.7.1-win32(Tycho)/plugins/org.eclipse.equinox.p2.ui.importexport_1.0.0.v20110511.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.importexport 2 0 2011-12-22 17:09:48.986
!MESSAGE Missing required bundle org.eclipse.ui.forms_3.5.0.

!ENTRY org.eclipse.osgi 2 0 2011-12-22 17:09:49.002
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-12-22 17:09:49.002
!MESSAGE Bundle org.eclipse.equinox.p2.ui.importexport_1.0.0.v20110511 [132] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.importexport 2 0 2011-12-22 17:09:49.002
!MESSAGE Missing required bundle org.eclipse.ui.forms_3.5.0.

!ENTRY org.eclipse.osgi 2 0 2011-12-22 17:09:49.018
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-12-22 17:09:49.018
!MESSAGE Bundle reference:file:/D:/eclipse/eclipse-SDK-3.7.1-win32(Tycho)/plugins/org.eclipse.equinox.p2.ui.importexport_1.0.0.v20110511.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.importexport 2 0 2011-12-22 17:09:49.018
!MESSAGE Missing required bundle org.eclipse.ui.forms_3.5.0.

!ENTRY org.eclipse.osgi 2 0 2011-12-22 17:09:49.018
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-12-22 17:09:49.018
!MESSAGE Bundle org.eclipse.equinox.p2.ui.importexport_1.0.0.v20110511 [132] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.p2.ui.importexport 2 0 2011-12-22 17:09:49.018
!MESSAGE Missing required bundle org.eclipse.ui.forms_3.5.0.
...
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top