show/hide this revision's text 2 added 187 characters in body

Does restarting your computer resolve the problem with being able to open the workspace? There is a forum post (http://forums.sun.com/thread.jspa?messageID=3131484#3131484) that describes a similar problem with an identical stack trace as the one shown above. In the post, the author mentions that their machine was low on resources (they did not specify what type of resources were running low).

If restarting your computer does not work, you may want to try starting eclipse with the clean option:

eclipse -clean

The clean option will clean out any caches that Eclipse has created.

If all else fails, you may want to open a bug for this problem at https://bugs.eclipse.org/bugs/. Including a copy of your workspace (if possible), and including the stack trace in the bug would be helpful information for the person trying to diagnose the problem.

Good Luck!

show/hide this revision's text 1

Does restarting your computer resolve the problem with being able to open the workspace? There is a forum post (http://forums.sun.com/thread.jspa?messageID=3131484#3131484) that describes a similar problem with an identical stack trace as the one shown above. In the post, the author mentions that their machine was low on resources (they did not specify what type of resources were running low).

If restarting your computer does not work, you may want to try starting eclipse with the clean option:

eclipse -clean

The clean option will clean out any caches that Eclipse has created.

If all else fails, you may want to open a bug for this problem at https://bugs.eclipse.org/bugs/.