java -DAJSC_HOME=/opt/app/model-loader -DCONFIG_HOME=/opt/app/model-loader/config/ -Dcom.att.eelf.logging.path=/opt/app/model-loader -Dcom.att.eelf.logging.file=logback.xml -Dlogback.configurationFile=/opt/app/model-loader/logback.xml -Dserver.port=9500 -jar ./model-loader-1.9.4.jar 2022-10-07 05:00:15.231 WARN 7 --- [ main] o.s.b.l.logback.LogbackLoggingSystem : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead. 2022-10-07T05:00:15.231Z||main|ModelLoader||org.springframework.boot.logging.logback.LogbackLoggingSystem||WARN|Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead. . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.12.RELEASE) 2022-10-07 05:00:15.820 INFO 7 --- [ main] o.o.a.m.ModelLoaderApplication : Starting ModelLoaderApplication on onap-aai-modelloader-7d5ddfbd94-9qsbs with PID 7 (/opt/app/model-loader/model-loader-1.9.4.jar started by aaiadmin in /opt/app/model-loader) 2022-10-07T05:00:15.820Z||main|ModelLoader||org.onap.aai.modelloader.ModelLoaderApplication||INFO|Starting ModelLoaderApplication on onap-aai-modelloader-7d5ddfbd94-9qsbs with PID 7 (/opt/app/model-loader/model-loader-1.9.4.jar started by aaiadmin in /opt/app/model-loader) 2022-10-07 05:00:15.822 INFO 7 --- [ main] o.o.a.m.ModelLoaderApplication : No active profile set, falling back to default profiles: default 2022-10-07T05:00:15.822Z||main|ModelLoader||org.onap.aai.modelloader.ModelLoaderApplication||INFO|No active profile set, falling back to default profiles: default 2022-10-07 05:00:18.295 INFO 7 --- [ main] org.eclipse.jetty.util.log : Logging initialized @5740ms to org.eclipse.jetty.util.log.Slf4jLog 2022-10-07T05:00:18.295Z||main|ModelLoader||org.eclipse.jetty.util.log||INFO|Logging initialized @5740ms to org.eclipse.jetty.util.log.Slf4jLog 2022-10-07 05:00:18.434 INFO 7 --- [ main] org.eclipse.jetty.server.Server : jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.9+11 2022-10-07T05:00:18.434Z||main|ModelLoader||org.eclipse.jetty.server.Server||INFO|jetty-9.4.25.v20191220; built: 2019-12-20T17:00:00.294Z; git: a9729c7e7f33a459d2616a8f9e9ba8a90f432e95; jvm 11.0.9+11 2022-10-07 05:00:18.502 INFO 7 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext 2022-10-07T05:00:18.502Z||main|ModelLoader||org.eclipse.jetty.server.handler.ContextHandler.application||INFO|Initializing Spring embedded WebApplicationContext 2022-10-07 05:00:18.673 INFO 7 --- [ main] org.eclipse.jetty.server.session : DefaultSessionIdManager workerName=node0 2022-10-07 05:00:18.674 INFO 7 --- [ main] org.eclipse.jetty.server.session : No SessionScavenger set, using defaults 2022-10-07T05:00:18.673Z||main|ModelLoader||org.eclipse.jetty.server.session||INFO|DefaultSessionIdManager workerName=node0 2022-10-07T05:00:18.674Z||main|ModelLoader||org.eclipse.jetty.server.session||INFO|No SessionScavenger set, using defaults 2022-10-07 05:00:18.677 INFO 7 --- [ main] org.eclipse.jetty.server.session : node0 Scavenging every 600000ms 2022-10-07T05:00:18.677Z||main|ModelLoader||org.eclipse.jetty.server.session||INFO|node0 Scavenging every 600000ms 2022-10-07 05:00:18.690 INFO 7 --- [ main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@485e36bc{application,/,[file:///tmp/jetty-docbase.5872217964694757416.9500/],AVAILABLE} 2022-10-07T05:00:18.690Z||main|ModelLoader||org.eclipse.jetty.server.handler.ContextHandler||INFO|Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@485e36bc{application,/,[file:///tmp/jetty-docbase.5872217964694757416.9500/],AVAILABLE} 2022-10-07 05:00:18.692 INFO 7 --- [ main] org.eclipse.jetty.server.Server : Started @6139ms 2022-10-07T05:00:18.692Z||main|ModelLoader||org.eclipse.jetty.server.Server||INFO|Started @6139ms 2022-10-07 05:00:18.743 INFO 7 --- [ main] o.o.a.m.service.ModelLoaderService : MDLSVC0001I|MDLSVC0001I Loading configuration | 2022-10-07T05:00:18.743Z||main|ModelLoader||org.onap.aai.modelloader.service.ModelLoaderService||INFO|MDLSVC0001I|MDLSVC0001I Loading configuration | 2022-10-07 05:00:18.821 INFO 7 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:00:18.821Z||main|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:00:20.456 ERROR 7 --- [ main] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.ModelLoaderService.initSdcClient(ModelLoaderService.java:130) at org.onap.aai.modelloader.service.ModelLoaderService.start(ModelLoaderService.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204) at org.onap.aai.modelloader.ModelLoaderApplication.main(ModelLoaderApplication.java:34) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) Caused by: java.net.ConnectException: Connection refused (Connection refused) 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) ... 49 common frames omitted 2022-10-07T05:00:20.456Z||main|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.ModelLoaderService.initSdcClient(ModelLoaderService.java:130) at org.onap.aai.modelloader.service.ModelLoaderService.start(ModelLoaderService.java:103) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391) at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204) at org.onap.aai.modelloader.ModelLoaderApplication.main(ModelLoaderApplication.java:34) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52) Caused by: java.net.ConnectException: Connection refused (Connection refused) 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) ... 49 common frames omitted 2022-10-07 05:00:20.459 ERROR 7 --- [ main] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d71006f 2022-10-07T05:00:20.459Z||main|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d71006f 2022-10-07 05:00:20.460 ERROR 7 --- [ main] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:00:20.460Z||main|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:00:20.475 ERROR 7 --- [ main] o.o.a.m.service.ModelLoaderService : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:00:20.475Z||main|ModelLoader||org.onap.aai.modelloader.service.ModelLoaderService||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:00:20.477 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:00:20.477Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:00:21.508 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:00:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@797ca2f0 2022-10-07T05:00:21.508Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:00:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@797ca2f0 2022-10-07 05:00:21.513 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:00:21.513Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:00:21.516 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:00:21.516Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:00:21.637 INFO 7 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-07T05:00:21.637Z||main|ModelLoader||org.eclipse.jetty.server.handler.ContextHandler.application||INFO|Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-07 05:00:21.675 INFO 7 --- [ main] o.e.jetty.server.AbstractConnector : Started ServerConnector@2826f61{HTTP/1.1,[http/1.1]}{0.0.0.0:9500} 2022-10-07T05:00:21.675Z||main|ModelLoader||org.eclipse.jetty.server.AbstractConnector||INFO|Started ServerConnector@2826f61{HTTP/1.1,[http/1.1]}{0.0.0.0:9500} 2022-10-07 05:00:21.684 INFO 7 --- [ main] o.o.a.m.ModelLoaderApplication : Started ModelLoaderApplication in 7.544 seconds (JVM running for 9.131) 2022-10-07T05:00:21.684Z||main|ModelLoader||org.onap.aai.modelloader.ModelLoaderApplication||INFO|Started ModelLoaderApplication in 7.544 seconds (JVM running for 9.131) 2022-10-07 05:01:20.478 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:01:20.478Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:01:21.507 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:01:21.509 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d081ef8 2022-10-07 05:01:21.509 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:01:21.507Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:01:21.509Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d081ef8 2022-10-07 05:01:21.510 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:01:21.509Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:01:21.510Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:02:20.478 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:02:20.478Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:02:21.511 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:02:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ce942ce 2022-10-07 05:02:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:02:21.511Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:02:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ce942ce 2022-10-07T05:02:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:02:21.513 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:02:21.513Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:03:20.478 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:03:20.478Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:03:21.511 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:03:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@581f640c 2022-10-07T05:03:21.511Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:03:21.513 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:03:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@581f640c 2022-10-07T05:03:21.513Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:03:21.513 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:03:21.513Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:04:20.478 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:04:20.478Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:04:21.513 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:04:21.513Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:04:21.514 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@530671be 2022-10-07 05:04:21.514 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:04:21.514Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@530671be 2022-10-07T05:04:21.514Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:04:21.515 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:04:21.515Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:05:20.479 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:05:20.479Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:05:21.511 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:05:21.511 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5be8f1b7 2022-10-07 05:05:21.511 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:05:21.511Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:05:21.511Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5be8f1b7 2022-10-07T05:05:21.511Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:05:21.512 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:05:21.512Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:06:20.480 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:06:20.480Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:06:21.514 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:06:21.515 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ccb783 2022-10-07 05:06:21.515 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:06:21.514Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:06:21.515Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ccb783 2022-10-07T05:06:21.515Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:06:21.516 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:06:21.516Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:07:20.480 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:07:20.480Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:07:21.508 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:07:21.509 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3207e14 2022-10-07T05:07:21.508Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:07:21.509 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:07:21.509Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3207e14 2022-10-07T05:07:21.509Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:07:21.509 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:07:21.509Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:08:20.480 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:08:20.480Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:08:21.511 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:08:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53e0e61c 2022-10-07T05:08:21.511Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:08:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:08:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53e0e61c 2022-10-07T05:08:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:08:21.512 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:08:21.512Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:09:20.480 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:09:20.480Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:09:21.511 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:09:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30ab9d5d 2022-10-07T05:09:21.511Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:09:21.513 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:09:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30ab9d5d 2022-10-07T05:09:21.513Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:09:21.514 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:09:21.514Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:10:20.480 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:10:20.480Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:10:21.512 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:10:21.513 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ee68d39 2022-10-07T05:10:21.512Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:10:21.513 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:10:21.513Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ee68d39 2022-10-07T05:10:21.513Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:10:21.514 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:10:21.514Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:11:20.480 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:11:20.480Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:11:21.516 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:11:21.517 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39c920f4 2022-10-07T05:11:21.516Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:11:21.517 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:11:21.517Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39c920f4 2022-10-07T05:11:21.517Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:11:21.517 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:11:21.517Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:12:20.481 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:12:20.481Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:12:21.507 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:12:21.508 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32abb3b2 2022-10-07T05:12:21.507Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:12:21.508Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32abb3b2 2022-10-07 05:12:21.508 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:12:21.508Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:12:21.509 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:12:21.509Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:13:20.481 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:13:20.481Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:13:21.507 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpAsdcClient : failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07T05:13:21.507Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpAsdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.10.43] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.aai.modelloader.service.SdcConnectionJob.run(SdcConnectionJob.java:52) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 17 common frames omitted 2022-10-07 05:13:21.508 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cf9e512 2022-10-07T05:13:21.508Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cf9e512 2022-10-07 05:13:21.509 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07T05:13:21.509Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-10-07 05:13:21.509 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07T05:13:21.509Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: ASDC server problem| 2022-10-07 05:14:20.481 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2022-10-07T05:14:20.481Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2022-10-07 05:14:20.951 INFO 7 --- [ Timer-0] com.att.nsa.apiClient.http.HttpClient : POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-07T05:14:20.951Z||Timer-0|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-07 05:14:21.001 INFO 7 --- [ Timer-0] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:14:21.001Z||Timer-0|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:14:21.128 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient 2022-10-07T05:14:21.128Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|start DistributionClient 2022-10-07 05:14:21.135 INFO 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established| 2022-10-07T05:14:21.135Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||INFO|MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established| 2022-10-07 05:14:21.137 INFO 7 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:14:21.137Z||pool-2-thread-1|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:14:21.142 WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:14:21.142 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:14:21.142Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:14:21.142Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:14:31.481 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:14:31.481Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:14:51.134 INFO 7 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:14:51.134Z||pool-2-thread-1|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:14:51.135 WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:14:51.135 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:14:51.135Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:14:51.135Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:15:00.696 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:15:00.696Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:15:21.134 INFO 7 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:15:21.134Z||pool-2-thread-2|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:15:21.136 WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:15:21.136 INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:15:21.136Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:15:21.136Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:15:30.715 INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:15:30.715Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:15:51.134 INFO 7 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:15:51.134Z||pool-2-thread-1|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:15:51.136 WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:15:51.136 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:15:51.136Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:15:51.136Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:16:00.716 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:16:00.716Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:16:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:16:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:16:21.137 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:16:21.137 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:16:21.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:16:21.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:16:30.711 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:16:30.711Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:16:51.134 INFO 7 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:16:51.134Z||pool-2-thread-2|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:16:51.136 WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:16:51.137 INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:16:51.136Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:16:51.137Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:17:00.699 INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:17:00.699Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:17:21.134 INFO 7 --- [pool-2-thread-2] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:17:21.134Z||pool-2-thread-2|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:17:21.138 WARN 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:17:21.138 INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:17:21.138Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:17:21.138Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:17:30.726 INFO 7 --- [pool-2-thread-2] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:17:30.726Z||pool-2-thread-2|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:17:51.134 INFO 7 --- [pool-2-thread-1] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:17:51.134Z||pool-2-thread-1|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:17:51.135 WARN 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:17:51.136 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:17:51.135Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:17:51.136Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:18:00.704 INFO 7 --- [pool-2-thread-1] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:18:00.704Z||pool-2-thread-1|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:18:21.134 INFO 7 --- [pool-2-thread-5] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:18:21.134Z||pool-2-thread-5|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:18:21.137 WARN 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:18:21.137Z||pool-2-thread-5|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:18:21.137 INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:18:21.137Z||pool-2-thread-5|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:18:30.715 INFO 7 --- [pool-2-thread-5] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:18:30.715Z||pool-2-thread-5|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:18:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:18:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:18:51.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:18:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:18:51.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:18:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:19:00.695 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:19:00.695Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:19:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:19:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:19:21.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:19:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:19:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:19:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:19:30.685 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:19:30.685Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:19:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:19:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:19:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:19:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:19:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:19:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:20:00.684 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:20:00.684Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:20:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:20:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:20:21.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:20:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:20:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:20:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:20:30.679 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:20:30.679Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:20:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:20:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:20:51.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:20:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:20:51.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:20:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:21:00.699 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:21:00.699Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:21:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:21:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:21:21.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:21:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:21:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:21:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:21:30.683 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:21:30.683Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:21:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:21:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:21:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:21:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:21:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:21:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:22:00.731 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:22:00.731Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:22:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:22:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:22:21.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:22:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:22:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:22:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:22:30.673 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:22:30.673Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:22:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:22:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:22:51.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:22:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:22:51.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:22:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:23:00.694 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:23:00.694Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:23:21.135 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:23:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:23:21.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:23:21.137 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:23:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:23:21.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:23:30.698 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:23:30.698Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:23:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:23:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:23:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:23:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:23:51.137 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:23:51.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:24:00.701 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:24:00.701Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:24:21.135 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:24:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:24:21.138 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:24:21.138Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:24:21.138 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:24:21.138Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:24:30.749 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:24:30.749Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:24:51.135 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:24:51.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:24:51.137 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:24:51.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:24:51.137 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:24:51.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:25:00.692 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:25:00.692Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:25:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:25:21.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:25:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:25:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:25:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:25:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:25:30.689 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:25:30.689Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:25:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:25:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:25:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:25:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:25:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:25:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:26:00.696 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:26:00.696Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:26:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:26:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:26:21.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:26:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:26:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:26:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:26:30.703 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:26:30.703Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:26:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:26:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:26:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:26:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:26:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:26:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:27:00.701 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:27:00.701Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:27:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:27:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:27:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:27:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:27:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:27:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:27:30.684 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:27:30.684Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:27:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:27:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:27:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:27:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:27:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:27:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:28:00.703 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:28:00.703Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:28:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:28:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:28:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:28:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:28:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:28:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:28:30.703 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:28:30.703Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:28:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:28:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:28:51.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:28:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:28:51.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:28:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:29:00.738 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:29:00.738Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:29:21.135 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:29:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:29:21.137 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:29:21.137 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:29:21.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:29:21.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:29:30.688 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:29:30.688Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:29:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:29:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:29:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:29:51.137 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:29:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:29:51.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:30:00.703 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:30:00.703Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:30:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:30:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:30:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:30:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:30:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:30:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:30:30.700 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:30:30.700Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:30:51.135 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:30:51.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:30:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:30:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:30:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:30:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:31:00.691 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:31:00.691Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:31:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:31:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:31:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:31:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:31:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:31:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:31:30.678 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:31:30.678Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:31:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:31:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:31:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:31:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:31:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:31:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:32:00.686 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:32:00.686Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:32:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:32:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:32:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:32:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:32:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:32:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:32:30.691 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:32:30.691Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:32:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:32:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:32:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:32:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:32:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:32:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:33:00.697 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:33:00.697Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:33:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:33:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:33:21.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:33:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:33:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:33:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:33:30.679 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:33:30.679Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:33:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:33:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:33:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:33:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:33:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:33:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:34:00.679 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:34:00.679Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:34:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:34:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:34:21.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:34:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:34:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:34:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:34:30.679 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:34:30.679Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:34:51.135 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:34:51.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:34:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:34:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:34:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:34:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:35:00.702 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:35:00.702Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:35:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:35:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:35:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:35:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:35:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:35:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:35:30.679 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:35:30.679Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:35:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:35:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:35:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:35:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:35:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:35:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:36:00.701 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:36:00.701Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:36:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:36:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:36:21.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:36:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:36:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:36:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:36:30.681 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:36:30.681Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:36:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:36:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:36:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:36:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:36:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:36:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:37:00.690 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:37:00.690Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:37:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:37:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:37:21.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:37:21.135 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:37:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:37:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:37:30.693 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:37:30.693Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:37:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:37:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:37:51.137 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:37:51.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:37:51.137 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:37:51.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:38:00.693 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:38:00.693Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:38:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:38:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:38:21.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:38:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:38:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:38:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:38:30.684 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:38:30.684Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:38:51.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:38:51.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:38:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:38:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:38:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:38:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:39:00.694 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:39:00.694Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:39:21.135 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:39:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:39:21.137 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:39:21.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:39:21.137 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:39:21.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:39:30.679 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:39:30.679Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:39:51.135 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:39:51.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:39:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:39:51.137 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:39:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:39:51.137Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:40:00.689 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:40:00.689Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:40:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:40:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:40:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:40:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:40:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:40:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:40:30.683 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:40:30.683Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:40:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:40:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:40:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:40:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:40:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:40:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:41:00.686 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:41:00.686Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:41:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:41:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:41:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:41:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:41:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:41:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:41:30.679 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:41:30.679Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:41:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:41:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:41:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:41:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:41:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:41:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:42:00.674 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:42:00.674Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:42:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:42:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:42:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:42:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:42:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:42:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:42:30.680 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:42:30.680Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:42:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:42:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:42:51.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:42:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:42:51.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:42:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:43:00.683 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:43:00.683Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:43:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:43:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:43:21.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:43:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:43:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:43:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:43:30.677 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:43:30.677Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:43:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:43:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:43:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:43:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:43:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:43:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:44:00.703 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:44:00.703Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:44:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:44:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:44:21.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:44:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:44:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:44:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:44:30.687 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:44:30.687Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:44:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:44:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:44:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:44:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:44:51.137 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:44:51.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:45:00.683 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:45:00.683Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:45:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:45:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:45:21.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:45:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:45:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:45:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:45:30.679 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:45:30.679Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:45:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:45:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:45:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:45:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:45:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:45:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:46:00.684 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:46:00.684Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:46:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:46:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:46:21.135 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:46:21.135 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:46:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:46:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:46:30.697 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:46:30.697Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:46:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:46:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:46:51.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:46:51.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:46:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:46:51.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:47:00.713 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:47:00.713Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:47:21.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:47:21.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:47:21.136 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:47:21.136 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:47:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:47:21.136Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:47:30.698 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:47:30.698Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:47:51.134 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:47:51.134Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:47:51.137 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:47:51.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:47:51.137 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:47:51.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:48:00.689 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:48:00.689Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:48:21.135 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:48:21.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:48:21.138 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:48:21.138 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:48:21.138Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:48:21.138Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:48:30.691 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:48:30.691Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:48:51.135 INFO 7 --- [pool-2-thread-9] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:48:51.135Z||pool-2-thread-9|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:48:51.137 WARN 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:48:51.137 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:48:51.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:48:51.137Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:49:00.687 INFO 7 --- [pool-2-thread-9] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:49:00.687Z||pool-2-thread-9|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:49:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:49:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:49:21.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:49:21.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:49:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:49:21.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:49:30.681 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:49:30.681Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:49:51.135 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:49:51.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:49:51.136 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:49:51.136 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:49:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:49:51.136Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:50:00.678 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:50:00.678Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:50:21.134 INFO 7 --- [pool-2-thread-3] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:50:21.134Z||pool-2-thread-3|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:50:21.135 WARN 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:50:21.135 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:50:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:50:21.135Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:50:30.691 INFO 7 --- [pool-2-thread-3] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:50:30.691Z||pool-2-thread-3|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:50:51.134 INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:50:51.134Z||pool-2-thread-6|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:50:51.136 WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:50:51.136 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:50:51.136Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:50:51.136Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:51:00.694 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:51:00.694Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:51:21.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:51:21.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:51:21.135 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:51:21.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:51:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:51:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:51:30.709 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:51:30.709Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:51:51.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:51:51.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:51:51.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:51:51.136 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:51:51.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:51:51.136Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:52:00.682 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:52:00.682Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:52:21.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:52:21.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:52:21.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:52:21.135 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:52:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:52:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:52:30.706 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:52:30.706Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:52:51.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:52:51.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:52:51.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:52:51.135 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:52:51.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:52:51.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:53:00.683 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:53:00.683Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:53:21.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:53:21.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:53:21.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:53:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:53:21.135 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:53:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:53:30.682 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:53:30.682Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:53:51.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:53:51.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:53:51.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:53:51.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:53:51.136 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:53:51.136Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:54:00.678 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:54:00.678Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:54:21.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:54:21.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:54:21.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:54:21.135 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:54:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:54:21.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:54:30.675 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:54:30.675Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:54:51.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:54:51.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:54:51.135 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:54:51.135 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:54:51.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:54:51.135Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:55:00.697 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:55:00.697Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:55:21.134 INFO 7 --- [pool-2-thread-4] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:55:21.134Z||pool-2-thread-4|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:55:21.136 WARN 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:55:21.136 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:55:21.136Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:55:21.136Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:55:30.680 INFO 7 --- [pool-2-thread-4] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:55:30.680Z||pool-2-thread-4|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:55:51.134 INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:55:51.134Z||pool-2-thread-6|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:55:51.135 WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:55:51.136 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:55:51.135Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:55:51.136Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:56:00.740 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:56:00.740Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:56:21.134 INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:56:21.134Z||pool-2-thread-6|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:56:21.135 WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:56:21.136 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:56:21.135Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:56:21.136Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:56:30.685 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:56:30.685Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:56:51.134 INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:56:51.134Z||pool-2-thread-6|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:56:51.135 WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:56:51.136 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:56:51.135Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:56:51.136Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:57:00.678 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:57:00.678Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:57:21.134 INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:57:21.134Z||pool-2-thread-6|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:57:21.136 WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:57:21.136 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:57:21.136Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:57:21.136Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:57:30.682 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:57:30.682Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK 2022-10-07 05:57:51.135 INFO 7 --- [pool-2-thread-6] c.a.n.c.client.impl.CambriaConsumerImpl : UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07T05:57:51.135Z||pool-2-thread-6|ModelLoader||com.att.nsa.cambria.client.impl.CambriaConsumerImpl||INFO|UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml 2022-10-07 05:57:51.138 WARN 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07 05:57:51.138 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07T05:57:51.138Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||WARN|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml will send credentials over a clear channel. 2022-10-07T05:57:51.138Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO|GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/aai-ml-group/aai-ml (as MYHPjFvWC1QEGdrY) ... 2022-10-07 05:58:00.682 INFO 7 --- [pool-2-thread-6] com.att.nsa.apiClient.http.HttpClient : --> HTTP/1.1 200 OK 2022-10-07T05:58:00.682Z||pool-2-thread-6|ModelLoader||com.att.nsa.apiClient.http.HttpClient||INFO| --> HTTP/1.1 200 OK