spring-attic / spring-ide

Spring Development Environment for Eclipse
299 stars 126 forks source link

Quise instalar Hibernate y tuve el siguiente error #326

Closed JandroMejia97 closed 4 years ago

JandroMejia97 commented 5 years ago

An error occurred while collecting items to be installed session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,com.ianbrandt.tools.m2e.mdp.core,0.0.4.201410161303 No repository found containing: org.eclipse.update.feature,com.ianbrandt.tools.m2e.mdp.feature,0.0.4.201410161303

martinlippert commented 5 years ago

I would appreciate if you could translate the title into english, so that others (and myself) can understand what you mean.

From the error report that you added as a description I vaguely guess that this is a installation issue, caused by a network glitch and stale/broken cached data for the update repositories. To solve this, you can remove those update sites from your Eclipse/STS installation, restart Eclipse/STS, and add them back. The easy way to remove and re-add them is to export them from the preferences, delete them all, restart, and import all of them back.

Hope this helps!