You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2017/05/12 12:01:04 UTC

[jira] [Comment Edited] (MNG-6231) Uploading of any artifact hangs forever

    [ https://issues.apache.org/jira/browse/MNG-6231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008016#comment-16008016 ] 

Michael Osipov edited comment on MNG-6231 at 5/12/17 12:00 PM:
---------------------------------------------------------------

Checked, the pcap for 3.5.0 looks weird. I see the connection on port 35232, the JAR is uploaded and the server is requesting to close the connection: {{FIN}}, {{ACK}}. Client responds with {{ACK}}. There is no further communication. Is this really complete?

Please rerun with Maven 3.5.0 with {{-X}} and pass the following:
{noformat}
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient=DEBUG
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.wire=ERROR
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.impl.conn=DEBUG
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.impl.client=DEBUG
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.client=DEBUG
{noformat}


was (Author: michael-o):
Checked, the pcap for 3.5.0 looks weird. I see the connection on host 35232, the JAR is uploaded and the server is requesting to close the connection: {{FIN}}, {{ACK}}. Client responds with {{ACK}}. There is no further communication. Is this really complete?

Please rerun with Maven 3.5.0 with {{-X}} and pass the following:
{noformat}
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient=DEBUG
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.wire=ERROR
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.impl.conn=DEBUG
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.impl.client=DEBUG
-Dorg.slf4j.simpleLogger.log.org.apache.maven.wagon.providers.http.httpclient.client=DEBUG
{noformat}

> Uploading of any artifact hangs forever
> ---------------------------------------
>
>                 Key: MNG-6231
>                 URL: https://issues.apache.org/jira/browse/MNG-6231
>             Project: Maven
>          Issue Type: Bug
>          Components: Artifacts and Repositories, Deployment
>    Affects Versions: 3.5.0
>         Environment: $ uname -a
> Linux 4.10.11-1-ARCH #1 SMP PREEMPT Tue Apr 18 08:39:42 CEST 2017 x86_64 GNU/Linux
> $ java -version
> java version "1.8.0_121"
> Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
> Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
>            Reporter: Vyacheslav Mayorov
>            Priority: Blocker
>         Attachments: mvn-deploy-tcpdumps-full.zip, test.zip
>
>
> Last log lines:
> {noformat}
> Uploading: http://artifactory.com/repo/libs-snapshot-local/test/test/1.0.0-SNAPSHOT/test-1.0.0-20170511.102118-2.pom
> Progress (1): 4.2 kB  
> {noformat}
> ... hangs here
> Issue can be reproduced on ANY pom (i.e. it is not project specific) - just type {{mvn deploy}})
> maven 3.3.9 works just fine. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)