![nexus-2.14.5-02 показывает, что подключение к repository.apache.org:443 [repository.apache.org/207.244.88.140] не удалось: истекло время ожидания подключения В режиме выполнения](https://rvso.com/image/1595545/nexus-2.14.5-02%20%D0%BF%D0%BE%D0%BA%D0%B0%D0%B7%D1%8B%D0%B2%D0%B0%D0%B5%D1%82%2C%20%D1%87%D1%82%D0%BE%20%D0%BF%D0%BE%D0%B4%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%BA%20repository.apache.org%3A443%20%5Brepository.apache.org%2F207.244.88.140%5D%20%D0%BD%D0%B5%20%D1%83%D0%B4%D0%B0%D0%BB%D0%BE%D1%81%D1%8C%3A%20%D0%B8%D1%81%D1%82%D0%B5%D0%BA%D0%BB%D0%BE%20%D0%B2%D1%80%D0%B5%D0%BC%D1%8F%20%D0%BE%D0%B6%D0%B8%D0%B4%D0%B0%D0%BD%D0%B8%D1%8F%20%D0%BF%D0%BE%D0%B4%D0%BA%D0%BB%D1%8E%D1%87%D0%B5%D0%BD%D0%B8%D1%8F%20%D0%92%20%D1%80%D0%B5%D0%B6%D0%B8%D0%BC%D0%B5%20%D0%B2%D1%8B%D0%BF%D0%BE%D0%BB%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F.png)
После запуска nexus показывает следующее предупреждение и при доступе к порту 8081, он показывает HTTP ERROR: 404
. Пожалуйста, помогите.
jvm 1 | 2019-06-26 02:35:38,236-0400 INFO [pxpool-1-thread-1] *TASK org.sonatype.nexus.index.NexusScanningListener - Scanning of repositoryID="central" finished: scanned=0, added=0, updated=0, removed=0, scanningDuration=0:00:00.123
jvm 1 | 2019-06-26 02:35:38,237-0400 INFO [pxpool-1-thread-1] *TASK org.sonatype.nexus.index.DefaultIndexerManager - Publishing index for repository central
jvm 1 | 2019-06-26 02:35:38,263-0400 INFO [pxpool-1-thread-1] *TASK org.sonatype.nexus.index.DefaultIndexerManager - Publishing index for repository public
jvm 1 | 2019-06-26 02:35:38,293-0400 INFO [pxpool-1-thread-1] *TASK org.sonatype.nexus.index.tasks.UpdateIndexTask - Scheduled task (UpdateIndexTask) finished :: Updating repository index "Public Repositories" from path null and below. (started 2019-06-26T02:35:37-04:00, runtime 0:00:00.693)
jvm 1 | 2019-06-26 02:35:38,504-0400 INFO [pxpool-1-thread-1] *TASK org.sonatype.nexus.configuration.application.DefaultNexusConfiguration - Applying Nexus Configuration due to changes in [Scheduled Tasks] made by *TASK...
jvm 1 | 2019-06-26 02:35:38,805-0400 INFO [jetty-main-1] org.sonatype.nexus.webresources.internal.WebResourceServiceImpl - Discovered 1971 resources
jvm 1 | 2019-06-26 02:35:38,806-0400 INFO [jetty-main-1] org.sonatype.nexus.webresources.internal.WebResourceServlet - Max-age: 30 days (2592000 seconds)
jvm 1 | 2019-06-26 02:35:38,830-0400 INFO [jetty-main-1] org.sonatype.nexus.bootstrap.jetty.InstrumentedSelectChannelConnector - Metrics enabled
jvm 1 | 2019-06-26 02:35:38,844-0400 INFO [jetty-main-1] org.eclipse.jetty.server.AbstractConnector - Started [email protected]:8081
jvm 1 | 2019-06-26 02:35:38,844-0400 INFO [jetty-main-1] org.sonatype.nexus.bootstrap.jetty.JettyServer - Running
jvm 1 | 2019-06-26 02:35:38,844-0400 INFO [WrapperListener_start_runner] org.sonatype.nexus.bootstrap.jetty.JettyServer - Started
jvm 1 | 2019-06-26 02:35:57,818-0400 WARN [ar-4-thread-3] *TASK org.sonatype.nexus.proxy.maven.routing.internal.RemoteContentDiscovererImpl - Remote strategy prefix-file error on M2Repository(id=apache-snapshots): org.apache.http.conn.ConnectTimeoutException: Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: connect timed out
jvm 1 | 2019-06-26 02:35:57,881-0400 WARN [ar-4-thread-2] *TASK org.sonatype.nexus.proxy.maven.routing.internal.RemoteContentDiscovererImpl - Remote strategy prefix-file error on M2Repository(id=central): org.apache.http.conn.ConnectTimeoutException: Connect to repo1.maven.org:443 [repo1.maven.org/151.101.184.209] failed: connect timed out
Также попробовал добавить следующую строку в nexus.properties
файл:
org.sonatype.nexus.proxy.maven.routing.Config.prefixFileMaxSize=500000
Это не помогло.