Eclipse Nach Update von Indigo auf Juno startet Eclipse nicht mehr

phiLue

Mitglied
Moin zusammen,

ich habe soeben mal mein System von Indigo auf Juno updaten wollen und das hatte soweit auch alles ganz gut geklappt. Nur leider startet mein Eclipse nun garnicht mehr, stattdessen wird auf das Log verwiesen. Ich poste einfach mal das komplette Log. Hoffe mir kann hierbei jemand helfen, denn ich weiß hier nicht weiter .__.

Hatte schon gelesen das man mit dem aufruf "-clean" dies in einigen Fällen lösen könnte, hat bei mir aber nichts gebracht. Auch ein Ordner namens ".snap" sollte gelöscht werden, allerdings existierte dieser garnicht.

Das Log poste ich im nächsten Eintrag weil mir hier die durch das Forum vorgegeben Zeichenbegrenzung einen Strich durch die Rechnung macht. Ich bitte um euer Verständnis.

Vielen Dank schonmal an euch 🙂
 
Code:
Unable to create class 'org.eclipse.e4.core.commands.CommandServiceAddon' from bundle '287'
!STACK 0
org.eclipse.e4.core.di.InjectionException: java.lang.ClassCastException
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63)
	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:859)
	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:111)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:319)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:253)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:185)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:49)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:254)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:557)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	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(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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)
Caused by: java.lang.ClassCastException
	at java.lang.Class.cast(Class.java:2990)
	at org.eclipse.e4.core.internal.contexts.EclipseContext.get(EclipseContext.java:566)
	at org.eclipse.e4.core.commands.CommandServiceAddon.init(CommandServiceAddon.java:30)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
	... 26 more

!ENTRY org.eclipse.e4.ui.workbench 4 0 2012-10-10 15:06:20.466
!MESSAGE Unable to create class 'org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon' from bundle '300'
!STACK 0
org.eclipse.e4.core.di.InjectionException: Unable to process "CommandProcessingAddon.commandService": no actual value was found for the argument "ECommandService".
	at org.eclipse.e4.core.internal.di.InjectorImpl.reportUnresolvedArgument(InjectorImpl.java:394)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:385)
	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:100)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:319)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:253)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:185)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:49)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:254)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:557)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	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(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2012-10-10 15:06:20.472
!MESSAGE Unable to create class 'org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon' from bundle '304'
!STACK 0
org.eclipse.e4.core.di.InjectionException: Unable to process "BindingProcessingAddon.commandService": no actual value was found for the argument "ECommandService".
	at org.eclipse.e4.core.internal.di.InjectorImpl.reportUnresolvedArgument(InjectorImpl.java:394)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:385)
	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:100)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:319)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:253)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:185)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:49)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:254)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:557)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	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(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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)

!ENTRY org.eclipse.e4.ui.workbench 4 0 2012-10-10 15:06:20.492
!MESSAGE Unable to create class 'org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler' from bundle '302'
!STACK 0
org.eclipse.e4.core.di.InjectionException: Unable to process "CocoaUIHandler.commandService": no actual value was found for the argument "ECommandService".
	at org.eclipse.e4.core.internal.di.InjectorImpl.reportUnresolvedArgument(InjectorImpl.java:394)
	at org.eclipse.e4.core.internal.di.InjectorImpl.resolveRequestorArgs(InjectorImpl.java:385)
	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:100)
	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:319)
	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:253)
	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:185)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:105)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:49)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:254)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:557)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	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(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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)

!ENTRY org.eclipse.osgi 2 0 2012-10-10 15:06:20.839
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.840
!MESSAGE Bundle reference:file:plugins/org.eclipse.xtend.typesystem.uml2_1.0.1.yatta-patch-201202160321.jar was not resolved.
!SUBENTRY 2 org.eclipse.xtend.typesystem.uml2 2 0 2012-10-10 15:06:20.840
!MESSAGE Missing required bundle org.eclipse.uml2.uml.resources_[3.1.0,4.0.0).

!ENTRY org.eclipse.osgi 2 0 2012-10-10 15:06:20.937
!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-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.equinox.http.jetty_2.0.100.v20110502 [378] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.axis.consumption.ui_1.0.505.v201004211805 [582] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.axis.consumption.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_[1.1.0,1.2.0).
!SUBENTRY 2 org.eclipse.jst.ws.axis.consumption.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_[1.0.100,1.1.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.axis.creation.ui_1.0.700.v201104070312 [583] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.axis.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_[1.1.300,1.2.0).
!SUBENTRY 2 org.eclipse.jst.ws.axis.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_[1.0.100,1.1.0).
!SUBENTRY 2 org.eclipse.jst.ws.axis.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis.consumption.ui_[1.0.101,1.1.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.axis2.consumption.core_1.0.105.v201004211805 [586] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.consumption.core 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.consumption.core 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.consumption.core 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis2.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.axis2.consumption.ui_1.0.103.v201004211805 [587] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.consumption.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.consumption.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.consumption.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis2.consumption.core_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.consumption.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis2.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.axis2.creation.core_1.0.106.v201004211805 [589] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.creation.core 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis2.consumption.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.axis2.creation.ui_1.0.104.v201004211805 [590] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis2.creation.core_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis2.consumption.ui_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.axis2.consumption.core_0.0.0.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.creation.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.axis2.ui_1.0.303.v201003110431 [591] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.axis2.ui 2 0 2012-10-10 15:06:20.938
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.938
!MESSAGE Bundle org.eclipse.jst.ws.consumption.ui_1.1.402.v201201250306 [595] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.consumption.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.wst.ws.explorer_[1.0.101,1.1.0).
!SUBENTRY 2 org.eclipse.jst.ws.consumption.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_[1.0.100,1.1.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.jst.ws.creation.ejb.ui_1.0.201.v201004211805 [597] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.creation.ejb.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_[1.1.0,1.2.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.jst.ws.creation.ui_1.0.609.v201103082016 [598] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.creation.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.wst.ws.explorer_[1.0.101,1.1.0).
!SUBENTRY 2 org.eclipse.jst.ws.creation.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_[1.0.100,1.1.0).
!SUBENTRY 2 org.eclipse.jst.ws.creation.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_[1.1.0,1.2.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.jst.ws.cxf.consumption.ui_1.0.0.v201003222311 [600] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.cxf.consumption.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_[1.1.0,1.2.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.jst.ws.cxf.creation.ui_1.0.100.v201104022153 [603] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.cxf.creation.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_[1.1.0,1.2.0).
!SUBENTRY 2 org.eclipse.jst.ws.cxf.creation.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.cxf.consumption.ui_[1.0.0,1.1.0).
!SUBENTRY 2 org.eclipse.jst.ws.cxf.creation.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.creation.ui_[1.0.305,1.1.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.jst.ws.uddiregistry_1.0.500.v201004211805 [620] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.uddiregistry 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_[1.0.100,1.1.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.jst.ws.ui_1.0.403.v201004211805 [621] was not resolved.
!SUBENTRY 2 org.eclipse.jst.ws.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.wst.ws.explorer_[1.0.204,1.1.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.ocl.uml_3.1.0.v20110913-1213 [703] was not resolved.
!SUBENTRY 2 org.eclipse.ocl.uml 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.uml2.uml_[3.0.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.uml2.uml_3.2.100.yatta-patch-201202160321 [836] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.wst.server.preview_1.1.100.v20091208 [926] was not resolved.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.wst.ws.explorer_1.0.607.v201103082002 [946] was not resolved.
!SUBENTRY 2 org.eclipse.wst.ws.explorer 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.equinox.http.jetty_[1.0.0,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.xtend.typesystem.uml2_1.0.1.yatta-patch-201202160321 [1004] was not resolved.
!SUBENTRY 2 org.eclipse.xtend.typesystem.uml2 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.uml2.uml_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.xtend.typesystem.uml2 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.uml2.uml.resources_[3.1.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.939
!MESSAGE Bundle org.eclipse.xtend.typesystem.uml2.ui_1.0.1.yatta-patch-201202160321 [1005] was not resolved.
!SUBENTRY 2 org.eclipse.xtend.typesystem.uml2.ui 2 0 2012-10-10 15:06:20.939
!MESSAGE Missing required bundle org.eclipse.uml2.uml_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.xtend.typesystem.uml2.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.eclipse.xtend.typesystem.uml2_[1.0.0,2.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.940
!MESSAGE Bundle org.jboss.tools.ws.core_1.3.1.v20120715-0303-H143-Final [1153] was not resolved.
!SUBENTRY 2 org.jboss.tools.ws.core 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_1.1.400.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.940
!MESSAGE Bundle org.jboss.tools.ws.creation.core_1.3.1.v20120715-0303-H143-Final [1154] was not resolved.
!SUBENTRY 2 org.jboss.tools.ws.creation.core 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.jboss.tools.ws.core_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.940
!MESSAGE Bundle org.jboss.tools.ws.creation.ui_1.3.1.v20120715-0303-H143-Final [1155] was not resolved.
!SUBENTRY 2 org.jboss.tools.ws.creation.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.eclipse.jst.ws.consumption.ui_1.1.400.
!SUBENTRY 2 org.jboss.tools.ws.creation.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.eclipse.jst.ws.ui_1.0.403.
!SUBENTRY 2 org.jboss.tools.ws.creation.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.jboss.tools.ws.creation.core_0.0.0.
!SUBENTRY 2 org.jboss.tools.ws.creation.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.jboss.tools.ws.core_0.0.0.
!SUBENTRY 2 org.jboss.tools.ws.creation.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.eclipse.jst.ws.creation.ui_1.0.609.
!SUBENTRY 2 org.jboss.tools.ws.creation.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.jboss.tools.ws.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2012-10-10 15:06:20.940
!MESSAGE Bundle org.jboss.tools.ws.ui_1.3.1.v20120715-0303-H143-Final [1158] was not resolved.
!SUBENTRY 2 org.jboss.tools.ws.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.jboss.tools.ws.core_0.0.0.
!SUBENTRY 2 org.jboss.tools.ws.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing required bundle org.jboss.tools.ws.creation.core_0.0.0.
!SUBENTRY 2 org.jboss.tools.ws.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing imported package org.jboss.tools.ws.creation.core.commands_0.0.0.
!SUBENTRY 2 org.jboss.tools.ws.ui 2 0 2012-10-10 15:06:20.940
!MESSAGE Missing imported package org.jboss.tools.ws.creation.core.data_0.0.0.

!ENTRY org.eclipse.osgi 4 0 2012-10-10 15:06:20.940
!MESSAGE Application error
!STACK 1
java.lang.NullPointerException
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.processHierarchy(E4Workbench.java:172)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.init(E4Workbench.java:118)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.<init>(E4Workbench.java:69)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:302)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:557)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	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(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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)
 
Was passiert wenn du mit [c]-data c:\dein\neuer\workspace[/c] einen neuen Workspace einrichtest?
 
Habe ich so eben probiert, leider immernoch selber Fehler :/

Anbei sollte ich vllt noch erwähnen, dass das System auf dem Eclipse läuft ein Mac mit SnowLeopard ist.
 

Zurück
Oben