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

phiLue

Mitglied
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)
 
M

maki

Gast
Was passiert wenn du mit [c]-data c:\dein\neuer\workspace[/c] einen neuen Workspace einrichtest?
 

phiLue

Mitglied
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.
 
Ähnliche Java Themen
  Titel Forum Antworten Datum
W Eclipse nach Java Update 8 Ant Probleme IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
P Eclipse Probleme nach Update IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T Eclipse Java Projekt funktioniert in Eclipse, aber nach export kein Dateizugriff IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
I NetBeans 15 - Strg+Z (undo) und Strg+Y (redo) funzen nicht mehr nach Start der Java-Anwendung IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
MiMa Nebtbeans Projekte nach IntelliJ IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
C if statt while nach export Runnable Jar File IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
it_is_all NetBeans EasyUML - mache alles nach Plan, kein Fenster erscheint :( IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
J Eclipse Nach Maven Einstellung -> Ordner /target im Arbeitsverzeichnis IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
R NetBeans Startet nicht nach Installation IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
M Eclipse Eclipse start Fehler nach Installation IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
F Egit-Problem nach Merge-Konflikt IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
O Eclipse Suche nach Methode in einer "referenced" Jar-Library IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 10
G Debugger in eclipse funktioniert erst nach Neustart IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
U Eclipse nach starten leer IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
B Eclipse Echtzeitsuche nach Sourcefilesnamen mit Quick Access IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
K Eclipse Android SKD nach lib-import-Versucht zerschossen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 0
K Eclipse AltGr als Alt nach Alt+Shift IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
G Eclipse, beim Debugger Objekte nach Wert durchsuchen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 8
S Eclipse Workspacename nach dem start von Eclipse anzeigen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
R Eclipse Verzeichnisstruktur nach jar-Export aus Eclipse IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
J Gui builder öffnen nach neuinstallation IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
R Eclipse eclipse (serialVersionUID) automatisch neu generieren nach Änderung IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
C [Eclipse] Rekursive Projektordner nach Inport mit Copy to Workspace IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
E Eclipse Langsamer Eclipsestart unmittelbar nach Systemstart IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
alderwaran NetBeans automatisches signieren von jar files nach build IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
H NetBeans Von Eclipse nach Netbeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
S Netbeans Projekt nach Eclipse migrieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
B Eclipse 3.4 - Automatische Deployment nach Speichern IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 11
T Subversive erkennt Projekt nicht mehr nach Import via Ant IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 14
S Eclipse: Nach Absturz lassen sich keine Dateien mehr öffnen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
T Nach Jahren mit Eclipse jetzt auch mal Netbeans IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
B Eclipse - Projekt von Windows nach Linux IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
P Nach Ant Script ein Programm aufrufen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T JUnit: nach fehlgeschlagenem Test nicht abbrechen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
G Netbeans: Anfangsklammern von Klassen nach unten setzen? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
C Eclipse nach Windows- Neuinstallation IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
T NetBeans 5.5 nach dem Gui wie weiter? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
C externe Bibliothek funktioniert nicht nach JAR-Export IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
S Eclipse, Console nach Programdurchlauf inaktiv IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
S Eclipse: Zeilensprung nach Vervollständigung IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
D Eclipse: Fehlermeldung nach dem Kompilieren IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
S Klassenuebergreifend nach text Suchen? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
M JBuilder X: Absturz nach Scrollen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 9
J Update auf Android Studio 4 klappt nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1
H Software Update funktioniert in Eclipse 4.1 nicht IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
Cody Eclipse [3.7]Update von "Release -> Maintenance Build" per Updatesite IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
P Eclipse, Fehler beim Software update IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 6
M Eclipse 3.5 - Update Site kaputt? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
X Eclipse Update Site für Intranet mit Buckminster Plugin nicht vollständig IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 7
P Eclipse Galileo 3.5.0 - Endlosschleife bei Update IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Oracle verhindert Erstellen von Update Site IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
G Eclipse Update Site aus mehreren Update Sites erstellen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
X Eclipse Update Site teilweise für lokales Intranet spiegeln IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 25
T Eclipse Update - Workaround für No repository found containing… IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
B ACHTUNG! Netbeans Update -Problem IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
T Update von Eclipse 3.4 RC3 auf RC4 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
G Update auf NetBeans 6 automatisch? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
L Eclipse 3.3.1.1 bietet kein update menüpunkt mehr an? IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 11
K Subclipse Override and Update / Override and Commit IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 2
G Update f. Netbeans 5.0 IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
M NetBeans 4.1, JDK 1.5 Update 4 - JDK Version tauschen IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
foobar Eclipse Update IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 10
Z Eclipse Autovervollständigen funktioniert nur teilweise in Eclipse EE Indigo IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
D Eclipse Indigo , geschweifte / eckige Klammer funzt nicht immer IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 4
D Eclipse 64Bit Indigo und FindBugs IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 5
Spin Eclipse Indigo IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 3
M Eclipse Eclipse Upgrade Galileo -> Indigo IDEs - Eclipse, IntelliJ IDEA, BlueJ & mehr 1

Ähnliche Java Themen

Neue Themen


Oben