Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1490968 Details for
Bug 1636635
Eclipse NPE on restart after installing Spring Tool Suite from Marketplace
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Eclipse successful log
.log (text/plain), 22.30 KB, created by
space88man
on 2018-10-06 02:54:14 UTC
(
hide
)
Description:
Eclipse successful log
Filename:
MIME Type:
Creator:
space88man
Created:
2018-10-06 02:54:14 UTC
Size:
22.30 KB
patch
obsolete
>!SESSION 2018-10-06 10:37:38.445 ----------------------------------------------- >eclipse.buildId=4.9.0.v20180912-1831 >java.version=1.8.0_181 >java.vendor=Oracle Corporation >BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US >Command-line arguments: -data file:/home/Projects/test-workspace/ -os linux -ws gtk -arch x86_64 > >!ENTRY org.eclipse.equinox.event 4 0 2018-10-06 10:37:44.855 >!MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/css/swt/theme/ThemeManager/themeChanged] {themeEngine=org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine@57fc6759, theme=Theme [id=org.eclipse.e4.ui.css.theme.e4_default, label='Light', osVersion=null], restore=false, device=org.eclipse.swt.widgets.Display@304068} to handler org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler@33a7331 >!STACK 0 >org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException > at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:68) > at org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(EventObjectSupplier.java:91) > at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:204) > at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:199) > at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) > at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233) > at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) > at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:138) > at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:81) > at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:42) > at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.sendThemeChangeEvent(ThemeEngine.java:510) > at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:489) > at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:419) > at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.setTheme(ThemeEngine.java:411) > at org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngine.restore(ThemeEngine.java:588) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.setCSSTheme(PartRenderingEngine.java:1442) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.initializeStyling(PartRenderingEngine.java:1349) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1066) > 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:628) > 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:199) > 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.NullPointerException > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeCssThemeChanged(PartRenderingEngine.java:383) > 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) > ... 38 more > >!ENTRY org.eclipse.e4.ui.workbench.swt 4 2 2018-10-06 10:37:44.884 >!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.swt". >!STACK 0 >java.lang.NullPointerException > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.getRenderer(PartRenderingEngine.java:1044) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1011) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:675) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:781) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:752) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:746) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:730) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1099) > 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:628) > 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:199) > 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) > >!ENTRY org.eclipse.e4.ui.workbench 4 0 2018-10-06 10:37:44.892 >!MESSAGE Exception occurred while rendering: IDEWindow=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@748904e8 (tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 1934, y: 61, width: 1367, height: 1312) >!STACK 0 >java.lang.NullPointerException > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.getRenderer(PartRenderingEngine.java:1044) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:1011) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:675) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:781) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:752) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:746) > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:730) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1099) > 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:628) > 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:199) > 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) > >!ENTRY org.eclipse.osgi 4 0 2018-10-06 10:37:44.953 >!MESSAGE Application error >!STACK 1 >java.lang.NullPointerException > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1106) > 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:628) > 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:199) > 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) >!SESSION 2018-10-06 10:47:25.640 ----------------------------------------------- >eclipse.buildId=4.9.0.I20180906-0745 >java.version=1.8.0_181 >java.vendor=Oracle Corporation >BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US >Framework arguments: -product org.eclipse.epp.package.java.product >Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.582 >!MESSAGE Removing part descriptor with the 'org.python.pydev.navigator.view' id and the 'PyDev Package Explorer' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.593 >!MESSAGE Removing part descriptor with the 'com.python.pydev.ui.hierarchy.PyHierarchyView' id and the 'Hierarchy View' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.593 >!MESSAGE Removing part descriptor with the 'com.python.pydev.analysis.indexview.PyIndexView' id and the 'Index View' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.594 >!MESSAGE Removing part descriptor with the 'org.python.pydev.views.PyCodeCoverageView' id and the 'Code Coverage' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.594 >!MESSAGE Removing part descriptor with the 'org.python.pydev.debug.profile.ProfileView' id and the 'Profile (PyVmMonitor)' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.595 >!MESSAGE Removing part descriptor with the 'org.python.pydev.views.ReferrersView' id and the 'Referrers View' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.595 >!MESSAGE Removing part descriptor with the 'org.python.pydev.views.CurrentExceptionView' id and the 'Caught Exceptions' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.596 >!MESSAGE Removing part descriptor with the 'org.python.pydev.debug.pyunit.pyUnitView' id and the 'PyUnit' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.600 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.internet.monitor.view' id and the 'TCP/IP Monitor' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.601 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.server.ui.ServersView' id and the 'Servers' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.602 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.jsdt.ui.TypeHierarchy' id and the 'Hierarchy' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.603 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.jsdt.ui.PackageExplorer' id and the 'Script Explorer' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.603 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.jsdt.callhierarchy.view' id and the 'Call Hierarchy' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.604 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.jsdt.ui.SourceView' id and the 'Declaration' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.605 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.jsdt.ui.JavadocView' id and the 'Documentation' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.605 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.xml.views.XPathView' id and the 'XPath' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.606 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.xsl.jaxp.debug.ui.resultview' id and the 'Result' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.607 >!MESSAGE Removing part descriptor with the 'org.eclipse.wst.xsl.ui.view.outline' id and the 'Stylesheet Model' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.608 >!MESSAGE Removing part descriptor with the 'org.eclipse.team.ccvs.ui.RepositoriesView' id and the 'CVS Repositories' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.609 >!MESSAGE Removing part descriptor with the 'org.eclipse.team.ccvs.ui.EditorsView' id and the 'CVS Editors' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.609 >!MESSAGE Removing part descriptor with the 'org.eclipse.pde.api.tools.ui.views.apitooling.views.apitoolingview' id and the 'API Tools' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.610 >!MESSAGE Removing part descriptor with the 'org.eclipse.pde.runtime.RegistryBrowser' id and the 'Plug-in Registry' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.610 >!MESSAGE Removing part descriptor with the 'org.eclipse.pde.ui.PluginsView' id and the 'Plug-ins' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.611 >!MESSAGE Removing part descriptor with the 'org.eclipse.pde.ui.DependenciesView' id and the 'Plug-in Dependencies' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.611 >!MESSAGE Removing part descriptor with the 'org.eclipse.pde.ui.TargetPlatformState' id and the 'Target Platform State' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. > >!ENTRY org.eclipse.e4.ui.workbench 2 0 2018-10-06 10:47:52.611 >!MESSAGE Removing part descriptor with the 'org.eclipse.pde.ui.ImageBrowserView' id and the 'Plug-in Image Browser' description. Points to the invalid 'bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView' class. >!SESSION 2018-10-06 10:50:56.094 ----------------------------------------------- >eclipse.buildId=4.9.0.I20180906-0745 >java.version=1.8.0_181 >java.vendor=Oracle Corporation >BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US >Framework arguments: -product org.eclipse.epp.package.java.product >Command-line arguments: -data file:/home/Projects/test-workspace/ -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product > >!ENTRY org.eclipse.jface 2 0 2018-10-06 10:51:00.961 >!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. >!SUBENTRY 1 org.eclipse.jface 2 0 2018-10-06 10:51:00.961 >!MESSAGE A conflict occurred for CTRL+SHIFT+T: >Binding(CTRL+SHIFT+T, > ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type, > Open a type in a Java editor, > Category(org.eclipse.ui.category.navigate,Navigate,null,true), > org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@433b546f, > ,,true),null), > org.eclipse.ui.defaultAcceleratorConfiguration, > org.eclipse.ui.contexts.window,,,system) >Binding(CTRL+SHIFT+T, > ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace, > , > Category(org.eclipse.lsp4e.category,Language Servers,null,true), > org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@9de1b85, > ,,true),null), > org.eclipse.ui.defaultAcceleratorConfiguration, > org.eclipse.ui.contexts.window,,,system)
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 1636635
:
1490967
| 1490968