5

please take a look at this error, how can i fix it?

An internal error occurred during: "Building workspace". java.lang.StackOverflowError

Alberto
  • 59
  • 1
  • 1
  • 2
  • 5
    Would like to +1 for asking a question about a stack overflow, but to tell the truth, your question is pretty vague and needs more detail. – Trevor Harrison Dec 04 '09 at 14:25
  • +1 for the desire to +1 about a stack overflow. Am I getting too redundant? if we get 6 more comments doing the same thing will it...overflow? God, someone stop me! – MattC Dec 04 '09 at 14:33
  • What are the plugins that you're using? – paweloque Dec 04 '09 at 14:58

2 Answers2

7

Take a look at the .metadata/.log file in your workspace directory. It should contain the full stack trace for the exception which may give you a better idea about what is happening. If not, add it to your question.

levininja
  • 3,118
  • 5
  • 26
  • 41
Michael Borgwardt
  • 342,105
  • 78
  • 482
  • 720
0

Too late to reply.. I just got this issue and I tried commenting the code on which I was working when error occurred and Build workspace. This solve the issue.

Priyanka
  • 51
  • 7