4

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]
Nadeem_MK
  • 7,533
  • 7
  • 50
  • 61
Joyson
  • 1,643
  • 5
  • 28
  • 48

7 Answers7

0

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

user2953680
  • 564
  • 1
  • 5
  • 16
0

Actually it's an eclipse bug

Bug tracking eclipse

You can also find a post in stackoverflow itself Post

Community
  • 1
  • 1
Viswanath Lekshmanan
  • 9,945
  • 1
  • 40
  • 64
0

After so long this issue finally got resolved.Nothing much just scanned my system with an Antivirus.May be some virus issue that caused eclipse behave weird.

Joyson
  • 1,643
  • 5
  • 28
  • 48
0

I followed the instructions from the 1st answer in this entry, and was able to solve this issue of mine.

Hope it helps.

Community
  • 1
  • 1
Ray Meyer
  • 143
  • 12
0

In my case it was caused by "AMD Gaming Evolved", quit the program and the problem went away. So if someone gets this error - try quitting some programs, maybe there is a conflict.

MustSeeMelons
  • 737
  • 1
  • 10
  • 24
0

After you close the antivirus software and ad blocking software will be solved You can try it. close the antivirus software and ad blocking software, maybe be solved

Firefish
  • 61
  • 1
  • 2
0

I have tried various methods, for me, the problem is related to ATI video card related driver, upon removal of the ATI Catalyst, updated WindowBuilder, the problem went away. I hope this helps.

I am running on Win7, 64-bit version with dual monitors.

jozmedia
  • 61
  • 1