Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Error from PDE creating new toolchain
Error from PDE creating new toolchain [message #216634] Tue, 27 May 2008 14:53
Eclipse UserFriend
Originally posted by: xxx.yyy.zz

Hi,
I'm reading MBS document and creating a new toolchain PDE project.
When I run as Eclipse Application to test the ProjectType I receive the
errors:

!SESSION 2008-05-27
20:50:31.593 -----------------------------------------------

eclipse.buildId=I20070625-1500

java.version=1.6.0_05

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT

Framework arguments: -product org.eclipse.sdk.ide

Command-line arguments: -product org.eclipse.sdk.ide -data
C:\Progetti\iar/../runtime-EclipseApplication -dev
file:C:/Progetti/iar/.metadata/.plugins/org.eclipse.pde.core /Eclipse
Application/dev.properties -os win32 -ws win32 -arch x86


!ENTRY org.eclipse.osgi 4 0 2008-05-27 20:50:34.798

!MESSAGE Error installing bundle:
reference:file:plugins/org.eclipse.equinox.common_3.3.0.v200 70426.jar/

!STACK 0

org.osgi.framework.BundleException: Bundle "org.eclipse.equinox.common"
version "3.3.0.v20070426" has already been installed from:
update@plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar

at
org.eclipse.osgi.framework.internal.core.Framework.createAnd VerifyBundle(Framework.java:642)

at
org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(Framework.java:909)

at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:824)

at java.security.AccessController.doPrivileged(Native Method)

at
org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.java:875)

at
org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.java:819)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(BundleContextImpl.java:229)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:1064)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:621)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:303)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:172)

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: 508)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)

at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

at org.eclipse.equinox.launcher.Main.main(Main.java:1148)


!ENTRY org.eclipse.osgi 4 0 2008-05-27 20:50:34.828

!MESSAGE Error installing bundle:
reference:file:plugins/org.eclipse.core.runtime_3.3.100.v200 70530.jar/

!STACK 0

org.osgi.framework.BundleException: Bundle "org.eclipse.core.runtime"
version "3.3.100.v20070530" has already been installed from:
update@plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar

at
org.eclipse.osgi.framework.internal.core.Framework.createAnd VerifyBundle(Framework.java:642)

at
org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(Framework.java:909)

at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:824)

at java.security.AccessController.doPrivileged(Native Method)

at
org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.java:875)

at
org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.java:819)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(BundleContextImpl.java:229)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:1064)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:621)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:303)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:172)

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: 508)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)

at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

at org.eclipse.equinox.launcher.Main.main(Main.java:1148)


!ENTRY org.eclipse.osgi 4 0 2008-05-27 20:50:35.859

!MESSAGE Application error

!STACK 1

java.lang.IllegalStateException: Unable to acquire application service.
Ensure that the org.eclipse.core.runtime bundle is resolved and started (see
config.ini).

at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:72)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:363)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:176)

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: 508)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)

at org.eclipse.equinox.launcher.Main.run(Main.java:1173)

at org.eclipse.equinox.launcher.Main.main(Main.java:1148)


Please, can you explain them?
Thanks
--
SteM
Previous Topic:Whare is the database of the indexer
Next Topic:Advice on CDT C++ project configuration
Goto Forum:
  


Current Time: Sun Jun 08 12:43:06 EDT 2025

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

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

Back to the top