Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Building workspace' has encountered an error

Eclipse Luna 4.4.0

Error occurred during the Build

Error instantiating builder 'ord.eclipse.m2e.core.maven2Builder'.
Plug-in org.eclipse.m2e.core was unable to load class org.eclipse.m2e.core.internal.builder.MavenBuilder
An error occurred while automatically activating bundle org.eclipse.m2e.core (547).
Plug-in org.eclipse.m2e.core was unable to load class org.eclipse.m2e.core.internal.builder.MavenBuilder.
An error occurred while automatically activating bundle org.eclipse.m2e.core (547).
Error instantiating builder 'org.eclipse.m2e.core.maven2Builder'.
Plug-in org.eclipse.m2e.core was unable to load class org.eclipse.m2e.core.internal.builder.MavenBuilder.
An error occurred while automatically activating bundle org.eclipse.m23.core (547).
Plug-in org.eclipse.m2e.core was unable to load class org.eclipse.m2e.core.internal.builder.MavenBuilder.
an error occurred while automatically activating bundle org.eclipse.m2e.core (547).

if i delete the folder .metadata and all .project and .setting data from my workspace, i get no error. After one day of work i´ll get the same error.

like image 761
KaO Avatar asked Sep 19 '14 08:09

KaO


People also ask

How do I fix building workspace has encountered a problem?

As a quick fix you can try switching to a new workspace and importing the projects you are working on into that workspace. That should allow you to proceed immediately.

What is building workspace in eclipse?

It means Eclipse is rebuilding every relevant project in your namespace.


2 Answers

Try next steps:

  1. Go to your eclipse installation folder
  2. Run "eclipse.exe -clean"
  3. Work normally
  4. Enjoy
like image 184
kingoleg Avatar answered Sep 24 '22 01:09

kingoleg


I ran into this same issue and I believe the culprit to be the Sonarqube plugin I had installed.

This discussion pointed me in that direction:

http://forum.spring.io/forum/spring-projects/springsource-tool-suite/749864-sts-ggts-3-6-0-m1-released

Uninstalled the Sonarqube plugin and the error is gone.

like image 40
nblair Avatar answered Sep 24 '22 01:09

nblair