facebook

The best error message ever!

  1. MyEclipse IDE
  2.  > 
  3. Comments
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #216942 Reply

    gsnider
    Member

    So I’m running along with Eclipse/MyEclipse and I get an error message that I’ve run out of memory (exit or continue, blah blah). Before I get a chance to exit, a second popup diaglog displays the following message:

    “An internal error occurred while showing an internal error. …”

    I love this field.
    -garrett

    ps: I should have posted the screenshot as the graphic of cascading dialogs truly adds to the effect.

    #216949 Reply

    Riyad Kalla
    Member

    Definately one of those classic computing moments… out of curiosity what command line to you use to launch Eclipse?

    #217049 Reply

    gsnider
    Member

    It’s just the standard command line without any decoration. I could up the memory, etc, but then it wouldn’t be nearly as amusing.

    -g

    btw… good show with MyEclipse. I very much like the product and more so the development model. Hopefully it’s a good business model as well, though I suppose that’s a bit questionable for me. Keep up the good work!

    #217051 Reply

    Riyad Kalla
    Member

    It’s just the standard command line without any decoration. I could up the memory, etc, but then it wouldn’t be nearly as amusing.

    Ahh… if you scroll back to 6/20 time frame of the Eclipse newsgroup, you’ll notice that after 3.0 came out, OutOfMemoryExceptions were one of THE most common posts. Eclipse 3.0 requires quite a bit more memory than 2.0, but in addition to that, MyEclipse consists of something like 130 plugins… so you can imagine that we recommend atleast a 256mb heap:

    eclipse.exe -vmargs -Xms128m -Xmx256m

    But its up to you.

    I very much like the product and more so the development model.

    Thank you, we work really hard on it.

    #219712 Reply

    With this command line >eclipse.exe -vmargs -Xms128m -Xmx256m – the myeclipse Run Garbage collection shows Maximum allowable – 63562.
    Are the args having an effect?

    #219718 Reply

    Riyad Kalla
    Member

    Philip, what version of Eclipse are you running? All the above testing/code was specific to Eclipse 3.0.x… I don’t think it has changed for 3.1, but that might be one of the problems… it should show more and your command line looks fine.

    You might want to double check the VM you are using to Run Eclipse with, its possible it doesn’t understand the -X flags, everything above was using the Sun JRE.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: The best error message ever!

You must be logged in to post in the forum log in