Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse hanging and freezing(Eclipse hangs and freezes on my desktop, but not my laptop)
Eclipse hanging and freezing [message #1728081] Wed, 30 March 2016 20:45 Go to next message
Dáire Fagan is currently offline Dáire FaganFriend
Messages: 5
Registered: March 2016
Junior Member
Following various YouTube videos I had thought I installed Eclipse 4.6.0 and Java on both my desktop and laptop, which both run Ubuntu 15.10 x64, the same way, but the experience is very different on one system compared to the other.

On my laptop Eclipse responds normally and I am able to create new projects, and access the preferences window fine, but on my desktop it freezes frequently (completely), or preferences or create project windows will not appear unless I move/minimize the main windows first.

The log file on my laptop is very short, and looks much like everything is working, but the log file on my desktop is much, much longer, and appears to contain errors. To try and stop Eclipse from freezing I manually removed it from /opt, and then deleted anything matching the string Java using the software centre, before using terminal to adding the webupd8team/java repo and installing oracle-java8-installer.

Could someone please perhaps make sense of what the issue may be from the log?

Forum will not allow me link to pastebin as I am new member:

!SESSION 2016-03-30 21:18:34.009 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:18:34.424
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:18:34.424
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:18:38.275
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:18:38.359
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.epp.logging.aeri.ui 2 36 2016-03-30 21:18:38.535
!MESSAGE End-point 'org.eclipse.epp.logging.aeri.ui.servers.ide' failed with exception: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. ; version: 1.100.0.v20151216-0616
!STACK 0
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:290)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:259)
    at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
    at org.apache.http.client.fluent.Executor.execute(Executor.java:206)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.IO.request(IO.java:202)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.IO.refreshConfiguration(IO.java:65)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.ServerConnection.startUp(ServerConnection.java:98)
    at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
    at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
    at java.lang.Thread.run(Thread.java:745)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
    at sun.security.validator.Validator.validate(Validator.java:260)
    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
    ... 26 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
    ... 32 more
 
!ENTRY org.eclipse.equinox.event 4 0 2016-03-30 21:19:12.639
!MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/REMOVE] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@7a3643e3 (elementId: stickyFolderRight, tags: [active], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@6315bb4, toBeRendered: false, onTop: false, visible: true, containerData: 2500, accessibilityPhrase: null), Widget=CTabFolder {}, AttName=tags, EventType=REMOVE, Position=1, OldValue=Maximized} to handler org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler@7d95a717
!STACK 0
org.eclipse.e4.core.di.InjectionException: java.lang.IllegalStateException: Application does not have an active window
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:66)
    at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler$1.run(UIEventObjectSupplier.java:56)
    at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:234)
    at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    at org.eclipse.swt.widgets.Display.syncExec(Display.java:4646)
    at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    at org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler.handleEvent(UIEventObjectSupplier.java:53)
    at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:85)
    at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
    at org.eclipse.emf.common.notify.impl.NotifyingListImpl.remove(NotifyingListImpl.java:725)
    at org.eclipse.emf.common.util.AbstractEList.remove(AbstractEList.java:462)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.subscribeTopicToBeRendered(PartRenderingEngine.java:166)
    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:56)
    at org.eclipse.e4.core.di.internal.extensions.EventObjectSupplier$DIEventHandler.handleEvent(EventObjectSupplier.java:80)
    at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:201)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:85)
    at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:60)
    at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:303)
    at org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon$2.run(CleanupAddon.java:317)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:183)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3807)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3446)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
    at org.eclipse.jface.window.Window.open(Window.java:794)
    at org.eclipse.ui.internal.ide.ChooseWorkspaceDialog.prompt(ChooseWorkspaceDialog.java:89)
    at org.eclipse.ui.internal.ide.actions.OpenWorkspaceAction.promptForWorkspace(OpenWorkspaceAction.java:264)
    at org.eclipse.ui.internal.ide.actions.OpenWorkspaceAction.run(OpenWorkspaceAction.java:227)
    at org.eclipse.ui.internal.ide.actions.OpenWorkspaceAction$OpenDialogAction.run(OpenWorkspaceAction.java:62)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
    at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4494)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1339)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1363)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1133)
    at org.eclipse.jface.action.ActionContributionItem.lambda$8(ActionContributionItem.java:1258)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4494)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1339)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3832)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3443)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
    at org.eclipse.jface.window.Window.open(Window.java:794)
    at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211)
    at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:63)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
    at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4494)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1339)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3832)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3443)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1122)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1023)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:157)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:691)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
    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:388)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
    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:670)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:609)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1516)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1489)
