vote up 1 vote down star

I am using Eclipse 3.3 ("Europa"). Periodically, Eclipse takes an inordinately long time (perhaps forever) to start up. The only thing I can see in the Eclipse log is:

    !ENTRY org.eclipse.core.resources 2 10035 2008-10-16 09:47:34.801
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.

Googling reveals someone's suggestion that I remove the folder:

workspace\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes

This does not appear to have helped.

Short of starting with a new workspace (something which I am not keen to do, as it takes me hours to set up all my projects again properly), is there a way to make Eclipse start up properly?

flag

9 Answers

vote up 1 vote down check

This may not be an exact solution for your issue, but in my case, I tracked the files that Eclipse was polling against with SysInternals Procmon, and found that Eclipse was constantly polling a fairly large snapshot file for one of my projects. Removed that, and everything started up fine (albeit with the workspace in the state it was at the previous launch).

The file removed was: .metadata.plugins\org.eclipse.core.resources.projects\.markers.snap

link|flag
vote up 0 vote down

As mentioned above, deleted the .snap file under \workspace.metadata.plugins\org.eclipse.core.resources. that worked. - Thanks!

link|flag
vote up 0 vote down

Yay, deleting the .snap file worked! Thanks!

link|flag
vote up 0 vote down

I just had problems with Eclipse starting up. It was fixed by deleting this file:

rm org.eclipse.core.resources.prefs

I found in .settings

link|flag
vote up 0 vote down

workspace>.metadata.plugins\org.eclipse.core.resources remove the file .snap

ITS WORKING ...........,,,,,,,,,,,

Thanks for the suggestion, saved my day at work :)

link|flag
vote up 1 vote down

try:

  1. cd to <workspace>\.metadata\.plugins\org.eclipse.core.resources
  2. remove the file .snap
link|flag
vote up 0 vote down

Hi Craig,

Did you find any solution for this?

(that didn't involve checking Windows->Preferences when Eclipse not starting up is the very problem)

Stewart

link|flag
vote up 0 vote down

Windows -> Preferences -> General -> Startup and Shutdown

Is Refresh workspace on startup checked?

link|flag
vote up 1 vote down

You can try to start Eclipse first with the -clean option.

On windows you can add the -clean option to your shortcut for eclipse. On linux you can simply add it when starting eclipse from the command line.

link|flag

Your Answer

Get an OpenID
or

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