By type
java -DAJSC_HOME=/opt/app/model-loader -DCONFIG_HOME=/opt/app/model-loader/config/ -Dcom.att.eelf.logging.path=/opt/app/model-loader -Dcom.att.eelf.logging.file=logback.xml -Dlogback.configurationFile=/opt/app/model-loader/logback.xml -Dserver.port=9500 -jar ./model-loader-1.12.0.jar 2023-04-01 03:32:59.483 WARN 7 --- [ main] o.s.b.l.logback.LogbackLoggingSystem : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead. 2023-04-01T03:32:59.483Z||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) 2023-04-01 03:32:59.797 INFO 7 --- [ main] o.o.a.m.ModelLoaderApplication : Starting ModelLoaderApplication on onap-aai-modelloader-555f5c997b-kn2qq with PID 7 (/opt/app/model-loader/model-loader-1.12.0.jar started by aaiadmin in /opt/app/model-loader) 2023-04-01T03:32:59.797Z||main|ModelLoader||org.onap.aai.modelloader.ModelLoaderApplication||INFO|Starting ModelLoaderApplication on onap-aai-modelloader-555f5c997b-kn2qq with PID 7 (/opt/app/model-loader/model-loader-1.12.0.jar started by aaiadmin in /opt/app/model-loader) 2023-04-01 03:32:59.799 INFO 7 --- [ main] o.o.a.m.ModelLoaderApplication : No active profile set, falling back to default profiles: default 2023-04-01T03:32:59.799Z||main|ModelLoader||org.onap.aai.modelloader.ModelLoaderApplication||INFO|No active profile set, falling back to default profiles: default 2023-04-01 03:33:01.735 INFO 7 --- [ main] org.eclipse.jetty.util.log : Logging initialized @4178ms to org.eclipse.jetty.util.log.Slf4jLog 2023-04-01T03:33:01.735Z||main|ModelLoader||org.eclipse.jetty.util.log||INFO|Logging initialized @4178ms to org.eclipse.jetty.util.log.Slf4jLog 2023-04-01 03:33:01.879 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 2023-04-01T03:33:01.879Z||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 2023-04-01 03:33:01.923 INFO 7 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring embedded WebApplicationContext 2023-04-01T03:33:01.923Z||main|ModelLoader||org.eclipse.jetty.server.handler.ContextHandler.application||INFO|Initializing Spring embedded WebApplicationContext 2023-04-01 03:33:02.059 INFO 7 --- [ main] org.eclipse.jetty.server.session : DefaultSessionIdManager workerName=node0 2023-04-01 03:33:02.060 INFO 7 --- [ main] org.eclipse.jetty.server.session : No SessionScavenger set, using defaults 2023-04-01T03:33:02.059Z||main|ModelLoader||org.eclipse.jetty.server.session||INFO|DefaultSessionIdManager workerName=node0 2023-04-01T03:33:02.060Z||main|ModelLoader||org.eclipse.jetty.server.session||INFO|No SessionScavenger set, using defaults 2023-04-01 03:33:02.062 INFO 7 --- [ main] org.eclipse.jetty.server.session : node0 Scavenging every 600000ms 2023-04-01T03:33:02.062Z||main|ModelLoader||org.eclipse.jetty.server.session||INFO|node0 Scavenging every 600000ms 2023-04-01 03:33:02.076 INFO 7 --- [ main] o.e.jetty.server.handler.ContextHandler : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@32c8e539{application,/,[file:///tmp/jetty-docbase.10696304051680656066.9500/],AVAILABLE} 2023-04-01T03:33:02.076Z||main|ModelLoader||org.eclipse.jetty.server.handler.ContextHandler||INFO|Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@32c8e539{application,/,[file:///tmp/jetty-docbase.10696304051680656066.9500/],AVAILABLE} 2023-04-01 03:33:02.077 INFO 7 --- [ main] org.eclipse.jetty.server.Server : Started @4521ms 2023-04-01T03:33:02.077Z||main|ModelLoader||org.eclipse.jetty.server.Server||INFO|Started @4521ms 2023-04-01 03:33:02.118 INFO 7 --- [ main] o.o.a.m.service.ModelLoaderService : MDLSVC0001I|MDLSVC0001I Loading configuration | 2023-04-01T03:33:02.118Z||main|ModelLoader||org.onap.aai.modelloader.service.ModelLoaderService||INFO|MDLSVC0001I|MDLSVC0001I Loading configuration | 2023-04-01 03:33:02.188 INFO 7 --- [ main] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:33:02.188Z||main|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:33:02.684 ERROR 7 --- [ main] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.aai.modelloader.service.ModelLoaderService.initSdcClient(ModelLoaderService.java:115) at org.onap.aai.modelloader.service.ModelLoaderService.start(ModelLoaderService.java:88) 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) 2023-04-01T03:33:02.684Z||main|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) at org.onap.aai.modelloader.service.ModelLoaderService.initSdcClient(ModelLoaderService.java:115) at org.onap.aai.modelloader.service.ModelLoaderService.start(ModelLoaderService.java:88) 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) 2023-04-01 03:33:02.687 ERROR 7 --- [ main] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@2484f433 2023-04-01T03:33:02.687Z||main|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@2484f433 2023-04-01 03:33:02.692 ERROR 7 --- [ main] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:33:02.692Z||main|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:33:02.716 ERROR 7 --- [ main] o.o.a.m.service.ModelLoaderService : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:33:02.716Z||main|ModelLoader||org.onap.aai.modelloader.service.ModelLoaderService||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:33:02.719 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:33:02.719Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:33:02.735 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap at java.base/java.net.InetAddress$CachedAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:33:02.735 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@20b3a7d2 2023-04-01 03:33:02.735 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:33:02.735Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap at java.base/java.net.InetAddress$CachedAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:33:02.735Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@20b3a7d2 2023-04-01T03:33:02.735Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:33:02.741 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:33:02.741Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:33:03.506 INFO 7 --- [ main] o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-04-01T03:33:03.506Z||main|ModelLoader||org.eclipse.jetty.server.handler.ContextHandler.application||INFO|Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-04-01 03:33:03.538 INFO 7 --- [ main] o.e.jetty.server.AbstractConnector : Started ServerConnector@1c32386d{HTTP/1.1,[http/1.1]}{0.0.0.0:9500} 2023-04-01T03:33:03.538Z||main|ModelLoader||org.eclipse.jetty.server.AbstractConnector||INFO|Started ServerConnector@1c32386d{HTTP/1.1,[http/1.1]}{0.0.0.0:9500} 2023-04-01 03:33:03.584 INFO 7 --- [ main] o.o.a.m.ModelLoaderApplication : Started ModelLoaderApplication in 4.899 seconds (JVM running for 6.029) 2023-04-01T03:33:03.584Z||main|ModelLoader||org.onap.aai.modelloader.ModelLoaderApplication||INFO|Started ModelLoaderApplication in 4.899 seconds (JVM running for 6.029) 2023-04-01 03:34:02.718 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:34:02.718Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:34:02.750 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:34:02.752 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@4e1b7e4e 2023-04-01T03:34:02.750Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:34:02.752Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@4e1b7e4e 2023-04-01 03:34:02.752 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:34:02.752Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:34:02.753 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:34:02.753Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:35:02.719 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:35:02.719Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:35:02.759 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:35:02.760 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@38113793 2023-04-01 03:35:02.761 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:35:02.759Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:35:02.760Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@38113793 2023-04-01T03:35:02.761Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:35:02.762 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:35:02.762Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:36:02.720 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:36:02.720Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:36:02.774 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:36:02.775 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@6ed44f29 2023-04-01T03:36:02.774Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:36:02.775Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@6ed44f29 2023-04-01 03:36:02.776 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:36:02.776Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:36:02.816 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:36:02.816Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:37:02.720 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:37:02.720Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:37:02.751 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:37:02.751 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@657a58a3 2023-04-01 03:37:02.751 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:37:02.751Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:37:02.751Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@657a58a3 2023-04-01T03:37:02.751Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:37:02.752 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:37:02.752Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:38:02.720 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:38:02.720Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:38:02.750 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:38:02.751 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@17b5a293 2023-04-01T03:38:02.750Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:38:02.751Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@17b5a293 2023-04-01 03:38:02.752 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:38:02.752Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:38:02.753 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:38:02.753Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:39:02.720 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:39:02.720Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:39:02.753 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:39:02.754 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@46bd7f7b 2023-04-01T03:39:02.753Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:39:02.754 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:39:02.754Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@46bd7f7b 2023-04-01T03:39:02.754Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:39:02.755 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:39:02.755Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:40:02.721 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:40:02.721Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:40:02.753 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:40:02.754 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@7170ac8 2023-04-01 03:40:02.755 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:40:02.753Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:40:02.754Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@7170ac8 2023-04-01T03:40:02.755Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:40:02.755 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:40:02.755Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:41:02.722 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:41:02.722Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:41:02.758 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:41:02.759 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@7761ce67 2023-04-01T03:41:02.758Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:41:02.759 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:41:02.759Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@7761ce67 2023-04-01T03:41:02.759Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:41:02.760 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:41:02.760Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:42:02.722 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:42:02.722Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:42:02.751 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:42:02.751 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@117c629f 2023-04-01T03:42:02.751Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:42:02.752 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:42:02.751Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@117c629f 2023-04-01T03:42:02.752Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:42:02.752 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:42:02.752Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:43:02.723 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:43:02.723Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:43:02.761 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:43:02.762 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@2cf24b93 2023-04-01T03:43:02.761Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:43:02.762Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@2cf24b93 2023-04-01 03:43:02.762 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:43:02.762Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:43:02.763 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:43:02.763Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:44:02.724 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:44:02.724Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:44:02.760 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:44:02.762 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@a013085 2023-04-01T03:44:02.760Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:44:02.762Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@a013085 2023-04-01 03:44:02.762 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:44:02.762Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:44:02.763 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:44:02.763Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:45:02.725 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:45:02.725Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:45:02.760 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:45:02.760Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:45:02.761 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@2f70de88 2023-04-01T03:45:02.761Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@2f70de88 2023-04-01 03:45:02.761 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:45:02.761Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:45:02.762 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:45:02.762Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:46:02.726 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:46:02.726Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:46:02.756 ERROR 7 --- [ Timer-0] org.onap.sdc.http.HttpSdcClient : failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01T03:46:02.756Z||Timer-0|ModelLoader||org.onap.sdc.http.HttpSdcClient||ERROR|failed to connect to url: /sdc/v1/artifactTypes java.net.UnknownHostException: sdc-be.onap: System error at java.base/java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(Unknown Source) at java.base/java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.base/java.net.InetAddress$NameServiceAddresses.get(Unknown Source) at java.base/java.net.InetAddress.getAllByName0(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at java.base/java.net.InetAddress.getAllByName(Unknown Source) at org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver.java:45) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:112) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpSdcClient.getRequest(HttpSdcClient.java:117) at org.onap.sdc.http.SdcConnectorClient.performSdcServerRequest(SdcConnectorClient.java:121) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:75) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithSdcServer(DistributionClientImpl.java:298) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:127) 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) 2023-04-01 03:46:02.757 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@1b4c9c5c 2023-04-01T03:46:02.757Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@1b4c9c5c 2023-04-01 03:46:02.757 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01T03:46:02.757Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=SDC_CONNECTION_FAILED, responseMessage=SDC server problem] 2023-04-01 03:46:02.758 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01T03:46:02.758Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: SDC server problem| 2023-04-01 03:47:02.726 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:47:02.726Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:47:02.788 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@7393b73e 2023-04-01 03:47:02.789 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:47:02.788Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@7393b73e 2023-04-01T03:47:02.789Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:47:02.790 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:47:02.790Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:48:02.726 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:48:02.726Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:48:02.770 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@16a1b0c7 2023-04-01 03:48:02.771 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:48:02.770Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@16a1b0c7 2023-04-01T03:48:02.771Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:48:02.773 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:48:02.773Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:49:02.726 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:49:02.726Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:49:02.741 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@1e91dc9e 2023-04-01 03:49:02.742 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:49:02.741Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@1e91dc9e 2023-04-01T03:49:02.742Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:49:02.743 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:49:02.743Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:50:02.726 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:50:02.726Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:50:02.739 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@2b92e573 2023-04-01 03:50:02.740 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:50:02.739Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@2b92e573 2023-04-01T03:50:02.740Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:50:02.741 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:50:02.741Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:51:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:51:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:51:02.743 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@6dbfa7fd 2023-04-01 03:51:02.744 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:51:02.743Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@6dbfa7fd 2023-04-01T03:51:02.744Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:51:02.745 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:51:02.745Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:52:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:52:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:52:02.745 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@1337a00f 2023-04-01 03:52:02.746 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:52:02.745Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@1337a00f 2023-04-01T03:52:02.746Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:52:02.747 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:52:02.747Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:53:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:53:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:53:02.743 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@29d87e47 2023-04-01 03:53:02.743 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:53:02.743Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@29d87e47 2023-04-01T03:53:02.743Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:53:02.744 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:53:02.744Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:54:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:54:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:54:02.738 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@3b40e23e 2023-04-01 03:54:02.739 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:54:02.738Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@3b40e23e 2023-04-01T03:54:02.739Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:54:02.739 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:54:02.739Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:55:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:55:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:55:02.741 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@2d82a9b5 2023-04-01 03:55:02.742 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:55:02.741Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@2d82a9b5 2023-04-01T03:55:02.742Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:55:02.742 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:55:02.742Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:56:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:56:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:56:02.742 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@4c914deb 2023-04-01T03:56:02.742Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@4c914deb 2023-04-01 03:56:02.742 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:56:02.742Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:56:02.743 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:56:02.743Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:57:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:57:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:57:02.744 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@251f0c11 2023-04-01 03:57:02.745 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:57:02.744Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@251f0c11 2023-04-01T03:57:02.745Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:57:02.746 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:57:02.746Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:58:02.728 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:58:02.728Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:58:02.738 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : status from SDC is org.onap.sdc.http.HttpSdcResponse@734dcffa 2023-04-01 03:58:02.739 ERROR 7 --- [ Timer-0] org.onap.sdc.http.SdcConnectorClient : DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01T03:58:02.738Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|status from SDC is org.onap.sdc.http.HttpSdcResponse@734dcffa 2023-04-01T03:58:02.739Z||Timer-0|ModelLoader||org.onap.sdc.http.SdcConnectorClient||ERROR|DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-04-01 03:58:02.739 ERROR 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01T03:58:02.739Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||ERROR|MDLSVC2001E|MDLSVC2001E Unable to register with ASDC: Failed to initialize distribution client: failed to send request to SDC| 2023-04-01 03:59:02.727 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : DistributionClient - init 2023-04-01T03:59:02.727Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|DistributionClient - init 2023-04-01 03:59:02.922 INFO 7 --- [ Timer-0] o.a.k.clients.producer.ProducerConfig : ProducerConfig values: acks = -1 batch.size = 16384 bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] buffer.memory = 33554432 client.dns.lookup = use_all_dns_ips client.id = aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0 compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.adaptive.partitioning.enable = true partitioner.availability.timeout.ms = 0 partitioner.class = null partitioner.ignore.keys = false receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-04-01T03:59:02.922Z||Timer-0|ModelLoader||org.apache.kafka.clients.producer.ProducerConfig||INFO|ProducerConfig values: acks = -1 batch.size = 16384 bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] buffer.memory = 33554432 client.dns.lookup = use_all_dns_ips client.id = aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0 compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.adaptive.partitioning.enable = true partitioner.availability.timeout.ms = 0 partitioner.class = null partitioner.ignore.keys = false receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-04-01 03:59:02.955 INFO 7 --- [ Timer-0] o.a.k.clients.producer.KafkaProducer : [Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] Instantiated an idempotent producer. 2023-04-01T03:59:02.955Z||Timer-0|ModelLoader||org.apache.kafka.clients.producer.KafkaProducer||INFO|[Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] Instantiated an idempotent producer. 2023-04-01 03:59:03.090 INFO 7 --- [ Timer-0] o.a.k.c.s.authenticator.AbstractLogin : Successfully logged in. 2023-04-01T03:59:03.090Z||Timer-0|ModelLoader||org.apache.kafka.common.security.authenticator.AbstractLogin||INFO|Successfully logged in. 2023-04-01 03:59:03.168 INFO 7 --- [ Timer-0] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.3.1 2023-04-01 03:59:03.168 INFO 7 --- [ Timer-0] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: e23c59d00e687ff5 2023-04-01 03:59:03.168 INFO 7 --- [ Timer-0] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1680321543166 2023-04-01T03:59:03.168Z||Timer-0|ModelLoader||org.apache.kafka.common.utils.AppInfoParser||INFO|Kafka version: 3.3.1 2023-04-01T03:59:03.168Z||Timer-0|ModelLoader||org.apache.kafka.common.utils.AppInfoParser||INFO|Kafka commitId: e23c59d00e687ff5 2023-04-01T03:59:03.168Z||Timer-0|ModelLoader||org.apache.kafka.common.utils.AppInfoParser||INFO|Kafka startTimeMs: 1680321543166 2023-04-01 03:59:03.172 INFO 7 --- [ Timer-0] o.onap.sdc.impl.DistributionClientImpl : start DistributionClient 2023-04-01T03:59:03.172Z||Timer-0|ModelLoader||org.onap.sdc.impl.DistributionClientImpl||INFO|start DistributionClient 2023-04-01 03:59:03.187 INFO 7 --- [ Timer-0] o.a.k.clients.consumer.ConsumerConfig : ConsumerConfig values: allow.auto.create.topics = false auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = aai group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-04-01T03:59:03.187Z||Timer-0|ModelLoader||org.apache.kafka.clients.consumer.ConsumerConfig||INFO|ConsumerConfig values: allow.auto.create.topics = false auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = aai group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-04-01 03:59:03.249 INFO 7 --- [ Timer-0] o.a.kafka.common.utils.AppInfoParser : Kafka version: 3.3.1 2023-04-01 03:59:03.249 INFO 7 --- [ Timer-0] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: e23c59d00e687ff5 2023-04-01 03:59:03.249 INFO 7 --- [ Timer-0] o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1680321543249 2023-04-01T03:59:03.249Z||Timer-0|ModelLoader||org.apache.kafka.common.utils.AppInfoParser||INFO|Kafka version: 3.3.1 2023-04-01T03:59:03.249Z||Timer-0|ModelLoader||org.apache.kafka.common.utils.AppInfoParser||INFO|Kafka commitId: e23c59d00e687ff5 2023-04-01T03:59:03.249Z||Timer-0|ModelLoader||org.apache.kafka.common.utils.AppInfoParser||INFO|Kafka startTimeMs: 1680321543249 2023-04-01 03:59:03.250 INFO 7 --- [ Timer-0] o.a.k.clients.consumer.KafkaConsumer : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T03:59:03.250Z||Timer-0|ModelLoader||org.apache.kafka.clients.consumer.KafkaConsumer||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 03:59:03.252 INFO 7 --- [ Timer-0] o.o.a.m.service.SdcConnectionJob : MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established| 2023-04-01T03:59:03.252Z||Timer-0|ModelLoader||org.onap.aai.modelloader.service.SdcConnectionJob||INFO|MDLSVC0001D|MDLSVC0001D init(): Connection to SDC established| 2023-04-01 03:59:03.254 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T03:59:03.254Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 03:59:04.006 INFO 7 --- [cf-4774dc223dd0] org.apache.kafka.clients.Metadata : [Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] Cluster ID: Ax6VYZ9eTYKyqo-osuWttw 2023-04-01T03:59:04.006Z||kafka-producer-network-thread | aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] Cluster ID: Ax6VYZ9eTYKyqo-osuWttw 2023-04-01 03:59:04.007 INFO 7 --- [pool-2-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01 03:59:04.007 INFO 7 --- [cf-4774dc223dd0] o.a.k.c.p.internals.TransactionManager : [Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] ProducerId set to 1003 with epoch 0 2023-04-01T03:59:04.007Z||kafka-producer-network-thread | aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0|ModelLoader||org.apache.kafka.clients.producer.internals.TransactionManager||INFO|[Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] ProducerId set to 1003 with epoch 0 2023-04-01T03:59:04.007Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01 03:59:04.008 INFO 7 --- [pool-2-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01 03:59:04.009 INFO 7 --- [pool-2-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01 03:59:04.009 INFO 7 --- [pool-2-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01 03:59:04.009 INFO 7 --- [pool-2-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01 03:59:04.009 INFO 7 --- [pool-2-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01T03:59:04.008Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01T03:59:04.009Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01T03:59:04.009Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01T03:59:04.009Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01T03:59:04.009Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to r5jpF_jDRFuQ2j3UxEmeEA 2023-04-01 03:59:04.012 INFO 7 --- [pool-2-thread-1] org.apache.kafka.clients.Metadata : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Cluster ID: Ax6VYZ9eTYKyqo-osuWttw 2023-04-01T03:59:04.012Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.Metadata||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Cluster ID: Ax6VYZ9eTYKyqo-osuWttw 2023-04-01 03:59:04.014 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-04-01T03:59:04.014Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-04-01 03:59:04.037 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] (Re-)joining group 2023-04-01T03:59:04.037Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] (Re-)joining group 2023-04-01 03:59:04.114 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Request joining group due to: need to re-join with the given member-id: aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55 2023-04-01T03:59:04.114Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Request joining group due to: need to re-join with the given member-id: aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55 2023-04-01 03:59:04.115 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-04-01 03:59:04.115 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] (Re-)joining group 2023-04-01T03:59:04.115Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-04-01T03:59:04.115Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] (Re-)joining group 2023-04-01 03:59:07.123 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Successfully joined group with generation Generation{generationId=1, memberId='aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55', protocol='range'} 2023-04-01T03:59:07.123Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Successfully joined group with generation Generation{generationId=1, memberId='aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55', protocol='range'} 2023-04-01 03:59:07.129 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Finished assignment for group at generation 1: {aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-04-01T03:59:07.129Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Finished assignment for group at generation 1: {aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-04-01 03:59:07.152 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Successfully synced group in generation Generation{generationId=1, memberId='aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55', protocol='range'} 2023-04-01T03:59:07.152Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Successfully synced group in generation Generation{generationId=1, memberId='aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1-2f935623-70c6-4757-816a-419ad2b11a55', protocol='range'} 2023-04-01 03:59:07.153 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-04-01T03:59:07.153Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-04-01 03:59:07.157 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-04-01T03:59:07.157Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-04-01 03:59:07.180 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-04-01 03:59:07.181 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-04-01T03:59:07.180Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-04-01 03:59:07.181 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-04-01T03:59:07.181Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-04-01T03:59:07.181Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-04-01 03:59:07.181 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-04-01T03:59:07.181Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-04-01 03:59:07.181 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-04-01T03:59:07.181Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-04-01 03:59:07.181 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.ConsumerCoordinator : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-04-01T03:59:07.181Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.ConsumerCoordinator||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-04-01 03:59:07.406 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-01T03:59:07.406Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.SubscriptionState||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-01 03:59:07.408 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-01T03:59:07.408Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.SubscriptionState||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-04-01 03:59:07.417 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-01T03:59:07.417Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.SubscriptionState||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-01 03:59:07.417 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-01T03:59:07.417Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.SubscriptionState||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-04-01 03:59:07.423 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-01 03:59:07.423 INFO 7 --- [pool-2-thread-1] o.a.k.c.c.internals.SubscriptionState : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-01T03:59:07.423Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.SubscriptionState||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-01T03:59:07.423Z||pool-2-thread-1|ModelLoader||org.apache.kafka.clients.consumer.internals.SubscriptionState||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-04-01 03:59:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T03:59:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:00:03.252 INFO 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:00:03.252Z||pool-2-thread-2|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:00:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:00:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:01:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:01:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:01:33.252 INFO 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:01:33.252Z||pool-2-thread-2|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:02:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:02:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:02:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:02:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:03:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:03:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:03:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:03:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:04:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:04:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:04:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:04:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:05:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:05:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:05:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:05:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:06:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:06:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:06:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:06:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:07:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:07:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:07:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:07:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:08:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:08:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:08:04.266 INFO 7 --- [pool-2-thread-3] org.apache.kafka.clients.NetworkClient : [Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Node -1 disconnected. 2023-04-01T04:08:04.266Z||pool-2-thread-3|ModelLoader||org.apache.kafka.clients.NetworkClient||INFO|[Consumer clientId=aai-model-loader-consumer-69f950e0-4ff7-45bf-8754-d2e7d7acf5c1, groupId=aai] Node -1 disconnected. 2023-04-01 04:08:04.282 INFO 7 --- [cf-4774dc223dd0] org.apache.kafka.clients.NetworkClient : [Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] Node -1 disconnected. 2023-04-01T04:08:04.282Z||kafka-producer-network-thread | aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0|ModelLoader||org.apache.kafka.clients.NetworkClient||INFO|[Producer clientId=aai-model-loader-producer-b34b2f09-37fb-4ba8-8dcf-4774dc223dd0] Node -1 disconnected. 2023-04-01 04:08:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:08:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:09:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:09:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:09:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:09:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:10:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:10:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:10:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:10:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:11:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:11:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:11:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:11:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:12:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:12:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:12:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:12:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:13:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:13:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:13:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:13:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:14:03.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:14:03.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:14:33.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:14:33.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:15:03.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:15:03.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:15:33.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:15:33.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:16:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:16:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:16:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:16:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:17:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:17:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:17:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:17:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:18:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:18:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:18:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:18:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:19:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:19:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:19:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:19:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:20:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:20:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:20:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:20:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:21:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:21:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:21:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:21:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:22:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:22:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:22:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:22:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:23:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:23:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:23:33.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:23:33.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:24:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:24:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:24:33.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:24:33.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:25:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:25:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:25:33.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:25:33.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:26:03.252 INFO 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:26:03.252Z||pool-2-thread-10|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:26:33.252 INFO 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:26:33.252Z||pool-2-thread-10|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:27:03.252 INFO 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:27:03.252Z||pool-2-thread-10|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:27:33.252 INFO 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:27:33.252Z||pool-2-thread-10|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:28:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:28:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:28:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:28:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:29:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:29:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:29:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:29:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:30:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:30:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:30:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:30:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:31:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:31:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:31:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:31:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:32:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:32:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:32:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:32:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:33:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:33:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:33:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:33:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:34:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:34:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:34:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:34:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:35:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:35:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:35:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:35:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:36:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:36:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:36:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:36:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:37:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:37:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:37:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:37:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:38:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:38:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:38:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:38:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:39:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:39:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:39:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:39:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:40:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:40:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:40:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:40:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:41:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:41:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:41:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:41:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:42:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:42:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:42:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:42:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:43:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:43:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:43:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:43:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:44:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:44:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:44:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:44:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:45:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:45:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:45:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:45:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:46:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:46:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:46:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:46:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:47:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:47:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:47:33.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:47:33.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:48:03.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:48:03.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:48:33.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:48:33.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:49:03.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:49:03.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:49:33.252 INFO 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:49:33.252Z||pool-2-thread-2|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:50:03.252 INFO 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:50:03.252Z||pool-2-thread-2|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:50:33.252 INFO 7 --- [pool-2-thread-2] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:50:33.252Z||pool-2-thread-2|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:51:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:51:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:51:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:51:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:52:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:52:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:52:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:52:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:53:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:53:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:53:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:53:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:54:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:54:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:54:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:54:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:55:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:55:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:55:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:55:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:56:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:56:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:56:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:56:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:57:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:57:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:57:33.253 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:57:33.253Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:58:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:58:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:58:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:58:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:59:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:59:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 04:59:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T04:59:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:00:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:00:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:00:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:00:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:01:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:01:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:01:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:01:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:02:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:02:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:02:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:02:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:03:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:03:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:03:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:03:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:04:03.252 INFO 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:04:03.252Z||pool-2-thread-10|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:04:33.252 INFO 7 --- [ool-2-thread-10] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:04:33.252Z||pool-2-thread-10|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:05:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:05:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:05:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:05:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:06:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:06:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:06:33.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:06:33.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:07:03.252 INFO 7 --- [pool-2-thread-3] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:07:03.252Z||pool-2-thread-3|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:07:33.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:07:33.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:08:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:08:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:08:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:08:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:09:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:09:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:09:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:09:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:10:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:10:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:10:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:10:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:11:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:11:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:11:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:11:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:12:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:12:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:12:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:12:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:13:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:13:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:13:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:13:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:14:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:14:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:14:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:14:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:15:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:15:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:15:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:15:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:16:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:16:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:16:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:16:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:17:03.252 INFO 7 --- [pool-2-thread-7] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:17:03.252Z||pool-2-thread-7|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:17:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:17:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:18:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:18:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:18:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:18:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:19:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:19:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:19:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:19:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:20:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:20:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:20:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:20:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:21:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:21:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:21:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:21:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:22:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:22:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:22:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:22:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:23:03.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:23:03.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:23:33.252 INFO 7 --- [pool-2-thread-9] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:23:33.252Z||pool-2-thread-9|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:24:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:24:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:24:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:24:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:25:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:25:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:25:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:25:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:26:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:26:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:26:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:26:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:27:03.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:27:03.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:27:33.252 INFO 7 --- [pool-2-thread-1] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:27:33.252Z||pool-2-thread-1|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:28:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:28:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:28:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:28:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:29:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:29:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:29:33.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:29:33.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:30:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:30:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:30:33.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:30:33.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:31:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:31:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:31:33.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:31:33.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:32:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:32:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:32:33.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:32:33.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:33:03.252 INFO 7 --- [pool-2-thread-4] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:33:03.252Z||pool-2-thread-4|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:33:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:33:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:34:03.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:34:03.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:34:33.252 INFO 7 --- [pool-2-thread-8] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:34:33.252Z||pool-2-thread-8|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:35:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:35:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:35:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:35:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:36:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:36:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:36:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:36:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:37:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:37:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:37:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:37:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:38:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:38:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:38:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:38:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:39:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:39:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:39:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:39:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:40:03.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:40:03.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01 05:40:33.252 INFO 7 --- [pool-2-thread-5] org.onap.sdc.impl.NotificationConsumer : Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-04-01T05:40:33.252Z||pool-2-thread-5|ModelLoader||org.onap.sdc.impl.NotificationConsumer||INFO|Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO