Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] NPE in when running an inner Eclipse with latest CVS

Filed as: https://bugs.eclipse.org/bugs/show_bug.cgi?id=339787

Tom
Am 12.03.11 13:35, schrieb Tom Schindl:
> Hi,
> 
> I've just updated to the latest source state from CVS and when starting
> an inner Eclipse I now get an NPE.
> 
> -------------8<-------------
>>
>> !ENTRY org.eclipse.e4.ui.workbench 2 0 2011-03-12 13:32:49.306
>> !MESSAGE Exception occurred during CocoaUI processing
>> !STACK 0
>> java.lang.NullPointerException
>> 	at org.eclipse.e4.ui.bindings.internal.BindingServiceImpl.deactivateBinding(BindingServiceImpl.java:91)
>> 	at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler.addCloseDialogBinding(CocoaUIHandler.java:432)
>> 	at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler.access$8(CocoaUIHandler.java:424)
>> 	at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler$1.run(CocoaUIHandler.java:319)
>> 	at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:179)
>> 	at org.eclipse.swt.widgets.Display.syncExec(Display.java:4599)
>> 	at org.eclipse.e4.ui.workbench.renderers.swt.cocoa.CocoaUIHandler.init(CocoaUIHandler.java:285)
>> 	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)
>> 	at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:828)
>> 	at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:108)
>> 	at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:310)
>> 	at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:237)
>> 	at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:153)
>> 	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:90)
>> 	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:64)
>> 	at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53)
>> 	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:231)
>> 	at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:531)
>> 	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>> 	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:524)
>> 	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>> 	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
>> 	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:344)
>> 	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
>> 	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:622)
>> 	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
>> 	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
>> 	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
> -------------8<-------------
> 
> Tom
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev



Back to the top