Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » App error please(App error please)
App error please [message #905283] Thu, 30 August 2012 04:30 Go to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
Please kindly here is below errror please help me.

I am working on Re Structure of tool application on eclipse rcp.

Eclipse for RCP and RAP Developers,Version: Juno Release
Build id: 20120614-1722 IDE.

!SESSION 2012-08-30 09:52:00.724 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product _Tool.product
Command-line arguments: -product _Tool.product -data E:\Explorer/../runtime-xxxConfigurator.product -dev file:E:/Explorer/.metadata/.plugins/org.eclipse.pde.core/xxxx Configurator.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.app 0 0 2012-08-30 09:52:01.666
!MESSAGE Product xxxr_Tool.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2012-08-30 09:52:01.714
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
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:368)
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:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
--------------------------
Src folder:- It contains several java classes

xxx.product, here below product info...

Dependencies:-

<plugin id="com.ibm.icu"/>
<plugin id="javax.servlet"/>
<plugin id="org.eclipse.core.commands"/>
<plugin id="org.eclipse.core.contenttype"/>
<plugin id="org.eclipse.core.databinding"/>
<plugin id="org.eclipse.core.databinding.observable"/>
<plugin id="org.eclipse.core.databinding.property"/>
<plugin id="org.eclipse.core.expressions"/>
<plugin id="org.eclipse.core.jobs"/>
<plugin id="org.eclipse.core.runtime"/>
<plugin id="org.eclipse.core.runtime.compatibility.auth"/>
<plugin id="org.eclipse.equinox.app"/>
<plugin id="org.eclipse.equinox.app.source"/>
<plugin id="org.eclipse.equinox.common"/>
<plugin id="org.eclipse.equinox.ds"/>
<plugin id="org.eclipse.equinox.ds.source"/>
<plugin id="org.eclipse.equinox.launcher"/>
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86" fragment="true"/>
<plugin id="org.eclipse.equinox.preferences"/>
<plugin id="org.eclipse.equinox.registry"/>
<plugin id="org.eclipse.equinox.util"/>
<plugin id="org.eclipse.equinox.util.source"/>
<plugin id="org.eclipse.help"/>
<plugin id="org.eclipse.jface"/>
<plugin id="org.eclipse.jface.databinding"/>
<plugin id="org.eclipse.osgi"/>
<plugin id="org.eclipse.osgi.services"/>
<plugin id="org.eclipse.osgi.services.source"/>
<plugin id="org.eclipse.rcp"/>
<plugin id="org.eclipse.rcp.source"/>
<plugin id="org.eclipse.swt"/>
<plugin id="org.eclipse.swt.win32.win32.x86" fragment="true"/>
<plugin id="org.eclipse.ui"/>
<plugin id="org.eclipse.ui.workbench"/>
----------------------------------------------------------
Configuration:-

Org.eclipse.core.runtime
org.eclipse.equinox.common
org.eclipse.osgi
-----------------------------------------------------
Meta-inf ,MANIFEST.MF

Dependencies:-

org.eclipse.ui
org.eclipse.core.runtime
-------------------------------------------------
Manifest.mf

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: _Tool; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: _tool.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: %Bundle-Vendor
Eclipse-LazyStart: true
Eclipse-AutoStart: true
------------------------------------------------
build.properties
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
splash.bmp,\
.classpath,\
.project,\
.settings/,\
bin/,\
build.properties,\
xxx.product,\
OSGI-INF/l10n/bundle.properties
src.includes = Output/,\
res/
----------------------------
Config.ini file.....


#This configuration file was written by: org.eclipse.equinox.internal.frameworkadmin.equinox.EquinoxFwConfigFileParser
#Wed Aug 29 11:20:20 IST 2012
org.eclipse.update.reconcile=false
eclipse.p2.profile=epp.package.rcp
osgi.instance.area.default=@user.home/workspace
osgi.framework=file\:plugins/org.eclipse.osgi_3.8.0.v20120529-1548.jar
equinox.use.ds=true
eclipse.buildId=I20120608-1400
osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.300.v20110815-1744.jar@1\:start
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info
eclipse.product=org.eclipse.platform.ide
osgi.splashPath=platform\:/base/plugins/org.eclipse.platform
osgi.framework.extensions=
osgi.bundles.defaultStartLevel=4
eclipse.p2.data.area=@config.dir/../p2/
eclipse.application=org.eclipse.ui.ide.workbench
-----------------------------



Re: App error please [message #905472 is a reply to message #905283] Thu, 30 August 2012 12:47 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

Check your launch configurations, try using the "launch Eclipse Application" from the product file.

Also please read through some of the tutorials listed below.
http://www.vogella.com/categories/eclipse/eclipsercpandplugindevelopment.html
http://wiki.eclipse.org/Rich_Client_Platform


JD
Re: App error please [message #905807 is a reply to message #905472] Fri, 31 August 2012 05:21 Go to previous messageGo to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
I developed another application based on your web tutorials but following here occured Eclipse Juno IDE, please help me.

org.osgi.framework.BundleException: The bundle "org.eclipse.core.runtime_3.8.0.v20120521-2346 [7]" could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.equinox.app; bundle-version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1177)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
Re: App error please [message #905893 is a reply to message #905472] Fri, 31 August 2012 09:11 Go to previous messageGo to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
Please help me reg this please...

When ever adding Product -> Dependencies add plug-in selection unable to pop up below plug ins...

Validation

The following problems were detected:

org.eclipse.equinox.ds
org.eclipse.equinox.internal.util.event
org.eclipse.equinox.internal.util.hash
org.eclipse.equinox.internal.util.pool
org.eclipse.equinox.internal.util.ref
org.eclipse.equinox.internal.util.threadpool
org.eclipse.equinox.internal.util.timer

-----------------

Here is my application error so please kindly help me.

!SESSION 2012-08-31 14:20:40.972 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product de.vogella.rcp.intro.first.product
Command-line arguments: -product de.vogella.rcp.intro.first.product -data C:\esctool/../runtime-de.vogella.rcp.intro.first.product -dev file:C:/esctool/.metadata/.plugins/org.eclipse.pde.core/de.vogella.rcp.intro.first.product/dev.properties -os win32 -ws win32 -arch x86 -consoleLog

!ENTRY org.eclipse.equinox.ds 4 0 2012-08-31 14:20:41.602
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.ds_1.4.0.v20120522-1841 [589]" could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1177)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

!ENTRY org.eclipse.equinox.app 0 0 2012-08-31 14:20:41.983
!MESSAGE Product de.vogella.rcp.intro.first.product could not be found.

!ENTRY org.eclipse.osgi 4 0 2012-08-31 14:20:42.001
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.ds_1.4.0.v20120522-1841.jar was not resolved.

!ENTRY org.eclipse.osgi 2 0 2012-08-31 14:20:42.027
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-31 14:20:42.027
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.ui_3.103.0.v20120521-2329.jar was not resolved.
!SUBENTRY 2 org.eclipse.ui 2 0 2012-08-31 14:20:42.027
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-31 14:20:42.027
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.ds_1.4.0.v20120522-1841.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.027
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.timer_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.028
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=OSGi/Minimum)(version=1.2))(&(osgi.ee=CDC/Foundation)(version=1.1))(&(osgi.ee=JavaSE)(version=1.4)))".
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.028
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.pool_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.028
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.event_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.028
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.hash_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.028
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.threadpool_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.028
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.ref_1.0.0.

!ENTRY org.eclipse.osgi 2 0 2012-08-31 14:20:42.038
!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 2012-08-31 14:20:42.038
!MESSAGE Bundle de.vogella.rcp.intro.first_1.0.0.qualifier [30] was not resolved.
!SUBENTRY 2 de.vogella.rcp.intro.first 2 0 2012-08-31 14:20:42.038
!MESSAGE Missing required bundle org.eclipse.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-31 14:20:42.038
!MESSAGE Bundle org.eclipse.ui_3.103.0.v20120521-2329 [46] was not resolved.
!SUBENTRY 2 org.eclipse.ui 2 0 2012-08-31 14:20:42.039
!MESSAGE Missing required bundle org.eclipse.ui.workbench_[3.103.0,4.0.0).
!SUBENTRY 2 org.eclipse.ui 2 0 2012-08-31 14:20:42.039
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-31 14:20:42.039
!MESSAGE Bundle org.eclipse.ui.workbench_3.103.0.v20120530-1824 [65] was not resolved.
!SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-08-31 14:20:42.039
!MESSAGE Missing required bundle org.eclipse.e4.ui.workbench.swt_0.9.1.
!SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-08-31 14:20:42.039
!MESSAGE Missing imported package org.eclipse.e4.ui.internal.workbench.renderers.swt_0.0.0.
!SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-08-31 14:20:42.040
!MESSAGE Missing imported package org.eclipse.e4.ui.internal.workbench.swt_0.0.0.
!SUBENTRY 2 org.eclipse.ui.workbench 2 0 2012-08-31 14:20:42.040
!MESSAGE Missing imported package org.eclipse.e4.ui.workbench.renderers.swt_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-31 14:20:42.040
!MESSAGE Bundle org.eclipse.e4.ui.workbench.swt_0.10.1.v20120525-2014 [86] was not resolved.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.swt 2 0 2012-08-31 14:20:42.040
!MESSAGE Missing required bundle org.eclipse.equinox.ds_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-31 14:20:42.040
!MESSAGE Bundle org.eclipse.equinox.ds_1.4.0.v20120522-1841 [589] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.040
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.event_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.040
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.hash_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.041
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.pool_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.041
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.ref_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.041
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.threadpool_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.041
!MESSAGE Missing imported package org.eclipse.equinox.internal.util.timer_1.0.0.
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.041
!MESSAGE Missing imported package org.apache.felix.scr_[1.6.0,1.7.0).
!SUBENTRY 2 org.eclipse.equinox.ds 2 0 2012-08-31 14:20:42.041
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=OSGi/Minimum)(version=1.2))(&(osgi.ee=CDC/Foundation)(version=1.1))(&(osgi.ee=JavaSE)(version=1.4)))".
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-08-31 14:20:42.041
!MESSAGE Bundle org.eclipse.e4.ui.workbench.renderers.swt_0.10.1.v20120523-1955 [703] was not resolved.
!SUBENTRY 2 org.eclipse.e4.ui.workbench.renderers.swt 2 0 2012-08-31 14:20:42.042
!MESSAGE Missing required bundle org.eclipse.e4.ui.workbench.swt_0.9.0.

!ENTRY org.eclipse.osgi 4 0 2012-08-31 14:20:42.048
!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)
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:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)










Re: App error please [message #905957 is a reply to message #905893] Fri, 31 August 2012 11:11 Go to previous messageGo to next message
RP Mar is currently offline RP MarFriend
Messages: 68
Registered: August 2012
Member
I designed and developed applications now running very good with company logo.
Re: App error please [message #1235210 is a reply to message #905957] Thu, 23 January 2014 20:40 Go to previous messageGo to next message
Eric Widhalm is currently offline Eric WidhalmFriend
Messages: 4
Registered: January 2014
Junior Member
I have the same problem. Do you remember how you fixed it?
Re: App error please [message #1250540 is a reply to message #905893] Wed, 19 February 2014 10:34 Go to previous message
Govind Katkamwar is currently offline Govind KatkamwarFriend
Messages: 1
Registered: February 2014
Junior Member
Hi, I'm facing same issue with my application can tell me how you have fixed this.

Previous Topic:Icons for Markers
Next Topic:Custom filename validation after copy paste into same directory
Goto Forum:
  


Current Time: Wed Apr 24 21:56:35 GMT 2024

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

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

Back to the top