Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » unhandled event loop in juno and kepler(exception causing so much problem when using eclipse)
icon5.gif  unhandled event loop in juno and kepler [message #1062344] Fri, 07 June 2013 10:08 Go to next message
Muralidhar Yaragalla is currently offline Muralidhar YaragallaFriend
Messages: 38
Registered: January 2011
Location: Ponnur
Member

Hi recently i have shifted from indigo to juno. With juno there is a problem. For every 2 min it says "Unhandled Event Loop Exception" and gets shutdown. So I got irritated and downloaded "Kepler" thinking that this might have solution. But with this also it is the same problem. Is there any way to get out of this or I have to get back to "Indigo" again.

How to resolve this?


Thanks and Regards,
Muralidhar Yaragalla.
http://yaragalla.blogspot.in
Re: unhandled event loop in juno and kepler [message #1062347 is a reply to message #1062344] Fri, 07 June 2013 10:30 Go to previous messageGo to next message
Eclipse UserFriend
What's the contents of the log?
Re: unhandled event loop in juno and kepler [message #1062486 is a reply to message #1062347] Sat, 08 June 2013 04:18 Go to previous messageGo to next message
Muralidhar Yaragalla is currently offline Muralidhar YaragallaFriend
Messages: 38
Registered: January 2011
Location: Ponnur
Member

The message that gets displayed is : Unhandled event loop exception
The following is the exception stack trace:-

org.eclipse.swt.SWTError: Item not added
	at org.eclipse.swt.SWT.error(SWT.java:4423)
	at org.eclipse.swt.SWT.error(SWT.java:4312)
	at org.eclipse.swt.SWT.error(SWT.java:4283)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:472)
	at org.eclipse.swt.widgets.ToolBar.createItem(ToolBar.java:392)
	at org.eclipse.swt.widgets.ToolItem.<init>(ToolItem.java:128)
	at org.eclipse.jface.action.Separator.fill(Separator.java:67)
	at org.eclipse.jface.action.ToolBarManager.update(ToolBarManager.java:353)
	at org.eclipse.ui.internal.EditorActionBars.setVisible(EditorActionBars.java:478)
	at org.eclipse.ui.internal.EditorActionBars.setActive(EditorActionBars.java:375)
	at org.eclipse.ui.internal.EditorActionBars.activate(EditorActionBars.java:125)
	at org.eclipse.ui.internal.PartSite.activateActionBars(PartSite.java:594)
	at org.eclipse.ui.internal.EditorSite.activateActionBars(EditorSite.java:74)
	at org.eclipse.ui.internal.WorkbenchPage.updateActivations(WorkbenchPage.java:279)
	at org.eclipse.ui.internal.WorkbenchPage.access$15(WorkbenchPage.java:265)
	at org.eclipse.ui.internal.WorkbenchPage$E4PartListener.partActivated(WorkbenchPage.java:194)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$2.run(PartServiceImpl.java:183)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.firePartActivated(PartServiceImpl.java:181)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:595)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:539)
	at org.eclipse.e4.ui.internal.workbench.swt.AbstractPartRenderer.activate(AbstractPartRenderer.java:104)
	at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer$1.handleEvent(ContributedPartRenderer.java:59)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)
	at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1453)
	at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:2334)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4655)
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
	at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
	at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544)
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:80)
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4990)
	at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)
	at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:3141)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	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)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1426)



The session data is as below:-

eclipse.buildId=4.3.0.I20130526-2000
java.version=1.6.0_31
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product



