Results

By type

          overriding logback.xml
Policy distribution config file: /opt/app/policy/distribution/etc/mounted/config.json
[2021-06-08T08:41:06.710+00:00|INFO|Main|main] Starting policy distribution service with arguments - [-c, /opt/app/policy/distribution/etc/mounted/config.json]
[2021-06-08T08:41:06.904+00:00|INFO|log|main] Logging initialized @725ms to org.eclipse.jetty.util.log.Slf4jLog
[2021-06-08T08:41:07.057+00:00|INFO|ServiceManager|main] service manager starting
[2021-06-08T08:41:07.057+00:00|INFO|ServiceManager|main] service manager starting REST SDCDistributionGroup
[2021-06-08T08:41:07.057+00:00|INFO|JettyServletServer|main] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-600b90df@50d66d3==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@8576fa0{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@7582ff54{/,null,STOPPED}, connector=SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=null]]: STARTING
[2021-06-08T08:41:07.065+00:00|INFO|ServiceManager|main] service manager started
[2021-06-08T08:41:07.065+00:00|INFO|JettyServletServer|SDCDistributionGroup-6969] JettyJerseyServer [Jerseyservlets={/*=org.glassfish.jersey.servlet.ServletContainer-600b90df@50d66d3==org.glassfish.jersey.servlet.ServletContainer,jsp=null,order=0,inst=false,async=true}, swaggerId=swagger-6969, toString()=JettyServer [name=SDCDistributionGroup, host=0.0.0.0, port=6969, user=healthcheck, password=true, contextPath=/, jettyServer=Server@8576fa0{STOPPED}[9.4.33.v20201020], context=o.e.j.s.ServletContextHandler@7582ff54{/,null,STOPPED}, connector=SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}, jettyThread=Thread[SDCDistributionGroup-6969,5,main]]]: STARTING
[2021-06-08T08:41:07.078+00:00|INFO|Server|SDCDistributionGroup-6969] jetty-9.4.33.v20201020; built: 2020-10-20T23:39:24.803Z; git: 1be68755656cef678b79a2ef1c2ebbca99e25420; jvm 11.0.9.1+1
[2021-06-08T08:41:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T08:41:07.094+00:00|INFO|Main|main] Started policy-distribution service successfully.
[2021-06-08T08:41:07.124+00:00|INFO|session|SDCDistributionGroup-6969] DefaultSessionIdManager workerName=node0
[2021-06-08T08:41:07.124+00:00|INFO|session|SDCDistributionGroup-6969] No SessionScavenger set, using defaults
[2021-06-08T08:41:07.126+00:00|INFO|session|SDCDistributionGroup-6969] node0 Scavenging every 600000ms
[2021-06-08T08:41:07.861+00:00|INFO|YamlMessageBodyHandler|SDCDistributionGroup-6969] Accepting YAML for REST calls
[2021-06-08T08:41:07.862+00:00|INFO|GsonMessageBodyHandler|SDCDistributionGroup-6969] Using GSON for REST calls
[2021-06-08T08:41:07.933+00:00|INFO|ContextHandler|SDCDistributionGroup-6969] Started o.e.j.s.ServletContextHandler@7582ff54{/,null,AVAILABLE}
[2021-06-08T08:41:08.149+00:00|INFO|SslContextFactory|SDCDistributionGroup-6969] x509=X509@5aba32cb(policy@policy.onap.org,h=[policy, policy-apex-pdp, policy-apex-pdp.onap, policy-api, policy-api.onap, policy-distribution, policy-distribution.onap, policy-drools-pdp, policy-drools-pdp.onap, policy-pap, policy-pap.onap, policy-xacml-pdp, policy-xacml-pdp.onap, policy.api.simpledemo.onap.org],w=[]) for Server@725dc6bf[provider=null,keyStore=file:///opt/app/osaaf/local/org.onap.policy.p12,trustStore=file:///opt/app/policy/distribution/etc/ssl/policy-truststore]
[2021-06-08T08:41:08.234+00:00|INFO|AbstractConnector|SDCDistributionGroup-6969] Started SDCDistributionGroup@7357a011{SSL, (ssl, http/1.1)}{0.0.0.0:6969}
[2021-06-08T08:41:08.234+00:00|INFO|Server|SDCDistributionGroup-6969] Started @2057ms
[2021-06-08T08:43:17.213+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T08:43:17.217+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@721192fc
[2021-06-08T08:43:17.217+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:43:17.224+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:43:17.224+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:43:17.224+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:43:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:43:49.886+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:43:49.887+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@357b1888
[2021-06-08T08:43:49.887+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:43:49.887+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:43:49.887+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:43:49.887+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:43:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:43:51.076+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:43:51.076+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@248307c4
[2021-06-08T08:43:51.076+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:43:51.076+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:43:51.076+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:43:51.076+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:43:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:43:52.254+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:43:52.254+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6bc5ae75
[2021-06-08T08:43:52.254+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:43:52.254+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:43:52.254+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:43:52.254+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:43:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:43:53.432+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:43:53.433+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13915243
[2021-06-08T08:43:53.433+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:43:53.433+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:43:53.433+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:43:53.433+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:43:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:43:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:43:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:43:54.611+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:43:54.611+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@647d6b90
[2021-06-08T08:43:54.611+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:43:54.611+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:43:54.611+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:44:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T08:46:17.436+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T08:46:17.436+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29eb66cc
[2021-06-08T08:46:17.436+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:46:17.437+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:46:17.437+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:46:17.437+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:46:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:46:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:47:23 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:47:23 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:47:23 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:47:23 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:47:23.863+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:47:23.864+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7659d65
[2021-06-08T08:47:23.864+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:47:23.864+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:47:23.864+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:47:23.864+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T08:49:34.039+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T08:49:34.040+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@479c2f9e
[2021-06-08T08:49:34.040+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:34.040+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:34.040+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:34.040+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:50.573+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:50.573+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33bbcd7e
[2021-06-08T08:49:50.573+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:50.573+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:50.573+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:50.573+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:51.751+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:51.751+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56187b5c
[2021-06-08T08:49:51.751+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:51.751+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:51.751+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:51.751+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:52.933+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:52.933+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e4caaa1
[2021-06-08T08:49:52.933+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:52.933+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:52.933+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:52.933+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:54.114+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:54.114+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@712fd442
[2021-06-08T08:49:54.114+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:54.114+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:54.114+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:54.114+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:55.292+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:55.292+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a9f57ab
[2021-06-08T08:49:55.292+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:55.292+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:55.292+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:55.292+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:56.471+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:56.471+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33964a01
[2021-06-08T08:49:56.471+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:56.472+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:56.472+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:56.472+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:57.649+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:57.649+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6242fb28
[2021-06-08T08:49:57.649+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:57.649+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:57.650+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:57.650+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:49:58.831+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:49:58.831+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77a1843c
[2021-06-08T08:49:58.831+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:49:58.831+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:49:58.831+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:49:58.831+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:49:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:49:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:49:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:50:00.008+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:50:00.008+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@215ed5d9
[2021-06-08T08:50:00.008+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:50:00.009+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:50:00.009+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:50:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:50:10 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:50:10 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:52:19.928+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T08:52:19.928+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3549a8a0
[2021-06-08T08:52:19.928+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:52:19.929+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:52:19.929+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:52:19.929+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:52:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:52:52.594+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:52:52.594+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e728016
[2021-06-08T08:52:52.594+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:52:52.595+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:52:52.595+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:52:52.595+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:52:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:52:53.774+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:52:53.774+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17c1a020
[2021-06-08T08:52:53.774+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:52:53.774+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:52:53.774+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:52:53.774+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:52:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:52:54.954+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:52:54.954+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2faa98a
[2021-06-08T08:52:54.954+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:52:54.954+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:52:54.954+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:52:54.954+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:52:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:52:56.131+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:52:56.131+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ba2e07
[2021-06-08T08:52:56.131+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:52:56.131+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:52:56.132+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:52:56.132+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:52:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:52:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:52:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:52:57.308+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:52:57.308+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54388f2a
[2021-06-08T08:52:57.308+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:52:57.309+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:52:57.309+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:53:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:53:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:53:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:53:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:53:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:53:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:53:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:53:09.293+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:53:09.293+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17e538c
[2021-06-08T08:53:09.293+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:53:09.294+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:53:09.294+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:53:37.095+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:53:45.329+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:53:45.330+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17b09c09
[2021-06-08T08:53:45.331+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:53:45.331+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:53:45.331+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:54:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T08:56:17.496+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T08:56:17.496+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1390009b
[2021-06-08T08:56:17.496+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:56:17.497+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:56:17.497+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:56:17.497+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:56:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:56:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:56:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:56:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:58:28.568+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T08:58:28.574+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19413a70
[2021-06-08T08:58:28.574+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:58:28.574+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:58:28.574+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:58:28.574+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:59:01.230+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:59:01.230+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52c717c4
[2021-06-08T08:59:01.230+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:59:01.230+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:59:01.230+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:59:01.230+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:59:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:59:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:59:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T08:59:02.408+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T08:59:02.409+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b758c8e
[2021-06-08T08:59:02.409+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T08:59:02.409+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T08:59:02.409+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T08:59:02.409+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 8:59:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 8:59:03 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 8:59:03 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:01:12.408+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:01:12.410+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c6d74fa
[2021-06-08T09:01:12.410+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:01:12.411+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:01:12.411+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:01:12.411+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:02:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:02:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:02:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:02:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:02:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:02:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:04:29.020+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:04:29.021+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6683cde7
[2021-06-08T09:04:29.021+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:04:29.021+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:04:29.021+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:04:29.021+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:01.682+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:01.683+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3214667b
[2021-06-08T09:05:01.683+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:01.683+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:01.684+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:01.684+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:02.869+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:02.869+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43749a24
[2021-06-08T09:05:02.869+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:02.870+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:02.870+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:02.870+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:06 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:06 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:37 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:37 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:38 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:38 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:38.504+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:38.504+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@249f8b16
[2021-06-08T09:05:38.504+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:38.504+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:38.504+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:38.504+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:38 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:38 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:39 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:39 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:39 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:39 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:39.683+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:39.683+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4611bf59
[2021-06-08T09:05:39.683+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:39.683+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:39.683+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:39.683+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:39 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:39 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:40 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:40 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:40 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:40 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:40.870+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:40.871+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1bbc18f8
[2021-06-08T09:05:40.871+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:40.871+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:40.871+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:40.871+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:41 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:41 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:41 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:41 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:41 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:41 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:42.119+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:42.119+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@351d37c4
[2021-06-08T09:05:42.119+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:42.119+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:42.119+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:42.119+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:42 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:42 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:42 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:42 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:43.298+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:43.298+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@613f1568
[2021-06-08T09:05:43.298+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:43.298+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:43.298+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:43.298+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:44.475+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:44.475+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d3f8ca3
[2021-06-08T09:05:44.475+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:44.475+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:44.475+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:44.476+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:45.652+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:45.652+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d4a2498
[2021-06-08T09:05:45.652+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:45.652+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:45.653+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:45.653+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:46.833+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:46.833+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b6eeb2a
[2021-06-08T09:05:46.834+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:46.834+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:46.834+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:46.834+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:48.012+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:48.013+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@196aa862
[2021-06-08T09:05:48.013+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:48.013+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:48.013+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:48.013+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:49.190+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:49.190+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@498f7149
[2021-06-08T09:05:49.190+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:49.190+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:49.190+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:49.190+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:50.368+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:50.368+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@115048cf
[2021-06-08T09:05:50.368+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:50.368+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:50.368+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:50.368+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:51.593+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:51.593+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46dbff1
[2021-06-08T09:05:51.593+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:51.594+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:51.594+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:51.594+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:52.769+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:52.770+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ed10dea
[2021-06-08T09:05:52.770+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:52.770+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:52.770+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:52.770+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:53.948+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:53.948+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14a4b873
[2021-06-08T09:05:53.948+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:53.948+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:53.948+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:53.948+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:55.126+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:55.126+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@435b47b1
[2021-06-08T09:05:55.126+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:55.126+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:55.126+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:05:55.126+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:05:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:05:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:05:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:05:56.303+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:05:56.303+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@336dda93
[2021-06-08T09:05:56.303+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:05:56.303+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:05:56.303+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:06:07.095+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:08:16.343+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:08:16.344+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fcc76fb
[2021-06-08T09:08:16.344+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:08:16.345+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:08:16.345+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:08:16.345+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:08:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:08:49.021+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:08:49.021+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@291089e9
[2021-06-08T09:08:49.021+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:08:49.022+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:08:49.022+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:08:49.022+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:08:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:08:50.210+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:08:50.210+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44d3b35c
[2021-06-08T09:08:50.210+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:08:50.210+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:08:50.210+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:08:50.210+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:08:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:08:51.395+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:08:51.395+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5bcebd37
[2021-06-08T09:08:51.395+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:08:51.395+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:08:51.395+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:08:51.395+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:08:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:08:52.594+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:08:52.594+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@497bcef2
[2021-06-08T09:08:52.594+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:08:52.594+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:08:52.594+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:08:52.594+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:08:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:08:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:08:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:08:53.795+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:08:53.795+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@70de8801
[2021-06-08T09:08:53.795+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:08:53.795+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:08:53.795+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:09:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:11:16.567+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:11:16.567+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21886a8a
[2021-06-08T09:11:16.567+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:11:16.567+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:11:16.567+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:11:16.568+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:13:27.639+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:13:27.639+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e36a85a
[2021-06-08T09:13:27.639+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:27.639+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:27.639+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:27.639+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:44.177+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:44.178+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c0879fd
[2021-06-08T09:13:44.178+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:44.178+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:44.178+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:44.178+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:45.361+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:45.361+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7106df0b
[2021-06-08T09:13:45.361+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:45.361+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:45.361+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:45.361+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:46.538+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:46.538+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a87bbeb
[2021-06-08T09:13:46.538+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:46.538+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:46.538+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:46.538+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:47.715+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:47.715+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@383c1194
[2021-06-08T09:13:47.715+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:47.715+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:47.716+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:47.716+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:48.892+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:48.892+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@638792aa
[2021-06-08T09:13:48.892+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:48.892+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:48.892+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:48.892+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:50.069+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:50.070+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d87dbcd
[2021-06-08T09:13:50.070+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:50.070+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:50.070+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:50.071+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:51.246+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:51.247+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21b8914b
[2021-06-08T09:13:51.247+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:51.247+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:51.247+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:13:51.247+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:13:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:13:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:13:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:13:52.425+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:13:52.425+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e5748ae
[2021-06-08T09:13:52.425+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:13:52.426+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:13:52.426+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:14:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:16:17.627+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:16:17.627+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f09587d
[2021-06-08T09:16:17.627+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:16:17.628+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:16:17.628+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:16:17.628+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:18:28.696+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:18:28.696+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47bb5eba
[2021-06-08T09:18:28.696+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:18:28.697+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:18:28.697+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:18:28.697+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:20:39.768+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:20:39.768+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3484d530
[2021-06-08T09:20:39.768+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:20:39.768+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:20:39.768+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:20:39.768+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:20:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:20:56.306+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:20:56.306+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18e17bd1
[2021-06-08T09:20:56.306+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:20:56.306+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:20:56.306+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:20:56.306+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:20:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:20:57.494+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:20:57.494+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6caea980
[2021-06-08T09:20:57.494+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:20:57.495+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:20:57.495+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:20:57.495+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:20:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:20:58.676+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:20:58.676+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b2fd5c4
[2021-06-08T09:20:58.676+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:20:58.676+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:20:58.676+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:20:58.676+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:20:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:20:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:20:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:20:59.858+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:20:59.859+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@611375cd
[2021-06-08T09:20:59.859+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:20:59.859+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:20:59.859+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:20:59.859+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:21:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:21:01.036+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:21:01.036+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c9c504b
[2021-06-08T09:21:01.036+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:21:01.036+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:21:01.036+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:21:01.036+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:21:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:21:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:21:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:21:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:21:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:21:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:21:02.214+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:21:02.214+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20037c50
[2021-06-08T09:21:02.214+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:21:02.214+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:21:02.215+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:21:02.215+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:21:09 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:21:09 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:19.512+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:23:19.513+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e769df
[2021-06-08T09:23:19.513+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:19.513+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:19.513+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:19.513+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:52.174+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:23:52.174+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b8f700e
[2021-06-08T09:23:52.174+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:52.174+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:52.175+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:52.175+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:53.354+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:23:53.354+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27265757
[2021-06-08T09:23:53.354+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:53.354+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:53.354+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:53.354+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:54.531+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:23:54.531+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ca4a141
[2021-06-08T09:23:54.531+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:54.531+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:54.531+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:54.531+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:55.712+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:23:55.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ef4561e
[2021-06-08T09:23:55.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:55.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:55.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:55.712+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:56.888+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:23:56.888+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1054cb61
[2021-06-08T09:23:56.888+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:56.888+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:56.888+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:56.888+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:58.067+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:23:58.068+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12e7c1da
[2021-06-08T09:23:58.068+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:58.068+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:58.068+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:58.068+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:23:59.243+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:23:59.244+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74c9a863
[2021-06-08T09:23:59.244+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:23:59.244+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:23:59.244+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:23:59.244+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:23:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:23:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:23:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:24:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:24:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:24:00.419+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:24:00.419+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@339e4972
[2021-06-08T09:24:00.419+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:24:00.419+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:24:00.420+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:24:00.420+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:24:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:24:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:24:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:24:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:24:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:24:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:24:01.600+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:24:01.600+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cd3b281
[2021-06-08T09:24:01.600+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:24:01.601+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:24:01.601+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:24:01.601+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:24:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:24:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:24:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:24:02 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:26:11.544+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:26:11.544+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@591b6038
[2021-06-08T09:26:11.544+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:26:11.545+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:26:11.545+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:26:11.545+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:26:14 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:14 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:15 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:15 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:15 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:15 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:26:47.166+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:26:47.167+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cbc8393
[2021-06-08T09:26:47.167+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:26:47.167+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:26:47.167+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:26:47.167+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:26:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:26:48.346+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:26:48.346+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47a42874
[2021-06-08T09:26:48.346+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:26:48.346+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:26:48.346+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:26:48.346+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:26:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:26:49.533+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:26:49.533+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52ab4b8a
[2021-06-08T09:26:49.533+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:26:49.533+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:26:49.534+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:26:49.534+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:26:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:26:50.715+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:26:50.715+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c505ade
[2021-06-08T09:26:50.715+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:26:50.715+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:26:50.715+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:26:50.715+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:26:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:26:51.892+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:26:51.892+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@755ead44
[2021-06-08T09:26:51.892+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:26:51.892+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:26:51.893+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:26:51.893+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:26:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:26:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:26:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:26:53.069+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:26:53.069+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c1478d
[2021-06-08T09:26:53.069+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:26:53.070+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:26:53.070+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:27:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:27:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:27:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:27:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:27:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:27:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:27:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:27:08.278+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:27:08.278+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20f8a93e
[2021-06-08T09:27:08.278+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:27:08.278+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:27:08.278+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:27:37.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:27:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:27:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:27:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:27:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:27:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:27:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:27:53.580+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:27:53.581+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c00a869
[2021-06-08T09:27:53.581+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:27:53.581+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:27:53.581+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:28:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:30:17.304+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:30:17.305+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@700c205e
[2021-06-08T09:30:17.305+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:30:17.305+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:30:17.305+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:30:17.305+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:30:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:30:51.011+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:30:51.011+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@249f3024
[2021-06-08T09:30:51.012+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:30:51.013+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:30:51.013+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:30:51.013+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:30:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:30:52.198+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:30:52.198+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4edeb5a7
[2021-06-08T09:30:52.198+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:30:52.199+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:30:52.199+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:30:52.199+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:30:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:30:53.379+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:30:53.379+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12349830
[2021-06-08T09:30:53.379+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:30:53.379+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:30:53.379+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:30:53.379+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:30:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:30:54.556+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:30:54.556+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5934d494
[2021-06-08T09:30:54.556+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:30:54.556+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:30:54.556+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:30:54.556+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:30:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:30:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:30:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:30:55.736+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:30:55.736+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@50c97425
[2021-06-08T09:30:55.736+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:30:55.736+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:30:55.736+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:31:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:33:17.528+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:33:17.528+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35e7d695
[2021-06-08T09:33:17.528+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:33:17.529+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:33:17.529+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:33:17.529+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:35:28.599+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:35:28.599+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3b092fb
[2021-06-08T09:35:28.599+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:28.599+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:28.599+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:28.599+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:45.131+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:45.131+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@63e3cbb1
[2021-06-08T09:35:45.131+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:45.131+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:45.131+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:45.131+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:46.307+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:46.307+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22c6b77c
[2021-06-08T09:35:46.307+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:46.307+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:46.307+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:46.307+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:48.512+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:48.512+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7833581b
[2021-06-08T09:35:48.512+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:48.512+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:48.512+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:48.512+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:49.690+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:49.691+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27101557
[2021-06-08T09:35:49.691+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:49.691+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:49.691+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:49.691+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:50.867+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:50.868+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13b7f7b9
[2021-06-08T09:35:50.868+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:50.868+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:50.868+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:50.868+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:52.047+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:52.048+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22a7d3a8
[2021-06-08T09:35:52.048+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:52.048+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:52.048+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:52.048+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:53.224+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:53.224+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c393139
[2021-06-08T09:35:53.224+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:53.224+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:53.224+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:35:53.224+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:35:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:35:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:35:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:35:54.402+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:35:54.402+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@372b26b1
[2021-06-08T09:35:54.402+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:35:54.402+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:35:54.402+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:36:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:38:16.535+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:38:16.535+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cc77470
[2021-06-08T09:38:16.535+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:38:16.536+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:38:16.536+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:38:16.536+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:38:16 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:38:16 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:38:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:38:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:38:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:38:17 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:38:17.718+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:38:17.718+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cf2942c
[2021-06-08T09:38:17.718+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:38:17.718+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:38:17.718+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:38:17.718+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:40:27.611+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:40:27.611+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f085741
[2021-06-08T09:40:27.611+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:40:27.611+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:40:27.611+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:40:27.611+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:40:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:40:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:40:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:40:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:40:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:40:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:41:00.271+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:41:00.272+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21c5a29a
[2021-06-08T09:41:00.272+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:41:00.273+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:41:00.273+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:41:00.273+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:41:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:41:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:41:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:41:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:41:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:41:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:41:01.454+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:41:01.454+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10f92ebc
[2021-06-08T09:41:01.454+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:41:01.454+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:41:01.454+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:41:01.454+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:41:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:41:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:43:11.452+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:43:11.452+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cff6b92
[2021-06-08T09:43:11.452+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:43:11.453+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:43:11.453+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:43:11.453+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:43:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:43:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:43:13 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:43:13 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:45:22.520+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:45:22.520+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b5d1179
[2021-06-08T09:45:22.520+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:45:22.521+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:45:22.521+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:45:22.521+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:45:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:45:55.181+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:45:55.181+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@191e7fd5
[2021-06-08T09:45:55.181+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:45:55.182+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:45:55.182+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:45:55.182+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:45:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:45:56.359+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:45:56.360+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62d39f4
[2021-06-08T09:45:56.360+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:45:56.360+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:45:56.360+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:45:56.360+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:45:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:45:57.575+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:45:57.575+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@625c4416
[2021-06-08T09:45:57.575+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:45:57.576+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:45:57.576+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:45:57.576+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:45:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:45:58.751+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:45:58.751+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76c1be58
[2021-06-08T09:45:58.751+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:45:58.752+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:45:58.752+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:45:58.752+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:45:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:45:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:45:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:45:59.929+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:45:59.929+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a5c6760
[2021-06-08T09:45:59.929+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:45:59.929+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:45:59.929+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:45:59.929+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:46:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:46:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:46:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:46:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:46:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:46:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:46:01.105+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:46:01.105+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c2ee236
[2021-06-08T09:46:01.105+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:46:01.105+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:46:01.105+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:46:01.105+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:46:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:46:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:48:12.504+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:48:12.504+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1898613f
[2021-06-08T09:48:12.504+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:48:12.505+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:48:12.505+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:48:12.505+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:48:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:48:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:48:13 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:48:13 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:50:23.580+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:50:23.581+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30aa06f6
[2021-06-08T09:50:23.581+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:50:23.582+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:50:23.582+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:50:23.582+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:50:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:50:56.239+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:50:56.239+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@115661fa
[2021-06-08T09:50:56.239+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:50:56.239+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:50:56.239+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:50:56.239+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:50:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:50:57.419+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:50:57.419+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f12e165
[2021-06-08T09:50:57.419+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:50:57.419+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:50:57.419+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:50:57.419+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:50:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:50:58.597+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:50:58.597+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1905946
[2021-06-08T09:50:58.597+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:50:58.597+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:50:58.597+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:50:58.597+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:50:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:50:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:50:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:50:59.773+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:50:59.773+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@608bd718
[2021-06-08T09:50:59.773+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:50:59.774+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:50:59.774+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:50:59.774+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:51:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:51:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:51:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:51:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:51:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:51:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:51:00.949+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:51:00.949+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69deaebd
[2021-06-08T09:51:00.949+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:51:00.949+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:51:00.949+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:51:00.949+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:51:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:51:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:11.512+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:53:11.512+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ef70c27
[2021-06-08T09:53:11.512+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:11.513+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:11.513+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:11.513+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:43 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:44.176+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:44.176+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d6fd884
[2021-06-08T09:53:44.176+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:44.177+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:44.177+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:44.177+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:44 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:45.358+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:45.359+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@612ddac6
[2021-06-08T09:53:45.359+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:45.359+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:45.359+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:45.359+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:45 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:46.534+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:46.534+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54617779
[2021-06-08T09:53:46.534+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:46.535+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:46.535+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:46.535+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:46 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:47 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:47.712+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:47.712+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73d028da
[2021-06-08T09:53:47.712+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:47.712+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:47.712+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:47.712+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:48 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:48.888+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:48.888+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56868b45
[2021-06-08T09:53:48.888+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:48.889+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:48.889+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:48.889+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:50.064+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:50.064+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43756127
[2021-06-08T09:53:50.064+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:50.064+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:50.064+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:50.064+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:50 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:51.240+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:51.240+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ed4adce
[2021-06-08T09:53:51.240+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:51.240+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:51.240+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:51.240+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:51 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:52.421+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:52.421+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@36dc703a
[2021-06-08T09:53:52.421+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:52.421+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:52.421+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:52.421+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:52 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:53.597+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:53.597+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31a028b6
[2021-06-08T09:53:53.597+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:53.597+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:53.597+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:53.597+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:54.773+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:54.773+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7346c90b
[2021-06-08T09:53:54.773+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:54.773+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:54.774+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:54.774+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:55.949+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:55.949+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78d495d5
[2021-06-08T09:53:55.949+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:55.949+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:55.949+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:55.949+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:57.132+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:57.133+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4526d2b3
[2021-06-08T09:53:57.133+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:57.133+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:57.133+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:57.133+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:58.312+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:58.313+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18d09d96
[2021-06-08T09:53:58.313+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:58.313+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:58.313+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:58.313+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:53:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:53:59.490+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:53:59.490+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@610973de
[2021-06-08T09:53:59.490+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:53:59.490+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:53:59.490+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:53:59.490+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:53:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:53:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:54:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:54:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:54:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:54:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:54:00.666+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T09:54:00.667+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@600caff7
[2021-06-08T09:54:00.667+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:54:00.667+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:54:00.667+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:54:07.094+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:54:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:54:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 9:54:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:54:08 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T09:56:17.884+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:56:17.884+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e6e1542
[2021-06-08T09:56:17.884+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:56:17.884+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:56:17.884+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:56:17.884+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T09:58:28.951+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T09:58:28.951+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@660f3eb1
[2021-06-08T09:58:28.951+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T09:58:28.952+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T09:58:28.952+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T09:58:28.952+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 9:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 9:59:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:01:10.747+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T10:01:10.747+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9190d70
[2021-06-08T10:01:10.747+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:01:10.748+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:01:10.748+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:01:10.748+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:01:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:01:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:01:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:01:12 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:03:21.815+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T10:03:21.815+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69663388
[2021-06-08T10:03:21.815+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:03:21.816+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:03:21.816+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:03:21.816+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:03:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:03:54.436+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:03:54.436+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b5ec0e7
[2021-06-08T10:03:54.436+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:03:54.436+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:03:54.436+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:03:54.436+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:03:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:03:55.567+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:03:55.567+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c0701ae
[2021-06-08T10:03:55.567+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:03:55.567+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:03:55.567+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:03:55.567+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:03:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:03:56.701+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:03:56.701+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1df71fb1
[2021-06-08T10:03:56.701+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:03:56.701+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:03:56.702+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:03:56.702+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:03:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:03:57.832+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:03:57.832+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38b16f92
[2021-06-08T10:03:57.832+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:03:57.833+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:03:57.833+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:03:57.833+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:03:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:03:58.963+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:03:58.964+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cd5bb20
[2021-06-08T10:03:58.964+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:03:58.964+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:03:58.964+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:03:58.964+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:03:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:03:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:03:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:04:00.098+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:04:00.098+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ecc7c8a
[2021-06-08T10:04:00.098+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:04:00.098+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:04:00.098+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:04:00.098+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:04:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:04:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:04:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:04:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:06:11.800+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T10:06:11.800+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f204b2c
[2021-06-08T10:06:11.800+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:06:11.801+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:06:11.801+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:06:11.801+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T10:08:22.876+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T10:08:22.876+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17993fe2
[2021-06-08T10:08:22.876+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:08:22.877+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:08:22.877+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:08:22.877+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:08:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:08:55.486+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:08:55.486+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73f03796
[2021-06-08T10:08:55.486+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:08:55.486+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:08:55.486+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:08:55.486+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:08:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:08:56.619+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:08:56.619+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cbb842d
[2021-06-08T10:08:56.619+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:08:56.619+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:08:56.619+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:08:56.619+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:08:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:08:57.747+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:08:57.747+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4abbecda
[2021-06-08T10:08:57.747+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:08:57.747+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:08:57.747+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:08:57.747+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:08:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:08:58.877+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:08:58.877+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2daf715f
[2021-06-08T10:08:58.877+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:08:58.877+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:08:58.877+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:08:58.877+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:08:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:08:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:08:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:09:00.006+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:09:00.006+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bb62444
[2021-06-08T10:09:00.006+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:09:00.006+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:09:00.006+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:09:00.006+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:09:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:09:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:11:10.807+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T10:11:10.807+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c8d1f0e
[2021-06-08T10:11:10.807+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:11:10.807+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:11:10.807+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:11:10.807+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
[2021-06-08T10:13:21.883+00:00|ERROR|HttpAsdcClient|Timer-0] failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be:8443 [sdc-be/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:376)
	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.policy.distribution.reception.handling.sdc.SdcReceptionHandler.initializeSdcClient(SdcReceptionHandler.java:140)
	at org.onap.policy.distribution.reception.handling.sdc.SdcClientHandler.run(SdcClientHandler.java:61)
	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)
	... 18 common frames omitted
[2021-06-08T10:13:21.883+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d1d2e29
[2021-06-08T10:13:21.883+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:13:21.884+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:13:21.884+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:13:21.884+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:13:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:53 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:13:54.496+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:13:54.496+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b9e4e8
[2021-06-08T10:13:54.496+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:13:54.497+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:13:54.497+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:13:54.497+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:13:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:54 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:13:55.630+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:13:55.630+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fe118d2
[2021-06-08T10:13:55.630+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:13:55.630+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:13:55.630+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:13:55.630+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:13:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:55 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:56 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:13:56.758+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:13:56.758+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4008fc17
[2021-06-08T10:13:56.758+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:13:56.758+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:13:56.758+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:13:56.758+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:13:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:13:57.887+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:13:57.887+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79ee3650
[2021-06-08T10:13:57.887+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:13:57.887+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:13:57.887+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:13:57.887+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:13:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:58 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:13:59.015+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:13:59.015+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c824d69
[2021-06-08T10:13:59.015+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:13:59.015+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:13:59.015+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:13:59.015+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:13:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
Jun 08, 2021 10:13:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:13:59 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443
[2021-06-08T10:14:00.144+00:00|ERROR|HttpAsdcClient|Timer-0] failed to send request to url: /sdc/v1/artifactTypes error No route to host (Host unreachable)
[2021-06-08T10:14:00.144+00:00|ERROR|SdcConnectorClient|Timer-0] status from ASDC is org.onap.sdc.http.HttpAsdcResponse@737ddc7
[2021-06-08T10:14:00.144+00:00|ERROR|SdcConnectorClient|Timer-0] DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
[2021-06-08T10:14:00.145+00:00|ERROR|SdcReceptionHandler|Timer-0] SDC client initialization failed with reason: ASDC server problem. Initialization will be retried after 30 Seconds
[2021-06-08T10:14:00.145+00:00|ERROR|SdcReceptionHandler|Timer-0] The SDC Client is not initialized
[2021-06-08T10:14:00.145+00:00|INFO|DistributionClientImpl|Timer-0] DistributionClient - init
Jun 08, 2021 10:14:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (java.net.NoRouteToHostException) caught when processing request to {s}->https://sdc-be:8443: No route to host (Host unreachable)
Jun 08, 2021 10:14:07 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://sdc-be:8443