Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - stack overflow errors

Since some time I'm having problems with Eclipse. When opening any file with a class which extends one specified class (Presenter), an error occurs:

Multiple problems have occurred http://img64.imageshack.us/img64/9678/screeneclipseproblems.png Internal Error http://img202.imageshack.us/img202/5131/screeneclipseproblemspr.png

I've noted, that problems occurs only when loading the mentioned class - Presenter. When I delete "extends Presenter" or when I delete the file, which contains class Presenter, the problems dissappear.

Class Presenter is part of the PHP framework Nette, so you can see the contents of this class here: http://api.nette.org/1.0/__filesource/fsource_Nette-Application__ApplicationPresenter.php.html

I can provide contents of LOG files, if that may help, but those are large (over 1 MiB).

like image 671
Radek Simko Avatar asked Mar 10 '26 18:03

Radek Simko


1 Answers

I faced the same problem. Here is the way to fixe it:

  1. First goto [workbench_directory]/.metadata/.plugins/ - remove the folder named "eclipse.org.core.resources" and keep a copy of it.

  2. Now go to the eclipse directory using CommandPrompt(Windows) or Terminal(in linux,mac) write the command $ eclipse -clean ---> this will start your eclipse application.

  3. Now close the eclipse application and restore the "eclipse.org.core.resources" folder that you removed in the First step.

That's it! You won't see the problem.

like image 182
hemant_maverik Avatar answered Mar 12 '26 09:03

hemant_maverik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!