Uploaded image for project: 'Maven Resolver'
  1. Maven Resolver
  2. MRESOLVER-134

Unsatisfiable Range header causing 416 HTTP error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 1.3.3
    • None
    • Resolver
    • 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

        1. broken_m2.zip
          146 kB
          Dmitriy Panov

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              dmitriy.panov Dmitriy Panov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: