Skip to content

[MRESOLVER-134] Unsatisfiable Range header causing 416 HTTP error #940

@jira-importer

Description

@jira-importer

Dmitriy Panov opened MRESOLVER-134 and commented

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


Affects: 1.3.3

Attachments:

Issue Links:

  • MNG-4706 Multithreaded building can create bad files for downloaded artifacts in local repository
    ("is caused by")
  • MRESOLVER-25 Resume support is broken under high concurrency
    ("is caused by")

Remote Links:

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingpriority:majorMajor loss of function

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions