Results

By type

          java  -DAJSC_HOME=/opt/app/model-loader -DCONFIG_HOME=/opt/app/model-loader/config/ -Dcom.att.eelf.logging.path=/opt/app/model-loader -Dcom.att.eelf.logging.file=logback.xml -Dlogback.configurationFile=/opt/app/model-loader/logback.xml -Dserver.port=9500 -jar ./model-loader-1.8.0.jar
2021-06-08 08:19:12.230  WARN 7 --- [           main] o.s.b.l.logback.LogbackLoggingSystem     : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::       (v2.1.12.RELEASE)

2021-06-08 08:19:12.453  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Starting ModelLoaderApplication on dev-aai-modelloader-5d448949fd-snnhf with PID 7 (/opt/app/model-loader/model-loader-1.8.0.jar started by aaiadmin in /opt/app/model-loader)
2021-06-08 08:19:12.454  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : No active profile set, falling back to default profiles: default
2021-06-08 08:19:13.916  INFO 7 --- [           main] org.eclipse.jetty.util.log               : Logging initialized @3179ms to org.eclipse.jetty.util.log.Slf4jLog
2021-06-08 08:19:14.017  INFO 7 --- [           main] org.eclipse.jetty.server.Server          : jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.9+11
2021-06-08 08:19:14.049  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring embedded WebApplicationContext
2021-06-08 08:19:14.177  INFO 7 --- [           main] org.eclipse.jetty.server.session         : DefaultSessionIdManager workerName=node0
2021-06-08 08:19:14.177  INFO 7 --- [           main] org.eclipse.jetty.server.session         : No SessionScavenger set, using defaults
2021-06-08 08:19:14.178  INFO 7 --- [           main] org.eclipse.jetty.server.session         : node0 Scavenging every 660000ms
2021-06-08 08:19:14.186  INFO 7 --- [           main] o.e.jetty.server.handler.ContextHandler  : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@58fb7731{application,/,[file:///tmp/jetty-docbase.3829758120448221901.9500/],AVAILABLE}
2021-06-08 08:19:14.187  INFO 7 --- [           main] org.eclipse.jetty.server.Server          : Started @3450ms
2021-06-08 08:19:14.247  INFO 7 --- [           main] o.o.a.m.service.ModelLoaderService       : MDLSVC0001I|MDLSVC0001I Loading configuration |
2021-06-08 08:19:14.271  INFO 7 --- [           main] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:19:14.331 ERROR 7 --- [           main] o.o.a.m.service.ModelLoaderService       : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS|
2021-06-08 08:19:14.333  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:19:14.341 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS|
2021-06-08 08:19:14.928  INFO 7 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-08 08:19:14.956  INFO 7 --- [           main] o.e.jetty.server.AbstractConnector       : Started ServerConnector@e8df99a{HTTP/1.1,[http/1.1]}{0.0.0.0:9500}
2021-06-08 08:19:14.962  INFO 7 --- [           main] o.o.a.m.ModelLoaderApplication           : Started ModelLoaderApplication in 3.228 seconds (JVM running for 4.225)
2021-06-08 08:20:14.333  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:20:14.342 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS|
2021-06-08 08:21:14.333  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:21:14.463 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: configuration is invalid: CONF_INVALID_MSG_BUS_ADDRESS|
2021-06-08 08:22:14.334  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:22:14.846 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

java.net.UnknownHostException: sdc-be.onap: System error
	at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source)
	at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName0(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)

2021-06-08 08:22:14.848 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27e34c2
2021-06-08 08:22:14.848 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:22:14.853 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:23:14.334  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:23:14.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

java.net.UnknownHostException: sdc-be.onap: System error
	at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source)
	at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName0(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)

2021-06-08 08:23:14.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a8ddcfe
2021-06-08 08:23:14.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:23:14.475 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:24:14.333  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:24:14.471 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

java.net.UnknownHostException: sdc-be.onap: System error
	at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source)
	at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName0(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)

2021-06-08 08:24:14.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d831684
2021-06-08 08:24:14.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:24:14.473 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:25:14.335  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:25:14.352 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

java.net.UnknownHostException: sdc-be.onap: System error
	at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source)
	at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName0(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)

2021-06-08 08:25:14.353 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20c41b0f
2021-06-08 08:25:14.353 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:25:14.354 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:26:14.334  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:26:14.353 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

