Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aquire container failed! in Eclipse IDE at Update Maven

I'm updating Maven dependencies with the Maven Update command of Eclipse IDE 2022-12 version (last version).

The IDE is saying the next error:
enter image description here

How do I solve this error?

I deleted .metadata folder, purged local repository .m2 for Maven and nothing was well.

like image 711
witilongi Avatar asked Oct 26 '25 08:10

witilongi


1 Answers

I had this happen. It was caused by being unable to find a parent pom of the correct version. I.E. my workspace had a project that used a pom in another project. The parent had been advanced to a new snapshot version 0.0.2-SNAPSHOT, and the child was referring to 0.0.1, but that version wasn't out in our Nexus repo yet. So there was no place to get it, either via Nexus or Workspace Resolution.

It was bad timing on my part...I didn't know this versioning work was going on and I just had to wait until the "release" jar files had been built and pushed to our Nexus repo.

like image 178
g051051 Avatar answered Oct 28 '25 22:10

g051051



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!