Today I came to work, happy. But when I opened my Eclipse, I saw that one of my projects has errors.
It's weird because it shows that it has errors only in the window bar, and not in the Navigator. I don't have any Java errors, this is a valid project that was fine all the time:
Some of the errors on the error log of Eclipse:
- JavaBuilder handling ImageBuilderInternalException while building:
SP_Procedure
- Cannot connect to VM
- File
<SomeFile>
has been skipped, problem while reading ('Resource is out of sync with the file system') - Unhandled event loop exception
- Internal error
When I run an application from this project, I get a warning message but when I proceed, it works fine, but still. It's very disturbing and I'm not sure if it's harmless.
I tried to:
- Restart Eclipse
- Restart my machine
- Clean projects and recompiling them.
- Refresh projects
- Pray
Nothing helped. What could be the problem? (I'm using Indigo Service Release 2)