java.net.UnknownHostException: sdc-be.onap: System error
	at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source)
	at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source)
	at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName0(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at java.base/java.net.InetAddress.getAllByName(Unknown Source)
	at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)

2021-06-08 08:26:14.353 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a33fd36
2021-06-08 08:26:14.353 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:26:14.354 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:27:14.334  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:29:24.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.16.80] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted

2021-06-08 08:29:24.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@577e4b7e
2021-06-08 08:29:24.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:29:24.476 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:29:24.477  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:31:35.542 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.16.80] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted

2021-06-08 08:31:35.544 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c11abc3
2021-06-08 08:31:35.545 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:31:35.546 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:31:35.547  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:31:51.192  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:31:51.194  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:31:51.488  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:31:51.488  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:31:51.782  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:31:51.782  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:31:52.076 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:31:52.076 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13ccad94
2021-06-08 08:31:52.076 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:31:52.076 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:32:35.548  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:32:42.903  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:32:42.903  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:32:43.197  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:32:43.197  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:32:43.491  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:32:43.492  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:32:43.785 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:32:43.786 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e6bf8f8
2021-06-08 08:32:43.786 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:32:43.786 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:33:35.549  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:33:51.262  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:33:51.263  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:33:51.557  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:33:51.558  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:33:51.852  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:33:51.852  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:33:52.146 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:33:52.146 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7aae61ae
2021-06-08 08:33:52.146 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:33:52.147 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:34:35.550  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:34:51.161  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:34:51.161  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:34:51.455  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:34:51.455  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:34:51.749  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:34:51.749  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:34:52.043 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:34:52.043 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f4450da
2021-06-08 08:34:52.044 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:34:52.044 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:35:35.549  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:37:46.235 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to connect to url: /sdc/v1/artifactTypes

org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.96.16.80] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 17 common frames omitted

2021-06-08 08:37:46.237 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@452ccdd1
2021-06-08 08:37:46.237 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:37:46.238 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:37:46.238  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:37:53.689  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:37:53.690  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:37:53.985  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:37:53.985  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:37:54.279  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:37:54.279  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:37:54.573 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:37:54.573 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@525fce21
2021-06-08 08:37:54.574 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:37:54.575 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:38:46.239  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:38:53.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:38:53.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:38:54.142  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:38:54.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:38:54.438  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:38:54.439  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:38:54.732 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:38:54.733 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a79169d
2021-06-08 08:38:54.733 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:38:54.734 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:39:46.240  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:39:53.751  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:39:53.752  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:39:54.046  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:39:54.046  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:39:54.340  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:39:54.340  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:39:54.634 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:39:54.635 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60e5fe33
2021-06-08 08:39:54.635 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:39:54.635 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:40:46.240  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:40:46.556  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:40:46.558  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:40:46.854  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:40:46.855  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:40:47.148  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:40:47.148  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:40:47.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:40:47.443 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19e3a9cb
2021-06-08 08:40:47.443 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:40:47.444 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:41:46.239  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:41:46.551  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:41:46.552  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:41:46.847  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:41:46.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:41:47.144  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:41:47.144  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:41:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:41:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@301f2d48
2021-06-08 08:41:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:41:47.441 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:42:46.240  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:42:46.546  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:42:46.546  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:42:46.840  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:42:46.840  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:42:47.138  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:42:47.139  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:42:47.432 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:42:47.432 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@151b2479
2021-06-08 08:42:47.433 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:42:47.433 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:43:46.240  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:43:46.545  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:43:46.546  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:43:46.839  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:43:46.840  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:43:47.134  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:43:47.134  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:43:47.427 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:43:47.428 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53099aa3
2021-06-08 08:43:47.428 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:43:47.428 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:44:46.240  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:44:46.547  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:44:46.547  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:44:46.842  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:44:46.843  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:44:47.136  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:44:47.137  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:44:47.432 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:44:47.433 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a917a5b
2021-06-08 08:44:47.433 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:44:47.433 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:45:46.241  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:46:01.881  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:46:01.882  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:46:02.177  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:46:02.177  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:46:02.471  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:46:02.471  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:46:02.765 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:46:02.766 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a977951
2021-06-08 08:46:02.766 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:46:02.767 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:46:46.241  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:47:02.039  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:47:02.040  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:47:02.336  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:47:02.337  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:47:02.631  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:47:02.631  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:47:02.925 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:47:02.925 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39b3418a
2021-06-08 08:47:02.925 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:47:02.926 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:47:46.241  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:48:01.943  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:48:01.944  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:48:02.237  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:48:02.238  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:48:02.531  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:48:02.531  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:48:02.825 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:48:02.825 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b5006c5
2021-06-08 08:48:02.826 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:48:02.826 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:48:46.242  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:48:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:48:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:48:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:48:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:48:50.178  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:48:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:48:50.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:48:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d91d38a
2021-06-08 08:48:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:48:50.474 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:49:46.243  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:49:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:49:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:49:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:49:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:49:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:49:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:49:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:49:50.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72a05491
2021-06-08 08:49:50.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:49:50.475 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:50:46.243  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:50:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:50:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:50:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:50:49.886  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:50:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:50:50.180  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:50:50.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:50:50.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c79d0a8
2021-06-08 08:50:50.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:50:50.475 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:51:46.244  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:51:49.592  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:51:49.593  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:51:49.888  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:51:49.888  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:51:50.182  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:51:50.182  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:51:50.480 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:51:50.480 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53e2c422
2021-06-08 08:51:50.480 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:51:50.481 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:52:46.245  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:52:53.789  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:52:53.789  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:52:54.084  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:52:54.084  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:52:54.378  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:52:54.378  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:52:54.671 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:52:54.672 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@795e2570
2021-06-08 08:52:54.672 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:52:54.672 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:53:46.245  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:53:46.547  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:53:46.547  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:53:46.841  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:53:46.841  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:53:47.135  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:53:47.135  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:53:47.428 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:53:47.429 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66648500
2021-06-08 08:53:47.429 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:53:47.429 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:54:46.246  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:54:53.847  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:54:53.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:54:54.141  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:54:54.142  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:54:54.436  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:54:54.437  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:54:54.730 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:54:54.731 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ed87389
2021-06-08 08:54:54.731 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:54:54.732 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:55:46.246  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:55:46.559  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:55:46.559  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:55:46.852  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:55:46.853  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:55:47.146  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:55:47.147  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:55:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:55:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@586c8b48
2021-06-08 08:55:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:55:47.441 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:56:46.247  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:56:53.655  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:56:53.655  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:56:53.949  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:56:53.949  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:56:54.243  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:56:54.243  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:56:54.537 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:56:54.537 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f76ec80
2021-06-08 08:56:54.537 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:56:54.538 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:57:46.247  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:57:46.557  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:57:46.558  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:57:46.851  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:57:46.852  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:57:47.146  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:57:47.146  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:57:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:57:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7edbf46c
2021-06-08 08:57:47.440 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:57:47.441 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:58:46.247  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:58:53.719  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:58:53.719  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:58:54.015  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:58:54.015  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:58:54.310  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:58:54.310  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:58:54.603 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:58:54.604 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4518873c
2021-06-08 08:58:54.604 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:58:54.604 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 08:59:46.248  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 08:59:46.555  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:59:46.556  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:59:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:59:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:59:47.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 08:59:47.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 08:59:47.436 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 08:59:47.436 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24af726a
2021-06-08 08:59:47.436 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 08:59:47.437 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:00:46.248  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:00:46.555  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:00:46.555  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:00:46.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:00:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:00:47.142  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:00:47.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:00:47.439 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:00:47.439 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f2c583f
2021-06-08 09:00:47.439 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:00:47.440 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:01:46.248  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:01:46.554  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:01:46.554  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:01:46.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:01:46.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:01:47.141  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:01:47.142  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:01:47.435 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:01:47.435 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1477aac9
2021-06-08 09:01:47.435 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:01:47.436 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:02:46.249  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:03:02.044  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:03:02.045  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:03:02.342  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:03:02.342  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:03:02.636  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:03:02.636  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:03:02.933 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:03:02.933 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f9a2ea8
2021-06-08 09:03:02.933 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:03:02.934 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:03:46.249  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:04:01.946  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:04:01.947  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:04:02.240  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:04:02.240  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:04:02.534  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:04:02.534  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:04:02.828 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:04:02.828 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@547c751
2021-06-08 09:04:02.828 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:04:02.828 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:04:46.250  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:05:01.847  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:05:01.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:05:02.141  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:05:02.141  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:05:02.435  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:05:02.435  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:05:02.728 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:05:02.729 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b24c177
2021-06-08 09:05:02.729 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:05:02.730 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:05:46.250  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:05:46.556  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:05:46.556  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:05:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:05:46.850  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:05:47.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:05:47.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:05:47.437 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:05:47.437 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74163ca6
2021-06-08 09:05:47.437 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:05:47.438 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:06:46.250  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:06:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:06:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:06:47.868  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:06:47.869  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:06:48.164  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:06:48.164  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:06:48.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:06:48.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@644617ee
2021-06-08 09:06:48.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:06:48.460 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:07:46.250  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:07:47.578  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:07:47.578  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:07:47.874  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:07:47.874  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:07:48.170  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:07:48.170  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:07:48.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:07:48.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b0e363f
2021-06-08 09:07:48.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:07:48.473 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:08:46.252  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:08:49.594  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:08:49.594  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:08:49.892  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:08:49.893  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:08:50.192  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:08:50.193  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:08:50.492 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:08:50.493 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@550a8ce8
2021-06-08 09:08:50.493 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:08:50.493 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:09:46.251  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:09:49.594  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:09:49.594  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:09:49.889  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:09:49.889  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:09:50.184  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:09:50.185  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:09:50.480 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:09:50.481 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5cdd649
2021-06-08 09:09:50.481 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:09:50.482 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:10:46.251  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:10:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:10:49.592  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:10:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:10:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:10:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:10:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:10:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:10:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@58585a56
2021-06-08 09:10:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:10:50.474 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:11:46.251  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:11:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:11:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:11:49.884  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:11:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:11:50.182  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:11:50.182  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:11:50.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:11:50.476 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b2e942a
2021-06-08 09:11:50.476 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:11:50.476 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:12:46.252  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:12:53.655  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:12:53.655  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:12:53.949  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:12:53.949  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:12:54.242  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:12:54.242  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:12:54.536 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:12:54.536 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67340418
2021-06-08 09:12:54.536 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:12:54.537 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:13:46.251  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:13:46.558  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:13:46.558  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:13:46.852  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:13:46.853  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:13:47.146  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:13:47.146  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:13:47.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:13:47.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a789309
2021-06-08 09:13:47.443 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:13:47.443 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:14:46.252  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:14:46.558  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:14:46.559  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:14:46.856  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:14:46.857  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:14:47.150  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:14:47.150  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:14:47.444 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:14:47.444 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31d2bc67
2021-06-08 09:14:47.444 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:14:47.445 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:15:46.252  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:15:46.553  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:15:46.553  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:15:46.846  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:15:46.847  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:15:47.140  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:15:47.140  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:15:47.433 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:15:47.434 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b03ca88
2021-06-08 09:15:47.434 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:15:47.434 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:16:46.253  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:16:53.784  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:16:53.784  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:16:54.078  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:16:54.079  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:16:54.372  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:16:54.372  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:16:54.666 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:16:54.666 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b0509c8
2021-06-08 09:16:54.666 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:16:54.667 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:17:46.254  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:17:46.560  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:17:46.560  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:17:46.854  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:17:46.855  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:17:47.148  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:17:47.148  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:17:47.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:17:47.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7397e288
2021-06-08 09:17:47.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:17:47.444 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:18:46.253  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:19:18.169  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:19:18.170  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:19:18.467  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:19:18.467  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:19:18.760  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:19:18.761  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:19:19.055 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:19:19.055 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7278c9b1
2021-06-08 09:19:19.055 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:19:19.056 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:19:46.254  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:19:53.751  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:19:53.751  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:19:54.049  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:19:54.049  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:19:54.343  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:19:54.343  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:19:54.638 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:19:54.639 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a4ad38
2021-06-08 09:19:54.639 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:19:54.639 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:20:46.255  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:21:01.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:21:01.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:21:02.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:21:02.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:21:09.527  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:21:09.527  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:21:09.821 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:21:09.821 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78c76d26
2021-06-08 09:21:09.822 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:21:09.822 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:21:46.256  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:21:46.555  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:21:46.556  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:21:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:21:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:21:47.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:21:47.143  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:21:47.436 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:21:47.436 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13b65f92
2021-06-08 09:21:47.436 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:21:47.437 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:22:46.256  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:22:46.563  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:22:46.563  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:22:46.856  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:22:46.857  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:22:47.151  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:22:47.151  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:22:47.444 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:22:47.445 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19771de7
2021-06-08 09:22:47.445 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:22:47.445 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:23:46.257  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:23:46.563  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:23:46.563  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:23:46.857  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:23:46.857  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:23:47.153  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:23:47.153  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:23:47.446 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:23:47.447 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3947a67c
2021-06-08 09:23:47.448 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:23:47.448 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:24:46.258  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:24:46.562  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:24:46.563  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:24:46.856  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:24:46.865  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:24:47.159  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:24:47.159  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:24:47.452 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:24:47.453 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2df8adcc
2021-06-08 09:24:47.453 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:24:47.453 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:25:46.259  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:25:46.564  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:25:46.564  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:25:46.858  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:25:46.858  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:25:47.153  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:25:47.153  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:25:47.447 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:25:47.447 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79415cd2
2021-06-08 09:25:47.447 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:25:47.448 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:26:46.259  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:26:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:26:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:26:47.869  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:26:47.869  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:26:48.163  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:26:48.163  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:26:48.457 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:26:48.457 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e9809ed
2021-06-08 09:26:48.457 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:26:48.458 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:27:46.258  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:27:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:27:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:27:47.868  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:27:47.869  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:27:48.162  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:27:48.162  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:27:48.456 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:27:48.456 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69546e62
2021-06-08 09:27:48.456 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:27:48.457 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:28:46.259  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:28:49.593  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:28:49.593  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:28:49.888  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:28:49.889  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:28:50.184  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:28:50.184  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:28:50.480 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:28:50.480 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ddb2624
2021-06-08 09:28:50.480 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:28:50.481 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:29:46.258  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:29:49.592  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:29:49.592  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:29:49.887  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:29:49.888  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:29:50.183  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:29:50.183  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:29:50.478 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:29:50.479 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bf483cb
2021-06-08 09:29:50.479 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:29:50.479 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:30:46.259  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:30:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:30:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:30:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:30:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:30:50.178  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:30:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:30:50.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:30:50.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4969ddad
2021-06-08 09:30:50.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:30:50.473 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:31:46.258  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:31:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:31:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:31:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:31:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:31:50.180  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:31:50.180  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:31:50.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:31:50.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c4cd30a
2021-06-08 09:31:50.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:31:50.475 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:32:46.259  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:32:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:32:49.592  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:32:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:32:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:32:50.180  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:32:50.181  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:32:50.474 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:32:50.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14c043c3
2021-06-08 09:32:50.475 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:32:50.475 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:33:46.259  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:33:53.693  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:33:53.694  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:33:53.990  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:33:53.991  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:33:54.284  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:33:54.284  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:33:54.578 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:33:54.578 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2af40322
2021-06-08 09:33:54.578 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:33:54.579 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:34:46.260  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:34:53.851  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:34:53.851  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:34:54.147  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:34:54.147  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:34:54.441  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:34:54.441  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:34:54.738 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:34:54.738 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59df057e
2021-06-08 09:34:54.738 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:34:54.738 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:35:46.264  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:35:46.577  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:35:46.577  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:35:46.871  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:35:46.871  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:35:47.165  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:35:47.165  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:35:47.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:35:47.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ef9066
2021-06-08 09:35:47.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:35:47.460 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:36:46.263  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:36:46.564  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:36:46.564  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:36:46.858  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:36:46.859  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:36:47.152  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:36:47.153  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:36:47.446 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:36:47.447 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33876b17
2021-06-08 09:36:47.447 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:36:47.447 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:37:46.267  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:37:46.583  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:37:46.584  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:37:46.877  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:37:46.878  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:37:47.171  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:37:47.171  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:37:47.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:37:47.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79946202
2021-06-08 09:37:47.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:37:47.466 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:38:46.264  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:38:53.719  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:38:53.719  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:38:54.013  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:38:54.014  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:38:54.307  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:38:54.307  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:38:54.601 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:38:54.601 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5920198c
2021-06-08 09:38:54.602 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:38:54.602 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:39:46.265  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:39:53.624  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:39:53.625  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:39:53.918  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:39:53.918  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:39:54.212  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:39:54.212  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:39:54.510 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:39:54.511 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4973dc47
2021-06-08 09:39:54.511 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:39:54.512 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:40:46.265  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:40:53.783  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:40:53.784  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:40:54.077  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:40:54.078  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:40:54.372  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:40:54.372  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:40:54.666 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:40:54.666 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c2dfdef
2021-06-08 09:40:54.666 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:40:54.666 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:41:46.266  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:41:46.571  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:41:46.571  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:41:46.864  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:41:46.864  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:41:47.158  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:41:47.158  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:41:47.451 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:41:47.452 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d49e0e4
2021-06-08 09:41:47.452 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:41:47.452 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:42:46.267  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:42:46.566  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:42:46.567  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:42:46.861  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:42:46.861  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:42:47.155  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:42:47.155  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:42:47.449 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:42:47.450 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@94a816f
2021-06-08 09:42:47.450 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:42:47.450 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:43:46.268  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:43:46.579  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:43:46.579  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:43:46.873  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:43:46.873  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:43:47.167  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:43:47.167  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:43:47.461 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:43:47.461 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@474eabeb
2021-06-08 09:43:47.462 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:43:47.462 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:44:46.268  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:44:46.572  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:44:46.572  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:44:46.866  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:44:46.867  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:44:47.160  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:44:47.160  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:44:47.458 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:44:47.458 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10e68b09
2021-06-08 09:44:47.458 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:44:47.459 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:45:46.268  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:45:46.629  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:45:46.629  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:45:46.924  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:45:46.924  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:45:47.217  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:45:47.218  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:45:47.511 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:45:47.511 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@612f62a0
2021-06-08 09:45:47.511 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:45:47.512 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:46:46.271  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:46:47.615  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:46:47.615  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:46:47.909  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:46:47.909  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:46:48.203  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:46:48.203  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:46:48.497 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:46:48.497 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@547a2b02
2021-06-08 09:46:48.497 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:46:48.498 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:47:46.269  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:47:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:47:47.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:47:47.869  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:47:47.869  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:47:48.162  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:47:48.162  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:47:48.456 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:47:48.456 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e0fb590
2021-06-08 09:47:48.456 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:47:48.456 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:48:46.270  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:48:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:48:49.591  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:48:49.885  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:48:49.886  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:48:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:48:50.179  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:48:50.472 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:48:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@390a0676
2021-06-08 09:48:50.473 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:48:50.474 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:49:46.270  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:49:49.592  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:49:49.593  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:49:49.886  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:49:49.887  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:49:50.216  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:49:50.216  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:49:50.513 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:49:50.514 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f81c607
2021-06-08 09:49:50.515 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:49:50.516 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:50:46.270  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:50:49.623  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:50:49.623  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:50:49.917  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:50:49.917  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:50:50.210  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:50:50.210  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:50:50.504 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:50:50.504 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54c57349
2021-06-08 09:50:50.504 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:50:50.505 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:51:46.270  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:51:46.571  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:51:46.572  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:51:46.865  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:51:46.865  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:51:47.159  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:51:47.159  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:51:47.453 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:51:47.453 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b9d8b12
2021-06-08 09:51:47.453 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:51:47.453 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:52:46.271  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:52:46.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:52:46.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:52:46.872  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:52:46.872  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:52:47.171  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:52:47.171  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:52:47.464 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:52:47.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f1a4e9f
2021-06-08 09:52:47.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:52:47.465 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:53:46.272  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:53:46.573  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:53:46.573  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:53:46.867  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:53:46.867  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:53:47.165  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:53:47.165  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:53:47.458 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:53:47.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ecdcc43
2021-06-08 09:53:47.459 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:53:47.459 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:54:46.273  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:54:46.576  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:54:46.577  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:54:46.871  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:54:46.872  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:54:47.165  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:54:47.166  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:54:47.460 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:54:47.460 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77e238e7
2021-06-08 09:54:47.460 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:54:47.461 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:55:46.273  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:55:46.580  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:55:46.580  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:55:46.873  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:55:46.874  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:55:47.167  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:55:47.167  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:55:47.461 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:55:47.461 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fb6eb5b
2021-06-08 09:55:47.461 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:55:47.462 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:56:46.274  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:56:53.783  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:56:53.784  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:56:54.077  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:56:54.078  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:56:54.371  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:56:54.371  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:56:54.665 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:56:54.701 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4014fd98
2021-06-08 09:56:54.701 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:56:54.701 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:57:46.274  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:57:53.688  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:57:53.688  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:57:53.982  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:57:53.982  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:57:54.276  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:57:54.283  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:57:54.577 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:57:54.577 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@28cd3ba2
2021-06-08 09:57:54.578 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:57:54.578 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:58:46.275  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:58:53.847  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:58:53.848  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:58:54.141  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:58:54.142  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:58:54.435  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:58:54.436  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:58:54.730 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:58:54.731 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2628eded
2021-06-08 09:58:54.731 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:58:54.731 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 09:59:46.276  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 09:59:46.580  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:59:46.580  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:59:46.874  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:59:46.874  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:59:47.167  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 09:59:47.168  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 09:59:47.461 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 09:59:47.462 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ffdecd7
2021-06-08 09:59:47.462 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 09:59:47.463 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:00:46.276  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:00:46.577  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:00:46.577  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:00:46.871  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:00:46.871  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:00:47.168  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:00:47.168  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:00:47.462 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:00:47.462 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@498bf263
2021-06-08 10:00:47.462 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:00:47.462 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:01:46.280  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:01:46.585  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:01:46.585  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:01:46.880  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:01:46.880  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:01:47.174  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:01:47.175  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:01:47.468 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:01:47.468 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c3ccf8f
2021-06-08 10:01:47.468 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:01:47.469 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:02:46.278  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:02:46.584  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:02:46.584  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:02:46.877  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:02:46.877  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:02:47.171  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:02:47.171  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:02:47.464 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:02:47.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57f1d107
2021-06-08 10:02:47.465 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:02:47.465 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:03:46.277  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:03:46.567  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:03:46.567  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:03:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:03:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:03:47.131  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:03:47.131  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:03:47.413 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:03:47.413 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18b3ba44
2021-06-08 10:03:47.413 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:03:47.413 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:04:46.278  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:04:46.572  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:04:46.573  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:04:46.854  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:04:46.855  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:04:47.136  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:04:47.136  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:04:47.418 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:04:47.419 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77db9708
2021-06-08 10:04:47.419 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:04:47.419 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:05:46.278  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:05:46.574  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:05:46.575  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:05:46.857  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:05:46.857  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:05:47.139  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:05:47.140  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:05:47.421 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:05:47.421 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@60c6048f
2021-06-08 10:05:47.421 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:05:47.422 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:06:46.278  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:06:47.595  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:06:47.596  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:06:47.878  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:06:47.878  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:06:48.159  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:06:48.160  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:06:48.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:06:48.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2556a01b
2021-06-08 10:06:48.442 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:06:48.443 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:07:46.278  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:07:47.595  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:07:47.596  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:07:47.879  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:07:47.879  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:07:48.161  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:07:48.161  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:07:48.443 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:07:48.444 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8aa615c
2021-06-08 10:07:48.444 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:07:48.444 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:08:46.279  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:08:49.615  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:08:49.616  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:08:49.898  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:08:49.898  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:08:50.182  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:08:50.182  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:08:50.463 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:08:50.464 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71d55f3d
2021-06-08 10:08:50.464 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:08:50.464 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:09:46.278  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:09:46.567  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:09:46.567  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:09:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:09:46.849  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:09:47.131  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:09:47.131  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:09:47.413 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:09:47.413 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@739fbb02
2021-06-08 10:09:47.413 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:09:47.413 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|
2021-06-08 10:10:46.279  INFO 7 --- [        Timer-0] o.onap.sdc.impl.DistributionClientImpl   : DistributionClient - init
2021-06-08 10:10:49.611  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:10:49.612  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:10:49.893  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:10:49.894  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:10:50.175  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be.onap:8443: No route to host (Host unreachable)
2021-06-08 10:10:50.175  INFO 7 --- [        Timer-0] o.apache.http.impl.execchain.RetryExec   : Retrying request to {s}->https://sdc-be.onap:8443
2021-06-08 10:10:50.457 ERROR 7 --- [        Timer-0] org.onap.sdc.http.HttpAsdcClient         : failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
2021-06-08 10:10:50.458 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d3acefb
2021-06-08 10:10:50.458 ERROR 7 --- [        Timer-0] org.onap.sdc.http.SdcConnectorClient     : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08 10:10:50.459 ERROR 7 --- [        Timer-0] o.o.a.m.service.SdcConnectionJob         : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem|