Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-6226

mvn dependency:get error - Premature end of Content-Length delimited message body (expected: 56473600; received: 6843

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Incomplete
    • 3.5.0
    • None
    • Plugin API

    Description

      Hi Team,

      I am trying to use the maven dependency get plugin to get the artifact which is a tar file from our central repo.

      Here is the command:

      mvn dependency:get -DgroupId=com.sample -DartifactId=sample-project -Dversion=1.0.1-SNAPSHOT -Dtransitive=false -Dpackaging=tar 
      

      It gives me the below error:

      [ERROR] : Premature end of Content-Length delimited message body (expected: 56473600; received: 6843
      [ERROR] -> [Help 1]
      

      And also when I try it with the debug(-X) mode, this is the error I get:

      Caused by: org.apache.maven.wagon.providers.http.httpclient.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 56473600; received: 6835
              at org.apache.maven.wagon.providers.http.httpclient.impl.io.ContentLengthInputStream.read(ContentLengthInputStream.java:180)
              at org.apache.maven.wagon.providers.http.httpclient.conn.EofSensorInputStream.read(EofSensorInputStream.java:137)
              at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:572)
              at org.apache.maven.wagon.AbstractWagon.getTransfer(AbstractWagon.java:372)
              ... 43 more
      

      The above command when I try on windows it works. But issue is when I run it on UNIX.

      But when I try to get the jar using the below command(with -Dpackaging=jar) on both Linux and windows, it works:

      mvn dependency:get -DgroupId=com.sample -DartifactId=sample-project -Dversion=1.0.1-SNAPSHOT -Dtransitive=false -Dpackaging=jar
      

      Also the same works for a war.

      Please help.

      Thanks and Regards,
      Sahil Amar

      Attachments

        Activity

          People

            Unassigned Unassigned
            sahilamar Sahil Amar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: