Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 276414 Details for
Bug 540484
Lots of class not found exception if I start a runtime Eclipse with jdt.core
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
Full error log without EGit present in runtime Eclipse
jdt-errorlog-without-egit.txt (text/plain), 31.13 KB, created by
Lars Vogel
on 2018-10-29 12:00:50 EDT
(
hide
)
Description:
Full error log without EGit present in runtime Eclipse
Filename:
MIME Type:
Creator:
Lars Vogel
Created:
2018-10-29 12:00:50 EDT
Size:
31.13 KB
patch
obsolete
>!SESSION 2018-10-29 16:53:12.214 ----------------------------------------------- >eclipse.buildId=4.10.0.I20181023-1200 >java.version=1.8.0_161 >java.vendor=Oracle Corporation >BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US >Framework arguments: -product org.eclipse.sdk.ide >Command-line arguments: -product org.eclipse.sdk.ide -data /home/vogella/workspace/eclipse.jdt.core/../runtime-EclipseApplication -dev file:/home/vogella/workspace/eclipse.jdt.core/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/dev.properties -os linux -ws gtk -arch x86_64 -consoleLog > >!ENTRY org.eclipse.osgi 4 0 2018-10-29 16:53:17.723 >!MESSAGE An error occurred while automatically activating bundle org.eclipse.jdt.ui (2028). >!STACK 0 >org.osgi.framework.BundleException: Error starting module. > at org.eclipse.osgi.container.Module.doStart(Module.java:593) > at org.eclipse.osgi.container.Module.start(Module.java:452) > at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:471) > at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) > at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:557) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:331) > at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395) > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:473) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:612) > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196) > at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:934) > at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246) > at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63) > at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescriptor.java:78) > at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:4259) > at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:4166) > at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:747) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) > at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001) > at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) > at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:95) > at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:77) > at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1487) > at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.java:1458) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActiveShell(WorkbenchSourceProvider.java:910) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentState(WorkbenchSourceProvider.java:118) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.lambda$2(WorkbenchSourceProvider.java:671) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1692) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1381) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1408) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1387) > at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java:1420) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1935) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:6131) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:5821) > at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:3743) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1366) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) > at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1576) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4411) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) > at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:391) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595) > at org.eclipse.equinox.launcher.Main.run(Main.java:1501) > at org.eclipse.equinox.launcher.Main.main(Main.java:1474) >Caused by: java.lang.NoClassDefFoundError: org/eclipse/jdt/core/IBufferFactory > at java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) > at java.lang.Class.getConstructor0(Class.java:3075) > at java.lang.Class.newInstance(Class.java:412) > at org.eclipse.osgi.internal.framework.BundleContextImpl.loadBundleActivator(BundleContextImpl.java:766) > at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:719) > at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1005) > at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:357) > at org.eclipse.osgi.container.Module.doStart(Module.java:584) > ... 71 more >Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.core.IBufferFactory cannot be found by org.eclipse.jdt.ui_3.16.0.v20181019-1929 > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 80 more >Root exception: >java.lang.NoClassDefFoundError: org/eclipse/jdt/core/IBufferFactory > at java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) > at java.lang.Class.getConstructor0(Class.java:3075) > at java.lang.Class.newInstance(Class.java:412) > at org.eclipse.osgi.internal.framework.BundleContextImpl.loadBundleActivator(BundleContextImpl.java:766) > at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:719) > at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1005) > at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:357) > at org.eclipse.osgi.container.Module.doStart(Module.java:584) > at org.eclipse.osgi.container.Module.start(Module.java:452) > at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:471) > at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) > at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:557) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:331) > at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395) > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:473) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:612) > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196) > at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:934) > at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246) > at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63) > at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescriptor.java:78) > at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:4259) > at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:4166) > at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:747) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) > at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001) > at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) > at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:95) > at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:77) > at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1487) > at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.java:1458) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActiveShell(WorkbenchSourceProvider.java:910) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentState(WorkbenchSourceProvider.java:118) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.lambda$2(WorkbenchSourceProvider.java:671) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1692) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1381) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1408) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1387) > at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java:1420) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1935) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:6131) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:5821) > at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:3743) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1366) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) > at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1576) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4411) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) > at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:391) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595) > at org.eclipse.equinox.launcher.Main.run(Main.java:1501) > at org.eclipse.equinox.launcher.Main.main(Main.java:1474) >Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.core.IBufferFactory cannot be found by org.eclipse.jdt.ui_3.16.0.v20181019-1929 > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 80 more >org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.JavaPerspectiveFactory. > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:216) > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:198) > at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:934) > at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246) > at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63) > at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescriptor.java:78) > at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:4259) > at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:4166) > at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:747) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) > at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001) > at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) > at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:95) > at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:77) > at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1487) > at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.java:1458) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActiveShell(WorkbenchSourceProvider.java:910) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentState(WorkbenchSourceProvider.java:118) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.lambda$2(WorkbenchSourceProvider.java:671) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1692) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1381) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1408) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1387) > at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java:1420) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1935) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:6131) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:5821) > at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:3743) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1366) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) > at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1576) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4411) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) > at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:391) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595) > at org.eclipse.equinox.launcher.Main.run(Main.java:1501) > at org.eclipse.equinox.launcher.Main.main(Main.java:1474) >Caused by: java.lang.ClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.jdt.ui (2028). > at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:126) > at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:557) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:331) > at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395) > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:473) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:612) > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196) > ... 58 more >Caused by: org.osgi.framework.BundleException: Error starting module. > at org.eclipse.osgi.container.Module.doStart(Module.java:593) > at org.eclipse.osgi.container.Module.start(Module.java:452) > at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:471) > at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) > ... 68 more >Caused by: java.lang.NoClassDefFoundError: org/eclipse/jdt/core/IBufferFactory > at java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) > at java.lang.Class.getConstructor0(Class.java:3075) > at java.lang.Class.newInstance(Class.java:412) > at org.eclipse.osgi.internal.framework.BundleContextImpl.loadBundleActivator(BundleContextImpl.java:766) > at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:719) > at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1005) > at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:357) > at org.eclipse.osgi.container.Module.doStart(Module.java:584) > ... 71 more >Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.core.IBufferFactory cannot be found by org.eclipse.jdt.ui_3.16.0.v20181019-1929 > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 80 more > >!ENTRY org.eclipse.ui 4 0 2018-10-29 16:53:17.735 >!MESSAGE Unhandled event loop exception >!STACK 0 >org.eclipse.e4.core.di.InjectionException: java.lang.RuntimeException: org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.JavaPerspectiveFactory. > at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) > at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:1001) > at org.eclipse.e4.core.internal.di.InjectorImpl.internalInject(InjectorImpl.java:139) > at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:95) > at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:77) > at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1487) > at org.eclipse.ui.internal.Workbench.getActiveWorkbenchWindow(Workbench.java:1458) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActiveShell(WorkbenchSourceProvider.java:910) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getCurrentState(WorkbenchSourceProvider.java:118) > at org.eclipse.ui.internal.services.WorkbenchSourceProvider.lambda$2(WorkbenchSourceProvider.java:671) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) > at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1692) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1381) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1408) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1387) > at org.eclipse.swt.widgets.Shell.gtk_focus_in_event(Shell.java:1420) > at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1935) > at org.eclipse.swt.widgets.Control.windowProc(Control.java:6131) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:5821) > at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) > at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:3743) > at org.eclipse.swt.widgets.Display.eventProc(Display.java:1366) > at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) > at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1576) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4411) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156) > at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:391) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:246) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595) > at org.eclipse.equinox.launcher.Main.run(Main.java:1501) > at org.eclipse.equinox.launcher.Main.main(Main.java:1474) >Caused by: java.lang.RuntimeException: org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.JavaPerspectiveFactory. > at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescriptor.java:82) > at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:4259) > at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:4166) > at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:747) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58) > ... 46 more >Caused by: org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.JavaPerspectiveFactory. > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:216) > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:198) > at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:934) > at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:246) > at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:63) > at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescriptor.java:78) > ... 54 more >Caused by: java.lang.ClassNotFoundException: An error occurred while automatically activating bundle org.eclipse.jdt.ui (2028). > at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:126) > at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:557) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:331) > at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395) > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:473) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > at org.eclipse.osgi.internal.framework.EquinoxBundle.loadClass(EquinoxBundle.java:612) > at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:196) > ... 58 more >Caused by: org.osgi.framework.BundleException: Error starting module. > at org.eclipse.osgi.container.Module.doStart(Module.java:593) > at org.eclipse.osgi.container.Module.start(Module.java:452) > at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:471) > at org.eclipse.osgi.internal.hooks.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:117) > ... 68 more >Caused by: java.lang.NoClassDefFoundError: org/eclipse/jdt/core/IBufferFactory > at java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671) > at java.lang.Class.getConstructor0(Class.java:3075) > at java.lang.Class.newInstance(Class.java:412) > at org.eclipse.osgi.internal.framework.BundleContextImpl.loadBundleActivator(BundleContextImpl.java:766) > at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:719) > at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:1005) > at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:357) > at org.eclipse.osgi.container.Module.doStart(Module.java:584) > ... 71 more >Caused by: java.lang.ClassNotFoundException: org.eclipse.jdt.core.IBufferFactory cannot be found by org.eclipse.jdt.ui_3.16.0.v20181019-1929 > at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) > at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) > at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > ... 80 more
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 540484
:
276384
| 276414