I got this error message in Eclipse today.

alt text

Any idea what went wrong?

link|improve this question

67% accept rate
I meant to post this as a CW, but apparently that's gone now? – polygenelubricants Oct 28 '10 at 4:02
What version of Eclipse are you using? Any plugin installed? (WTP?) – VonC Oct 28 '10 at 4:09
5  
Sounds like a personal problem – Andy White Oct 28 '10 at 4:12
@VonC: Eclipse 3.6.1. Lots of plugins, including WTP 3.2.2.v201008170029-7H7AFUQDxumQGOpBqffOY2f1qxDZ. And yes, I was looking at an XML file in Eclipse when this happened. – polygenelubricants Oct 28 '10 at 4:23
You are using Eclipse. That's your problem. I get this kind of thing all the time. – Synesso Oct 28 '10 at 5:36
feedback

3 Answers

I've found that a lot of plugins break if Eclipse's file cache gets out of sync with the file system. Try doing an F5 refresh of your entire workspace and see if the problem goes away.

EDIT

My general approach with this sort of thing is to try to ignore it. IMO, it is only worth looking into the cause of problems that significantly interfere with your ability to do real work. Fortunately, most Eclipse bugs don't fall into that category ...

link|improve this answer
feedback

Some plugin has a bug that causes a NullPointerException, where the exception may even occur somewhere else in Eclipse. (I've had a similar problem with the Scala IDE breaking Java refactoring.)

You can try uninstalling suspicious plugins until the error goes away.

link|improve this answer
feedback

When this happens to me, it is usually because I renamed an xml file using Refactor-->Rename and neglected to add the .xml file extension.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.