Caused by: java.lang.IllegalStateException: Application does not have an active window
    at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.getActiveWindowService(ApplicationPartServiceImpl.java:44)
    at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.requestActivation(ApplicationPartServiceImpl.java:88)
    at org.eclipse.e4.ui.internal.workbench.ApplicationPartServiceImpl.requestActivation(ApplicationPartServiceImpl.java:88)
    at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.unzoom(MinMaxAddon.java:826)
    at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:372)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    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:56)
    ... 99 more
!SESSION 2016-03-30 21:19:18.366 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -data /media/daire/HDD2/Documents/eclipse_workspace/linux -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:19:18.781
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:19:18.781
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:19:21.777
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:19:21.777
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.epp.logging.aeri.ui 2 36 2016-03-30 21:19:23.176
!MESSAGE End-point 'org.eclipse.epp.logging.aeri.ui.servers.ide' failed with exception: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. ; version: 1.100.0.v20151216-0616
!STACK 0
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:290)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:259)
    at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
    at org.apache.http.client.fluent.Executor.execute(Executor.java:206)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.IO.request(IO.java:202)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.IO.refreshConfiguration(IO.java:65)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.ServerConnection.startUp(ServerConnection.java:98)
    at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
    at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
    at java.lang.Thread.run(Thread.java:745)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
    at sun.security.validator.Validator.validate(Validator.java:260)
    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
    ... 26 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
    ... 32 more
 
!ENTRY org.eclipse.ui 4 0 2016-03-30 21:20:59.895
!MESSAGE Unhandled event loop exception
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
    at org.eclipse.swt.SWT.error(SWT.java:4522)
    at org.eclipse.swt.SWT.error(SWT.java:4437)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:186)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3807)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3446)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:818)
    at org.eclipse.jface.window.Window.open(Window.java:794)
    at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:133)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
    at org.eclipse.jface.action.ActionContributionItem.lambda$4(ActionContributionItem.java:397)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4494)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1339)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3832)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3443)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1122)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1023)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:157)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:691)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
    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:388)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
    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:670)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:609)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1516)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1489)
Caused by: org.eclipse.swt.SWTException: Widget is disposed
    at org.eclipse.swt.SWT.error(SWT.java:4522)
    at org.eclipse.swt.SWT.error(SWT.java:4437)
    at org.eclipse.swt.SWT.error(SWT.java:4408)
    at org.eclipse.swt.widgets.Widget.error(Widget.java:482)
    at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:419)
    at org.eclipse.swt.widgets.Tree.getSelection(Tree.java:1706)
    at org.eclipse.jface.viewers.TreeViewer.getSelection(TreeViewer.java:228)
    at org.eclipse.jface.viewers.TreeViewer.setSelection(TreeViewer.java:299)
    at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2533)
    at org.eclipse.ui.navigator.CommonViewer.setSelectionToWidget(CommonViewer.java:437)
    at org.eclipse.jface.viewers.AbstractTreeViewer.setSelectionToWidget(AbstractTreeViewer.java:2989)
    at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1465)
    at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:354)
    at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1419)
    at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1542)
    at org.eclipse.jface.viewers.ColumnViewer.refresh(ColumnViewer.java:535)
    at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:347)
    at org.eclipse.ui.navigator.CommonViewer.refresh(CommonViewer.java:490)
    at org.eclipse.jface.viewers.StructuredViewer.refresh(StructuredViewer.java:1478)
    at org.eclipse.jface.viewers.StructuredViewer.setFilters(StructuredViewer.java:1635)
    at org.eclipse.ui.internal.navigator.NavigatorFilterService.updateViewer(NavigatorFilterService.java:270)
    at org.eclipse.ui.internal.navigator.resources.actions.WorkingSetActionProvider.setWorkingSetFilter(WorkingSetActionProvider.java:279)
    at org.eclipse.ui.internal.navigator.resources.actions.WorkingSetActionProvider.setWorkingSetFilter(WorkingSetActionProvider.java:262)
    at org.eclipse.ui.internal.navigator.resources.actions.WorkingSetActionProvider.setWorkingSet(WorkingSetActionProvider.java:309)
    at org.eclipse.ui.internal.navigator.resources.actions.WorkingSetActionProvider.initWorkingSetFilter(WorkingSetActionProvider.java:257)
    at org.eclipse.ui.internal.navigator.resources.actions.WorkingSetActionProvider$4.run(WorkingSetActionProvider.java:347)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:183)
    ... 35 more
 
!ENTRY org.eclipse.cdt.core 1 0 2016-03-30 21:21:43.974
!MESSAGE Indexed 'project1' (0 sources, 0 headers) in 0.001 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%)
!SESSION 2016-03-30 21:22:18.893 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:22:19.303
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:22:19.304
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:22:22.256
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.cdt.ui 4 0 2016-03-30 21:22:22.257
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
 
!ENTRY org.eclipse.epp.logging.aeri.ui 2 36 2016-03-30 21:22:24.065
!MESSAGE End-point 'org.eclipse.epp.logging.aeri.ui.servers.ide' failed with exception: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. ; version: 1.100.0.v20151216-0616
!STACK 0
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
    at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
    at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1509)
    at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:216)
    at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
    at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
    at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
    at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:290)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:259)
    at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:125)
    at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:319)
    at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:363)
    at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:219)
    at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
    at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
    at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
    at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
    at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
    at org.apache.http.client.fluent.Executor.execute(Executor.java:206)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.IO.request(IO.java:202)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.IO.refreshConfiguration(IO.java:65)
    at org.eclipse.epp.internal.logging.aeri.ui.m0.ServerConnection.startUp(ServerConnection.java:98)
    at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
    at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
    at java.lang.Thread.run(Thread.java:745)
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
    at sun.security.validator.Validator.validate(Validator.java:260)
    at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
    at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
    at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
    at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1491)
    ... 26 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)

        ... 32 more

[Updated on: Thu, 31 March 2016 07:58]

Report message to a moderator

Re: Eclipse hanging and freezing [message #1728111 is a reply to message #1728081] Thu, 31 March 2016 07:51 Go to previous messageGo to next message
Dáire Fagan is currently offline Dáire FaganFriend
Messages: 5
Registered: March 2016
Junior Member
After researching the errors I edited my eclipse.ini to include the 4 lines beginning -vm:

-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20151021-1308.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.300.v20151013-1129
-product
org.eclipse.epp.package.cpp.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
/usr/lib/jvm/java-8-oracle/bin/java
-Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start
-Dosgi.framework.extensions=org.eclipse.fx.osgi
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m


Although this seems to have stopped some of the errors, I just deleted my workspace using Nautilus, opened Eclipse, and the tried opening the preferences window. The preferences window only appears if I close project explorer. I just tested creating a new project and it did complete in a few seconds, but it is now hanging trying to delete the same project. I tried closing the Eclipse window, even with the timer cursor going around, and right clicking it from the launcher to select quit, but there was no response until I think I accidentally moved the entire Eclipse window, and then the dialogue prompt appeared asking me if I was sure I wanted to remove proj1. It removes fine once the window was visible.

When I select the project menu and then exit nothing happens. Only if I grab the entire window from the title bar, or close the project explorer window, does the exit dialogue appear for a split second before eclipse crashing and closes itself.

If relevant my work space is on an NTFS Windows shared drive - although Eclipse for Ubuntu has its own workspace. Log:

!SESSION 2016-03-31 08:30:44.375 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:30:44.814
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:30:44.815
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:30:47.839
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:30:47.839
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
!SESSION 2016-03-31 08:39:19.950 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:39:20.415
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:39:20.415
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:39:24.455
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:39:24.456
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.core 1 0 2016-03-31 08:39:40.794
!MESSAGE Indexed 'proj1' (0 sources, 0 headers) in 0.002 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%)
!SESSION 2016-03-31 08:42:56.037 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:42:56.475
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:42:56.475
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:42:59.623
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:42:59.623
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
!SESSION 2016-03-31 08:43:28.620 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:43:29.048
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:43:29.048
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:43:32.085
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:43:32.085
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
!SESSION 2016-03-31 08:45:16.606 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:17.028
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:17.028
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:20.130
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:20.131
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml
!SESSION 2016-03-31 08:45:27.982 -----------------------------------------------
eclipse.buildId=4.6.0.I20151209-2300
java.version=1.8.0_77
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_IE
Framework arguments:  -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi
Command-line arguments:  -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product -Dosgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.core.runtime@start -Dosgi.framework.extensions=org.eclipse.fx.osgi

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:28.409
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:28.409
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:31.555
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

!ENTRY org.eclipse.cdt.ui 4 0 2016-03-31 08:45:31.555
!MESSAGE [SCR] Component definition XMLs not found in bundle org.eclipse.cdt.ui. The component header value is OSGI-INF/consoleservice.xml

[Updated on: Thu, 31 March 2016 07:58]

Report message to a moderator

Re: Eclipse hanging and freezing [message #1728200 is a reply to message #1728111] Thu, 31 March 2016 20:15 Go to previous message
Dáire Fagan is currently offline Dáire FaganFriend
Messages: 5
Registered: March 2016
Junior Member
Upgrading to Neon 4.6.0 M6 resolved all errors, and the freezes and hangs.
Previous Topic:Java Development Tools (JDT)
Next Topic:Need to override OS file separator without changing code
Goto Forum:
  


Current Time: Sat Apr 27 01:47:35 GMT 2024

Powered by FUDForum. Page generated in 0.08028 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top