-
-
Save webcane/e1ad9909117e7de01896 to your computer and use it in GitHub Desktop.
e4c exception: InjectionException: AssertionFailedException: null argument
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.eclipse.e4.core.di.InjectionException: org.eclipse.core.runtime.AssertionFailedException: null argument: | |
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:62) | |
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247) | |
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:225) | |
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:107) | |
at org.eclipse.e4.ui.internal.workbench.ModelAssembler.runProcessor(ModelAssembler.java:259) | |
at org.eclipse.e4.ui.internal.workbench.ModelAssembler.runProcessors(ModelAssembler.java:221) | |
at org.eclipse.e4.ui.internal.workbench.ModelAssembler.processModel(ModelAssembler.java:82) | |
at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadMostRecentModel(ResourceHandler.java:265) | |
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:435) | |
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:260) | |
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.start(E4Application.java:146) | |
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) | |
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) | |
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) | |
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:648) | |
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) | |
at org.eclipse.equinox.launcher.Main.run(Main.java:1465) | |
at org.eclipse.equinox.launcher.Main.main(Main.java:1438) | |
Caused by: org.eclipse.core.runtime.AssertionFailedException: null argument: | |
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85) | |
at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73) | |
at org.eclipse.ui.internal.util.PrefUtil.getAPIPreferenceStore(PrefUtil.java:70) | |
at org.eclipse.ui.PlatformUI.getPreferenceStore(PlatformUI.java:196) | |
at org.eclipse.ui.internal.keys.BindingPersistence.readActiveScheme(BindingPersistence.java:379) | |
at org.eclipse.ui.internal.keys.BindingPersistence.reRead(BindingPersistence.java:1377) | |
at org.eclipse.ui.internal.keys.BindingPersistence.read(BindingPersistence.java:1281) | |
at org.eclipse.ui.internal.BindingToModelProcessor.process(BindingToModelProcessor.java:64) | |
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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) | |
... 23 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment