Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Unhandled event loop exception(Possible RCP bug using Kepler on Windows 7)
Unhandled event loop exception [message #1052919] Wed, 01 May 2013 07:57
Eclipse UserFriend
Installed www. eclipse. org/downloads/download.php?file=/technology/epp/downloads/release/kepler/M6/eclipse-rcp-kepler-M6-win32.zip
on Windows 7 Ultimate w/ Service Pack 1. Java is...
c:\>java -version
java version "1.7.0_03"
Java(TM) SE Runtime Environment (build 1.7.0_03-b05)
Java HotSpot(TM) Client VM (build 22.1-b02, mixed mode)

Eclipse Kepler comes up with `Welcome to Eclipse for RCP and RAP Developers' fine.
Then loaded plugins from download. vogella. com/kepler/e4tools
checked the Eclipse e4 Tools. Fine.
When I then did File -> New -> Other... -> Eclipse 4 -> Eclipse 4 Application Proj
Gave it a name, checked the `Create sample content (parts, menu etc)' and
pressed the Finish button, got three errors...
all Unhandled event loop exceptions on plug-in org.eclipse.ui

I also tried the plugin from download. eclipse. org/e4/updates/0.13/ and
download. eclipse. org/e4/updates/0.12/ with different items selected such
as both E4 CSS Spy and Eclipse e4 Tools. I also tried including other plugins.
Also tried to use e4 Juno instead of Kepler. Permutted plugins etc.
Always the same. Before I re-install, I delete the eclipse install directory and
the workspace directory to mitigate version pollution, although I did not re-boot.
Tried working with Lars Vogel via email (he was helpful) but did not resolve.
Any help would be appreciated, am running out of headache meds.
These errors are very repeatable and beginning to annoy. Here is one of the
error traces...
org.eclipse.swt.SWTException: Failed to execute runnable (org.eclipse.swt.SWTException: Widget is disposed)
at org.eclipse.swt.SWT.error(SWT.java:4392)
at org.eclipse.swt.SWT.error(SWT.java:4307)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4145)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3762)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1108)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:992)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:137)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:600)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:555)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
Caused by: org.eclipse.swt.SWTException: Widget is disposed
at org.eclipse.swt.SWT.error(SWT.java:4392)
at org.eclipse.swt.SWT.error(SWT.java:4307)
at org.eclipse.swt.SWT.error(SWT.java:4278)
at org.eclipse.swt.widgets.Widget.error(Widget.java:472)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:344)
at org.eclipse.swt.widgets.Text.setText(Text.java:2234)
at org.eclipse.pde.internal.ui.parts.FormEntry.setValue(FormEntry.java:298)
at org.eclipse.pde.internal.ui.parts.FormEntry.setValue(FormEntry.java:311)
at org.eclipse.pde.internal.ui.editor.plugin.PluginGeneralInfoSection.refresh(PluginGeneralInfoSection.java:179)
at org.eclipse.ui.forms.ManagedForm.doRefresh(ManagedForm.java:206)
at org.eclipse.ui.forms.ManagedForm.access$0(ManagedForm.java:201)
at org.eclipse.ui.forms.ManagedForm$1.run(ManagedForm.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
... 23 more
I have uploaded additional debug file
  • Attachment: errors.pdf
    (Size: 483.08KB, Downloaded 500 times)
Previous Topic:How to enable/disable the commands
Next Topic:Problem in ClassLoading
Goto Forum:
  


Current Time: Thu Mar 27 23:57:58 EDT 2025

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

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

Back to the top