Thanks and Regards,
Muralidhar Yaragalla.
http://yaragalla.blogspot.in
Re: unhandled event loop in juno and kepler [message #1062677 is a reply to message #1062486] Mon, 10 June 2013 10:52 Go to previous messageGo to next message
Muralidhar Yaragalla is currently offline Muralidhar YaragallaFriend
Messages: 38
Registered: January 2011
Location: Ponnur
Member

No way out of this? looks like eighter we have to get back to indigo or migrate to Netbeans.

Thanks and Regards,
Muralidhar Yaragalla.
http://yaragalla.blogspot.in
Re: unhandled event loop in juno and kepler [message #1062684 is a reply to message #1062677] Mon, 10 June 2013 11:26 Go to previous messageGo to next message
Eclipse UserFriend
Do you really think threatening to move to Netbeans can speed up the process? Or whining on a Monday morning because of no response from a Friday post?
Re: unhandled event loop in juno and kepler [message #1062685 is a reply to message #1062684] Mon, 10 June 2013 11:27 Go to previous messageGo to next message
Eclipse UserFriend
https://bugs.eclipse.org/bugs/show_bug.cgi?id=287508
Re: unhandled event loop in juno and kepler [message #1062811 is a reply to message #1062685] Mon, 10 June 2013 20:19 Go to previous messageGo to next message
Muralidhar Yaragalla is currently offline Muralidhar YaragallaFriend
Messages: 38
Registered: January 2011
Location: Ponnur
Member

See i don't know who you are. Why should i threaten you. Forum is a public place to discuss anything we like. I am a die hard fan of eclipse. From the very beginning of my career i am with eclipse. But this problem really hurts. for every 5 min my IDE shuts down. Really annoying and irritating. This bug is there in juno but still exist in later release as well (kepler). With this there are only 2 options eighter get back to indigo or leave eclipse. Indigo become too old now so if we can fix and move that's fine or move out of the IDE. There is no choice left. Any way i don't have intentions to threaten any one and there are no people that gets scared. The world is not filled with cowards. so don't worry too much.

IF any one found any work around please post the solution. Thanks in advance.


Thanks and Regards,
Muralidhar Yaragalla.
http://yaragalla.blogspot.in
Re: unhandled event loop in juno and kepler [message #1062819 is a reply to message #1062811] Mon, 10 June 2013 21:32 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
What platform? What extra plugins? What Java version? We've not seen any
of those in our workspaces so there must be something specific to your
system or the plugins you installed.

Tom

On 10.06.13 22:19, Muralidhar Yaragalla wrote:
> See i don't know who you are. Why should i threaten you. Forum is a
> public place to discuss anything we like. I am a die hard fan of
> eclipse. From the very beginning of my career i am with eclipse. But
> this problem really hurts. for every 5 min my IDE shuts down. Really
> annoying and irritating. This bug is there in juno but still exist in
> later release as well (kepler). With this there are only 2 options
> eighter get back to indigo or leave eclipse. Indigo become too old now
> so if we can fix and move that's fine or move out of the IDE. There is
> no choice left. Any way i don't have intentions to threaten any one and
> there are no people that gets scared. The world is not filled with
> cowards. so don't worry too much.
> IF any one found any work around please post the solution. Thanks in
> advance.
Re: unhandled event loop in juno and kepler [message #1063000 is a reply to message #1062819] Tue, 11 June 2013 17:02 Go to previous messageGo to next message
Muralidhar Yaragalla is currently offline Muralidhar YaragallaFriend
Messages: 38
Registered: January 2011
Location: Ponnur
Member

The OS is "windows 7". Java version is 1.6. No any extra plugins. First i have installed juno which started this. After that i have removed and installed kepler. Once installation is done i have added few plugins like windowbuilder and few other UML pugins and also updated the existing software. The problem still exist. so i have deleted kepler and just installed the default kepler which i downloaded from eclipse site and also i have changed the workspace but still the problem exist.

Thanks and Regards,
Muralidhar Yaragalla.
http://yaragalla.blogspot.in
Re: unhandled event loop in juno and kepler [message #1063003 is a reply to message #1063000] Tue, 11 June 2013 17:26 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Did you try pointing it to an EMPTY completely new workspace? You can
also try removing the workbench.xmi inside your workspace/.plugins/...
folder.

Tom

On 11.06.13 19:02, Muralidhar Yaragalla wrote:
> The OS is "windows 7". Java version is 1.6. No any extra plugins. First
> i have installed juno which started this. After that i have removed and
> installed kepler. Once installation is done i have added few plugins
> like windowbuilder and few other UML pugins and also updated the
> existing software. The problem still exist. so i have deleted kepler and
> just installed the default kepler which i downloaded from eclipse site
> and also i have changed the workspace but still the problem exist.
Re: unhandled event loop in juno and kepler [message #1064119 is a reply to message #1063003] Mon, 17 June 2013 17:47 Go to previous messageGo to next message
Eric Moffatt is currently offline Eric MoffattFriend
Messages: 118
Registered: July 2009
Senior Member

You may want to check to see whether or not you experience the same issues on 3.8. I'm presuming that you have verified that the exact same setup works correctly on Indigo ? it's possible that you were right on the edge of the max number of composites and Juno / Kepler *do* add a few extra layers compared to 3.x (where *everything* was a child of the Shell in what we call "the big lie").
Re: unhandled event loop in juno and kepler [message #1064126 is a reply to message #1064119] Mon, 17 June 2013 18:22 Go to previous messageGo to next message
Muralidhar Yaragalla is currently offline Muralidhar YaragallaFriend
Messages: 38
Registered: January 2011
Location: Ponnur
Member

No Message Body

Thanks and Regards,
Muralidhar Yaragalla.
http://yaragalla.blogspot.in
Re: unhandled event loop in juno and kepler [message #1064127 is a reply to message #1064126] Mon, 17 June 2013 18:22 Go to previous message
Muralidhar Yaragalla is currently offline Muralidhar YaragallaFriend
Messages: 38
Registered: January 2011
Location: Ponnur
Member

I am working on this. need to observe little bit. will post again with new findings.

Thanks and Regards,
Muralidhar Yaragalla.
http://yaragalla.blogspot.in
Previous Topic:e4 plug-in perspective creation
Next Topic:Show part title when added directly to sash container
Goto Forum:
  


Current Time: Fri Mar 29 15:27:10 GMT 2024

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

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

Back to the top