Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Run as ... (from product fails, from plugin don't)
Run as ... (from product fails, from plugin don't) [message #755169] Mon, 07 November 2011 15:31
Nicolas  is currently offline Nicolas Friend
Messages: 23
Registered: October 2011
Junior Member
Hi,
I have a RCP application.

When I try to start it from .product (Launch an eclipse application) I get the error:
!SESSION 2011-11-07 15:26:50.860 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
Framework arguments:  -product AgroTracker.product
Command-line arguments:  -product AgroTracker.product -data C:\Users\user\AgroTracker WrkSpace/../runtime-AgroTracker.product(1) -dev file:C:/Users/user/AgroTracker WrkSpace/.metadata/.plugins/org.eclipse.pde.core/AgroTracker.product (1)/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2011-11-07 15:26:52.948
!MESSAGE Product AgroTracker.product could not be found.

!ENTRY org.eclipse.osgi 2 0 2011-11-07 15:26:53.211
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2011-11-07 15:26:53.211
!MESSAGE Bundle reference:file:/C:/Users/user/AgroTracker WrkSpace/AgroTracker/ was not resolved.
!SUBENTRY 2 AgroTracker 2 0 2011-11-07 15:26:53.211
!MESSAGE Missing imported package javax.xml.stream.events_1.0.1.
!SUBENTRY 2 AgroTracker 2 0 2011-11-07 15:26:53.213
!MESSAGE Missing imported package javax.xml.stream_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2011-11-07 15:26:53.217
!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-11-07 15:26:53.218
!MESSAGE Bundle AgroTracker_1.1.33 [2] was not resolved.
!SUBENTRY 2 AgroTracker 2 0 2011-11-07 15:26:53.218
!MESSAGE Missing imported package javax.xml.stream_0.0.0.
!SUBENTRY 2 AgroTracker 2 0 2011-11-07 15:26:53.218
!MESSAGE Missing imported package javax.xml.stream.events_1.0.1.

!ENTRY org.eclipse.osgi 4 0 2011-11-07 15:26:53.222
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
	at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
...
...



but when I run from plugin file, it runs ok ...

What's the differnce ?
What i'm doing wrong ?

Best Regards

[Updated on: Mon, 07 November 2011 15:32]

Report message to a moderator

Previous Topic:Show intro on new version first launch
Next Topic:TreeViewer with individual cell control
Goto Forum:
  


Current Time: Thu Apr 18 22:50:14 GMT 2024

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

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

Back to the top