Could not download page bundle ConnectTimeoutException

Hi,
Timeout exception occurred when using Maven’s deploy command to upload jar package to nexus
Please suggest a way to mitigate the issue.


2020-06-01 01:56:58,687+0000 WARN  [qtp653175245-19768]  *UNKNOWN com.sonatype.nexus.plugins.outreach.internal.outreach.SonatypeOutreach - Could not download page bundle
org.apache.http.conn.ConnectTimeoutException: Connect to sonatype-download.global.ssl.fastly.net:443 [sonatype-download.global.ssl.fastly.net/67.228.74.123] failed: connect timed out
        at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:151)
        at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
        at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
        at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
        at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)

This error message is unrelated to uploading anything to your Nexus Repository Manager; it says NXRM could not download Outreach bundle which contains content to be displayed on Welcome page with news from Sonatype. There must be another error in your log if you upload had indeed failed.

1 Like

Hi Dawid,

Thank you very much. let me confirm through your reply that my problem is caused by other reasons,thank you for your reply。