[
https://issues.apache.org/jira/browse/WAGON-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754033#comment-16754033
]
Michael Osipov commented on WAGON-545:
--------------------------------------
[~cdomsch], please performs two runs. The first one with 5 min, we'll see what
happens and then modify down to four minutes.
[~olegk]. I think this runs out of the box now because we have the
{{StandardHttpRequestRetryHandler}} configured:
{noformat}
2019-01-25T09:38:13.4292384Z [main] [DEBUG] Executing request GET
/maven2/org/aspectj/aspectjrt/1.9.1/aspectjrt-1.9.1.pom HTTP/1.1
2019-01-25T09:38:13.4292426Z [main] [DEBUG] Target auth state: UNCHALLENGED
2019-01-25T09:38:13.4292490Z [main] [DEBUG] Proxy auth state: UNCHALLENGED
2019-01-25T09:38:13.4292533Z [main] [DEBUG] http-outgoing-2919 >> GET
/maven2/org/aspectj/aspectjrt/1.9.1/aspectjrt-1.9.1.pom HTTP/1.1
2019-01-25T09:38:13.4292574Z [main] [DEBUG] http-outgoing-2919 >>
Cache-control: no-cache
2019-01-25T09:38:13.4292803Z [main] [DEBUG] http-outgoing-2919 >> Cache-store:
no-store
2019-01-25T09:38:13.4292892Z [main] [DEBUG] http-outgoing-2919 >> Pragma:
no-cache
2019-01-25T09:38:13.4292935Z [main] [DEBUG] http-outgoing-2919 >> User-Agent:
Apache-Maven/3.6.0 (Java 1.8.0_181; Windows Server 2016 10.0)
2019-01-25T09:38:13.4292995Z [main] [DEBUG] http-outgoing-2919 >> Host:
repo.maven.apache.org
2019-01-25T09:38:13.4293036Z [main] [DEBUG] http-outgoing-2919 >> Connection:
Keep-Alive
2019-01-25T09:38:13.4293944Z [main] [DEBUG] http-outgoing-2919 >>
Accept-Encoding: gzip,deflate
2019-01-25T09:38:32.3343482Z [main] [DEBUG] http-outgoing-2919: Close connection
2019-01-25T09:38:32.3347004Z [main] [DEBUG] http-outgoing-2919: Shutdown
connection
2019-01-25T09:38:32.3347595Z [main] [DEBUG] Connection discarded
2019-01-25T09:38:32.3349312Z [main] [DEBUG] Connection released: [id:
2919][route: {s}->https://repo.maven.apache.org:443][total kept alive: 0; route
allocated: 0 of 20; total allocated: 0 of 40]
2019-01-25T09:38:32.3349805Z [main] [INFO] I/O exception
(java.net.SocketException) caught when processing request to
{s}->https://repo.maven.apache.org:443: Connection reset
2019-01-25T09:38:32.3350125Z [main] [DEBUG] Connection reset
2019-01-25T09:38:32.3350365Z java.net.SocketException: Connection reset
2019-01-25T09:38:32.3356287Z at java.net.SocketInputStream.read
(SocketInputStream.java:210)
2019-01-25T09:38:32.3358277Z at java.net.SocketInputStream.read
(SocketInputStream.java:141)
2019-01-25T09:38:32.3360300Z at sun.security.ssl.InputRecord.readFully
(InputRecord.java:465)
2019-01-25T09:38:32.3361970Z at sun.security.ssl.InputRecord.read
(InputRecord.java:503)
2019-01-25T09:38:32.3362227Z at sun.security.ssl.SSLSocketImpl.readRecord
(SSLSocketImpl.java:983)
2019-01-25T09:38:32.3364560Z at
sun.security.ssl.SSLSocketImpl.readDataRecord (SSLSocketImpl.java:940)
2019-01-25T09:38:32.3367021Z at sun.security.ssl.AppInputStream.read
(AppInputStream.java:105)
2019-01-25T09:38:32.3368481Z at
org.apache.maven.wagon.providers.http.httpclient.impl.io.SessionInputBufferImpl.streamRead
(SessionInputBufferImpl.java:137)
2019-01-25T09:38:32.3376559Z at
org.apache.maven.wagon.providers.http.httpclient.impl.io.SessionInputBufferImpl.fillBuffer
(SessionInputBufferImpl.java:153)
2019-01-25T09:38:32.3381622Z at
org.apache.maven.wagon.providers.http.httpclient.impl.io.SessionInputBufferImpl.readLine
(SessionInputBufferImpl.java:282)
2019-01-25T09:38:32.3381719Z at
org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpResponseParser.parseHead
(DefaultHttpResponseParser.java:138)
2019-01-25T09:38:32.3383206Z at
org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultHttpResponseParser.parseHead
(DefaultHttpResponseParser.java:56)
2019-01-25T09:38:32.3384882Z at
org.apache.maven.wagon.providers.http.httpclient.impl.io.AbstractMessageParser.parse
(AbstractMessageParser.java:259)
2019-01-25T09:38:32.3390934Z at
org.apache.maven.wagon.providers.http.httpclient.impl.DefaultBHttpClientConnection.receiveResponseHeader
(DefaultBHttpClientConnection.java:163)
2019-01-25T09:38:32.3392845Z at
org.apache.maven.wagon.providers.http.httpclient.impl.conn.CPoolProxy.receiveResponseHeader
(CPoolProxy.java:165)
2019-01-25T09:38:32.3397226Z at
org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.doReceiveResponse
(HttpRequestExecutor.java:273)
2019-01-25T09:38:32.3399785Z at
org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute
(HttpRequestExecutor.java:125)
2019-01-25T09:38:32.3401576Z at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.MainClientExec.execute
(MainClientExec.java:272)
2019-01-25T09:38:32.3404668Z at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.ProtocolExec.execute
(ProtocolExec.java:185)
2019-01-25T09:38:32.3421740Z at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RetryExec.execute
(RetryExec.java:89)
2019-01-25T09:38:32.3422682Z at
org.apache.maven.wagon.providers.http.httpclient.impl.execchain.RedirectExec.execute
(RedirectExec.java:110)
2019-01-25T09:38:32.3422787Z at
org.apache.maven.wagon.providers.http.httpclient.impl.client.InternalHttpClient.doExecute
(InternalHttpClient.java:185)
2019-01-25T09:38:32.3422836Z at
org.apache.maven.wagon.providers.http.httpclient.impl.client.CloseableHttpClient.execute
(CloseableHttpClient.java:83)
2019-01-25T09:38:32.3422885Z at
org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.execute
(AbstractHttpClientWagon.java:936)
2019-01-25T09:38:32.3425652Z at
org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData
(AbstractHttpClientWagon.java:1095)
2019-01-25T09:38:32.3428157Z at
org.apache.maven.wagon.providers.http.wagon.shared.AbstractHttpClientWagon.fillInputData
(AbstractHttpClientWagon.java:1072)
2019-01-25T09:38:32.3432315Z at
org.apache.maven.wagon.StreamWagon.getInputStream (StreamWagon.java:126)
2019-01-25T09:38:32.3432399Z at
org.apache.maven.wagon.StreamWagon.getIfNewer (StreamWagon.java:88)
2019-01-25T09:38:32.3434197Z at org.apache.maven.wagon.StreamWagon.get
(StreamWagon.java:61)
2019-01-25T09:38:32.3436930Z at
org.eclipse.aether.transport.wagon.WagonTransporter$GetTaskRunner.run
(WagonTransporter.java:567)
2019-01-25T09:38:32.3439645Z at
org.eclipse.aether.transport.wagon.WagonTransporter.execute
(WagonTransporter.java:435)
2019-01-25T09:38:32.3444369Z at
org.eclipse.aether.transport.wagon.WagonTransporter.get
(WagonTransporter.java:412)
2019-01-25T09:38:32.3446128Z at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask
(BasicRepositoryConnector.java:456)
2019-01-25T09:38:32.3448243Z at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run
(BasicRepositoryConnector.java:363)
2019-01-25T09:38:32.3452014Z at
org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run
(RunnableErrorForwarder.java:75)
2019-01-25T09:38:32.3453012Z at
org.eclipse.aether.connector.basic.BasicRepositoryConnector$DirectExecutor.execute
(BasicRepositoryConnector.java:642)
2019-01-25T09:38:32.3456256Z at
org.eclipse.aether.connector.basic.BasicRepositoryConnector.get
(BasicRepositoryConnector.java:262)
2019-01-25T09:38:32.3458495Z at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads
(DefaultArtifactResolver.java:489)
2019-01-25T09:38:32.3461442Z at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve
(DefaultArtifactResolver.java:390)
2019-01-25T09:38:32.3463763Z at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts
(DefaultArtifactResolver.java:215)
2019-01-25T09:38:32.3466611Z at
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact
(DefaultArtifactResolver.java:192)
2019-01-25T09:38:32.3471682Z at
org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom
(DefaultArtifactDescriptorReader.java:240)
2019-01-25T09:38:32.3472595Z at
org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor
(DefaultArtifactDescriptorReader.java:171)
2019-01-25T09:38:32.3475243Z at
org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.resolveCachedArtifactDescriptor
(DefaultDependencyCollector.java:530)
2019-01-25T09:38:32.3478013Z at
org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.getArtifactDescriptorResult
(DefaultDependencyCollector.java:513)
2019-01-25T09:38:32.3481154Z at
org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency
(DefaultDependencyCollector.java:402)
2019-01-25T09:38:32.3484474Z at
org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.processDependency
(DefaultDependencyCollector.java:356)
2019-01-25T09:38:32.3489763Z at
org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.process
(DefaultDependencyCollector.java:344)
2019-01-25T09:38:32.3492035Z at
org.eclipse.aether.internal.impl.collect.DefaultDependencyCollector.collectDependencies
(DefaultDependencyCollector.java:247)
2019-01-25T09:38:32.3495302Z at
org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies
(DefaultRepositorySystem.java:269)
2019-01-25T09:38:32.3497894Z at
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve
(DefaultProjectDependenciesResolver.java:169)
2019-01-25T09:38:32.3501303Z at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
(LifecycleDependencyResolver.java:243)
2019-01-25T09:38:32.3509969Z at
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
(LifecycleDependencyResolver.java:147)
2019-01-25T09:38:32.3511486Z at
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved
(MojoExecutor.java:248)
2019-01-25T09:38:32.3522615Z at
org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:202)
2019-01-25T09:38:32.3524756Z at
org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
2019-01-25T09:38:32.3525552Z at
org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
2019-01-25T09:38:32.3525603Z at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:117)
2019-01-25T09:38:32.3526281Z at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject
(LifecycleModuleBuilder.java:81)
2019-01-25T09:38:32.3527431Z at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(SingleThreadedBuilder.java:56)
2019-01-25T09:38:32.3527979Z at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute
(LifecycleStarter.java:128)
2019-01-25T09:38:32.3528577Z at org.apache.maven.DefaultMaven.doExecute
(DefaultMaven.java:305)
2019-01-25T09:38:32.3529116Z at org.apache.maven.DefaultMaven.doExecute
(DefaultMaven.java:192)
2019-01-25T09:38:32.3531472Z at org.apache.maven.DefaultMaven.execute
(DefaultMaven.java:105)
2019-01-25T09:38:32.3535597Z at org.apache.maven.cli.MavenCli.execute
(MavenCli.java:956)
2019-01-25T09:38:32.3536828Z at org.apache.maven.cli.MavenCli.doMain
(MavenCli.java:288)
2019-01-25T09:38:32.3536900Z at org.apache.maven.cli.MavenCli.main
(MavenCli.java:192)
2019-01-25T09:38:32.3537418Z at
sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
2019-01-25T09:38:32.3538167Z at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:62)
2019-01-25T09:38:32.3538745Z at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
2019-01-25T09:38:32.3539936Z at java.lang.reflect.Method.invoke
(Method.java:498)
2019-01-25T09:38:32.3543930Z at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
2019-01-25T09:38:32.3548201Z at
org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
2019-01-25T09:38:32.3551869Z at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:415)
2019-01-25T09:38:32.3555150Z at
org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
2019-01-25T09:38:32.3557446Z [main] [INFO] Retrying request to
{s}->https://repo.maven.apache.org:443
2019-01-25T09:38:32.3557536Z [main] [DEBUG] CookieSpec selected: compatibility
2019-01-25T09:38:32.3557582Z [main] [DEBUG] Connection request: [route:
{s}->https://repo.maven.apache.org:443][total kept alive: 0; route allocated: 0
of 20; total allocated: 0 of 40]
2019-01-25T09:38:32.3557715Z [main] [DEBUG] Connection leased: [id:
3024][route: {s}->https://repo.maven.apache.org:443][total kept alive: 0; route
allocated: 1 of 20; total allocated: 1 of 40]
2019-01-25T09:38:32.3557768Z [main] [DEBUG] Opening connection
{s}->https://repo.maven.apache.org:443
2019-01-25T09:38:32.3679645Z [main] [DEBUG] Connecting to
repo.maven.apache.org/151.101.36.215:443
2019-01-25T09:38:32.3684752Z [main] [DEBUG] Connecting socket to
repo.maven.apache.org/151.101.36.215:443 with timeout 0
2019-01-25T09:38:35.3755950Z [main] [DEBUG] Enabled protocols: [TLSv1, TLSv1.1,
TLSv1.2]
2019-01-25T09:38:35.3771576Z [main] [DEBUG] Enabled cipher
suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256,
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256,
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA,
TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256,
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA,
TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384,
TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,
TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
2019-01-25T09:38:35.3772932Z [main] [DEBUG] Starting handshake
2019-01-25T09:38:35.3958974Z [main] [DEBUG] Secure session established
2019-01-25T09:38:35.3959070Z [main] [DEBUG] negotiated protocol: TLSv1.2
2019-01-25T09:38:35.3959114Z [main] [DEBUG] negotiated cipher suite:
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
2019-01-25T09:38:35.3961155Z [main] [DEBUG] peer principal:
CN=repo.maven.apache.org, O="Sonatype, Inc", L=Fulton, ST=MD, C=US
2019-01-25T09:38:35.3969323Z [main] [DEBUG] peer alternative names:
[repo.maven.apache.org]
2019-01-25T09:38:35.3969875Z [main] [DEBUG] issuer principal: CN=DigiCert SHA2
Secure Server CA, O=DigiCert Inc, C=US
2019-01-25T09:38:35.3970863Z [main] [DEBUG] Connection established
10.1.0.4:4934<->151.101.36.215:443
2019-01-25T09:38:35.3972734Z [main] [DEBUG] http-outgoing-3024: set socket
timeout to 1800000
2019-01-25T09:38:35.3973659Z [main] [DEBUG] Executing request GET
/maven2/org/aspectj/aspectjrt/1.9.1/aspectjrt-1.9.1.pom HTTP/1.1
2019-01-25T09:38:35.3976966Z [main] [DEBUG] Target auth state: UNCHALLENGED
2019-01-25T09:38:35.3978722Z [main] [DEBUG] Proxy auth state: UNCHALLENGED
2019-01-25T09:38:35.3980305Z [main] [DEBUG] http-outgoing-3024 >> GET
/maven2/org/aspectj/aspectjrt/1.9.1/aspectjrt-1.9.1.pom HTTP/1.1
2019-01-25T09:38:35.3980578Z [main] [DEBUG] http-outgoing-3024 >>
Cache-control: no-cache
2019-01-25T09:38:35.3980668Z [main] [DEBUG] http-outgoing-3024 >> Cache-store:
no-store
2019-01-25T09:38:35.3980714Z [main] [DEBUG] http-outgoing-3024 >> Pragma:
no-cache
2019-01-25T09:38:35.3980812Z [main] [DEBUG] http-outgoing-3024 >> User-Agent:
Apache-Maven/3.6.0 (Java 1.8.0_181; Windows Server 2016 10.0)
2019-01-25T09:38:35.3980853Z [main] [DEBUG] http-outgoing-3024 >> Host:
repo.maven.apache.org
2019-01-25T09:38:35.3980908Z [main] [DEBUG] http-outgoing-3024 >> Connection:
Keep-Alive
2019-01-25T09:38:35.3980971Z [main] [DEBUG] http-outgoing-3024 >>
Accept-Encoding: gzip,deflate
2019-01-25T09:38:35.4030558Z [main] [DEBUG] http-outgoing-3024 << HTTP/1.1 200
OK
2019-01-25T09:38:35.4031116Z [main] [DEBUG] http-outgoing-3024 << ETag:
"a9bffb8b7a7e031fe583cf3104eb1dcf"
2019-01-25T09:38:35.4036436Z [main] [DEBUG] http-outgoing-3024 << Content-Type:
text/xml
2019-01-25T09:38:35.4036514Z [main] [DEBUG] http-outgoing-3024 <<
Last-Modified: Fri, 20 Apr 2018 17:28:24 GMT
2019-01-25T09:38:35.4038896Z [main] [DEBUG] http-outgoing-3024 <<
X-Checksum-MD5: a9bffb8b7a7e031fe583cf3104eb1dcf
2019-01-25T09:38:35.4043628Z [main] [DEBUG] http-outgoing-3024 <<
X-Checksum-SHA1: c737adbd7e49a95a4e62b9912b5395741ae42b06
2019-01-25T09:38:35.4046569Z [main] [DEBUG] http-outgoing-3024 << Via: 1.1
varnish
2019-01-25T09:38:35.4049320Z [main] [DEBUG] http-outgoing-3024 <<
Content-Length: 1042
2019-01-25T09:38:35.4053417Z [main] [DEBUG] http-outgoing-3024 <<
Accept-Ranges: bytes
2019-01-25T09:38:35.4053727Z [main] [DEBUG] http-outgoing-3024 << Date: Fri, 25
Jan 2019 09:38:35 GMT
2019-01-25T09:38:35.4054087Z [main] [DEBUG] http-outgoing-3024 << Via: 1.1
varnish
2019-01-25T09:38:35.4054232Z [main] [DEBUG] http-outgoing-3024 << Age: 1519287
2019-01-25T09:38:35.4054396Z [main] [DEBUG] http-outgoing-3024 << Connection:
keep-alive
2019-01-25T09:38:35.4054537Z [main] [DEBUG] http-outgoing-3024 << X-Served-By:
cache-iad2151-IAD, cache-ams21050-AMS
2019-01-25T09:38:35.4054675Z [main] [DEBUG] http-outgoing-3024 << X-Cache: HIT,
HIT
2019-01-25T09:38:35.4054840Z [main] [DEBUG] http-outgoing-3024 << X-Cache-Hits:
1, 42
2019-01-25T09:38:35.4055101Z [main] [DEBUG] http-outgoing-3024 << X-Timer:
S1548409115.401941,VS0,VE0
2019-01-25T09:38:35.4055225Z [main] [DEBUG] Connection can be kept alive
indefinitely
2019-01-25T09:38:35.4069141Z [main] [DEBUG] Connection [id: 3024][route:
{s}->https://repo.maven.apache.org:443] can be kept alive indefinitely
2019-01-25T09:38:35.4069246Z [main] [DEBUG] http-outgoing-3024: set socket
timeout to 0
2019-01-25T09:38:35.4069365Z [main] [DEBUG] Connection released: [id:
3024][route: {s}->https://repo.maven.apache.org:443][total kept alive: 1; route
allocated: 1 of 20; total allocated: 1 of 40]{noformat}
Detail {{2019-01-25T09:38:32.3557446Z [main] [INFO] Retrying request to {s}
->[https://repo.maven.apache.org:443|https://repo.maven.apache.org/]}}. One
does unfortunately does not see retry X of Y. The last failure in the entire
log file is probably the result of retry count exhaustion.
> Connection reset while downloading artefacts in cloud environment (Azure)
> -------------------------------------------------------------------------
>
> Key: WAGON-545
> URL: https://issues.apache.org/jira/browse/WAGON-545
> Project: Maven Wagon
> Issue Type: Bug
> Components: wagon-http
> Affects Versions: 3.2.0
> Environment: Microsoft Azure 'Hosted VS2017'
> Reporter: Christian Domsch
> Priority: Major
> Fix For: waiting-for-feedback
>
> Attachments: log_10_310.zip, log_10_311.zip, log_10_325.zip
>
>
> We are building a huge multi-module project in the azure cloud and experience
> random connection resets during our build due to probably the same issue as
> in WAGON-486. Since it is stated by Microsoft that they terminate connections
> that are idle for longer than four minutes (see solution comment
> [here|https://developercommunity.visualstudio.com/content/problem/357696/maven-project-build-failing-with-connection-reset.html],
> I set -Dmaven.wagon.httpconnectionManager.ttlSeconds=120. Also, disabling
> the http pool does not solve the problem. Attached are logs from out main
> build with logging turned on for the wagon components, as mentioned in the
> comment section of WAGON-486.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)