Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.3.3
-
None
-
None
Description
How to reproduce
Put partially downloaded artifacts from attachment (corrupted probably due to MNG-4706 and MRESOLVER-25) into ~/.m2/repository and try to resolve org.junit.jupiter:junit-jupiter-api:5.0.0
Expected outcome
Artifacts are resolved
Actual outcome
Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.junit.jupiter:junit-jupiter-api:jar:5.0.0 from/to central (https://repo1.maven.org/maven2/): status code: 416, reason phrase: Range Not Satisfiable (416)Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.junit.jupiter:junit-jupiter-api:jar:5.0.0 from/to central (https://repo1.maven.org/maven2/): status code: 416, reason phrase: Range Not Satisfiable (416) at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:52) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:369) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:75) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute(BasicRepositoryConnector.java:628) at org.eclipse.aether.connector.basic.BasicRepositoryConnector.get(BasicRepositoryConnector.java:262) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads(DefaultArtifactResolver.java:499) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:400) ... 31 more
Workaround
Pass -Daether.connector.resumeDownloads=false
Issue is still present in 1.5.0
Attachments
Attachments
Issue Links
- is caused by
-
MNG-4706 Multithreaded building can create bad files for downloaded artifacts in local repository
- Closed
-
MRESOLVER-25 Resume support is broken under high concurrency
- Closed
- links to