Eclipse giving Error "Unhandled event loop exception" No more handles

Joyson picture Joyson · Nov 22, 2013 · Viewed 9.9k times · Source

I am getting this error after every 1-2 mins when i open the eclipse editor.I downloaded new eclipse still i get the same error with the new eclipse installed.This has been very frustating.Does any 1 have any knowledge about it.I am using eclipse Junoenter image description here.Following is the Error that i get

![Conflicting handlers for org.eclipse.ui.edit.redo: {ActionHandler(org.eclipse.ui.operations.RedoActionHandler@2bdf75d8)} vs {ActionHandler(org.eclipse.ui.operations.RedoActionHandler@5bb1ce68)}
Conflicting handlers for org.eclipse.ui.edit.redo: {ActionHandler(org.eclipse.ui.operations.RedoActionHandler@2bdf75d8)} vs {ActionHandler(org.eclipse.ui.operations.RedoActionHandler@5bb1ce68)}
Conflicting handlers for org.eclipse.ui.edit.undo: {ActionHandler(org.eclipse.ui.operations.UndoActionHandler@30f41af6)} vs {ActionHandler(org.eclipse.ui.operations.UndoActionHandler@2eb9eee9)}][2]

Answer

user2953680 picture user2953680 · Nov 22, 2013

http://www.eclipse.org/forums/index.php/t/496362/

someone had the same bug.

some package caused his problem

or try here: http://pujansrt.blogspot.co.il/2013/03/eclipse-unhandled-event-loop-exception.html

and i read somewhere else it is a mismatch with 32bit and 64bit versions