Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Frustrated with another string of "Failed to read artifact descriptor" errors

Maven cached IOException in local repository. Right-click on the
project, Maven->Update Dependencies and check "Force Update of
Snapshots/Releases" to force m2e to re-try remote repository access.

--
Regards,
Igor


On 12-02-17 12:46 AM, KARR, DAVID wrote:
Today I restarted Eclipse (STS 2.8.1) and got a string of errors like the following in all my Maven projects:
-------------------
ArtifactDescriptorException: Failed to read artifact descriptor for com.sun.xml.bind:jaxb-impl:jar:2.2.4-1: ArtifactResolutionException: Failure to transfer com.sun.xml.bind:jaxb-impl:pom:2.2.4-1 from http://repo1.maven.org/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact com.sun.xml.bind:jaxb-impl:pom:2.2.4-1 from/to central (http://repo1.maven.org/maven2/): Failed to create a selector. to http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.2.4-1/jaxb-impl-2.2.4-1.pom
-------------------

The errors were on numerous different artifacts.

I've tried restarting Eclipse.  I've tried doing "Update Project".  I've tried doing a project clean.  I always start up Eclipse with -clean.  What else should I try?
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top