JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-09-14T13:42:31.208Z||main|||||INFO|500||The following profiles are active: basic 2021-09-14T13:42:45.548Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-14T13:42:45.548Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-14T13:42:45.668Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-14T13:42:52.120Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-14T13:42:53.264Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-14T13:42:53.926Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-14T13:42:53.931Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-14T13:42:54.068Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-14T13:42:54.495Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-14T13:42:55.586Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-14T13:43:00.923Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-14T13:43:03.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-14T13:43:03.064Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-14T13:43:03.607Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-14T13:43:03.907Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-09-14T13:43:04.947Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-14T13:43:05.934Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-14T13:43:05.949Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$36dd570f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) 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:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) 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:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-09-14T13:43:05.950Z||main|||||WARN|500||The sdc end point is not alive 2021-09-14T13:43:08.864Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-09-14T13:43:11.587Z||main|||||WARN|500||--- 2021-09-14T13:43:11.587Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-14T13:43:11.587Z||main|||||WARN|500||--- 2021-09-14T13:43:12.047Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-14T13:43:16.490Z||main|||||INFO|500||Started Application in 49.465 seconds (JVM running for 55.503) 2021-09-14T13:43:16.506Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:43:16.508Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:43:16.519Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:43:16.542Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:43:16.580Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2a8b93c-a820-425b-93be-57b9cb1a66a6 url= /sdc/v1/artifactTypes 2021-09-14T13:43:16.581Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:43:17.670Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2021-09-14T13:43:17.673Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ce5c14e 2021-09-14T13:43:17.674Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:43:17.684Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:43:17.685Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:43:17.688Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2021-09-14T13:44:06.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:44:06.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:44:06.489Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:44:06.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:44:06.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 310484a7-365f-456a-b84b-5dc6418acaea url= /sdc/v1/artifactTypes 2021-09-14T13:44:06.502Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:44:07.525Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2021-09-14T13:44:07.527Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3357aa39 2021-09-14T13:44:07.527Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:44:07.528Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:44:07.528Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:44:07.529Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2021-09-14T13:44:56.488Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:44:56.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:44:56.496Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:44:56.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:44:56.517Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae2d2bf9-1298-4c0b-a4a4-7debc8e1ec64 url= /sdc/v1/artifactTypes 2021-09-14T13:44:56.517Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:44:57.572Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2021-09-14T13:44:57.574Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26695352 2021-09-14T13:44:57.574Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:44:57.575Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:44:57.575Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:44:57.576Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) 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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2021-09-14T13:45:46.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:45:46.490Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:45:46.490Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:45:46.496Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:45:46.504Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ed9c68c-d9df-45d8-90fa-341f38382c60 url= /sdc/v1/artifactTypes 2021-09-14T13:45:46.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:45:47.557Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:45:47.561Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31c1807d 2021-09-14T13:45:47.562Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:45:47.562Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:45:47.562Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:45:47.564Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:46:36.489Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:46:36.500Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:46:36.500Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:46:36.504Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:46:36.519Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68bd586e-3e7c-4f07-919c-2289f59ff2a5 url= /sdc/v1/artifactTypes 2021-09-14T13:46:36.519Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:46:37.539Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:46:37.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@795010c7 2021-09-14T13:46:37.541Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:46:37.541Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:46:37.541Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:46:37.542Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:47:26.488Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:47:26.490Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:47:26.491Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:47:26.503Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:47:26.513Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e958103c-083c-436a-88b3-ea99e0295a99 url= /sdc/v1/artifactTypes 2021-09-14T13:47:26.513Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:47:27.551Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:47:27.552Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78c67e5b 2021-09-14T13:47:27.552Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:47:27.552Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:47:27.553Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:47:27.553Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:48:16.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:48:16.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:48:16.488Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:48:16.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:48:16.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43a1662c-ce27-4961-8a5b-7c14d9231392 url= /sdc/v1/artifactTypes 2021-09-14T13:48:16.500Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:48:17.537Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:48:17.538Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69f4d946 2021-09-14T13:48:17.539Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:48:17.539Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:48:17.540Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:48:17.540Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:49:06.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:49:06.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:49:06.489Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:49:06.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:49:06.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a9f04c4-f0f2-4eb1-9c4d-d1193b2cd388 url= /sdc/v1/artifactTypes 2021-09-14T13:49:06.502Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:49:07.525Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:49:07.526Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@87d9aa9 2021-09-14T13:49:07.526Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:49:07.527Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:49:07.527Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:49:07.528Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:49:56.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:49:56.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:49:56.487Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:49:56.490Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:49:56.497Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4e8d25a-339f-46c5-9873-31b4a5a2b2ab url= /sdc/v1/artifactTypes 2021-09-14T13:49:56.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:49:57.537Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:49:57.538Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@764e8429 2021-09-14T13:49:57.539Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:49:57.539Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:49:57.539Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:49:57.540Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:50:46.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:50:46.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:50:46.489Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:50:46.494Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:50:46.501Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= adde9a8e-9f21-4b02-b85a-9d0f7f7a5627 url= /sdc/v1/artifactTypes 2021-09-14T13:50:46.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:50:47.521Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:50:47.577Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@189d786b 2021-09-14T13:50:47.577Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:50:47.578Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:50:47.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:50:47.578Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:51:36.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:51:36.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:51:36.488Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:51:36.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:51:36.499Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5b206a9-5f02-4286-a936-b12a739393c0 url= /sdc/v1/artifactTypes 2021-09-14T13:51:36.499Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:51:37.539Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:51:37.540Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ebde56e 2021-09-14T13:51:37.540Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:51:37.540Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:51:37.541Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:51:37.541Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:52:26.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:52:26.486Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:52:26.486Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:52:26.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:52:26.493Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2499dc5-7953-4a88-be5a-afcb37c56f1f url= /sdc/v1/artifactTypes 2021-09-14T13:52:26.493Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:52:27.524Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:52:27.525Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@105dc186 2021-09-14T13:52:27.525Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:52:27.526Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:52:27.526Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:52:27.527Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:52:37.345Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-14T13:53:16.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:53:16.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:53:16.488Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:53:16.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:53:16.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ef1fca9-3c44-4831-acc6-0020bb0d6ade url= /sdc/v1/artifactTypes 2021-09-14T13:53:16.500Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:53:17.536Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.61.85] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2021-09-14T13:53:17.537Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6dd2127a 2021-09-14T13:53:17.537Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-09-14T13:53:17.538Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-09-14T13:53:17.538Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-09-14T13:53:17.539Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$57ff1fb.periodicControllerTask() 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.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2021-09-14T13:54:06.485Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-14T13:54:06.486Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-14T13:54:06.486Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-14T13:54:06.488Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-14T13:54:06.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 039c6dcd-4aa3-4fe3-8341-cc1d656fef2f url= /sdc/v1/artifactTypes 2021-09-14T13:54:06.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-14T13:54:06.693Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-14T13:54:06.702Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-09-14T13:54:06.724Z||scheduling-1|||||DEBUG|500||create keys 2021-09-14T13:54:06.731Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-14T13:54:06.767Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:54:06.783Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ccbdaadd-4b8a-4834-abf4-c58e0044cbf0 url= /sdc/v1/registerForDistribution 2021-09-14T13:54:06.912Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ccbdaadd-4b8a-4834-abf4-c58e0044cbf0 url= /sdc/v1/registerForDistribution 2021-09-14T13:54:06.912Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-14T13:54:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:54:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:54:06.929Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-14T13:54:06.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:54:06.930Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:54:06.930Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:54:06.930Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:54:17.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:54:17.276Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:55:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:55:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:55:06.921Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:55:06.922Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:55:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:55:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:55:16.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:55:16.613Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:56:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:56:06.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:56:06.920Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:56:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:56:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:56:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:56:16.526Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:56:16.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:57:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:57:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:57:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:57:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:57:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:57:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:57:16.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:57:16.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:58:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:58:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:58:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:58:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:58:06.923Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:58:06.923Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:58:16.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:58:16.538Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:59:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:59:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:59:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:59:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T13:59:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T13:59:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T13:59:16.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T13:59:16.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:00:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:00:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:00:06.924Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:00:06.924Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:00:06.924Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:00:06.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:00:16.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:00:16.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:01:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:01:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:01:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:01:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:01:06.923Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:01:06.923Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:01:16.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:01:16.525Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:02:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:02:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:02:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:02:06.922Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:02:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:02:06.922Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:02:16.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:02:16.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:03:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:03:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:03:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:03:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:03:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:03:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:03:16.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:03:16.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:04:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:04:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:04:06.924Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:04:06.924Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:04:06.924Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:04:06.924Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:04:16.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:04:16.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:05:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:05:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:05:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:05:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:05:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:05:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:05:16.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:05:16.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:06:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:06:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:06:06.923Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:06:06.923Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:06:06.923Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:06:06.924Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:06:16.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:06:16.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:07:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:07:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:07:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:07:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:07:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:07:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:07:16.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:07:16.568Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:08:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:08:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:08:06.924Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:08:06.924Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:08:06.924Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:08:06.925Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:08:16.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:08:16.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:09:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:09:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:09:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:09:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:09:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:09:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:09:16.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:09:16.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:10:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:10:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:10:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:10:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:10:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:10:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:10:16.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:10:16.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:11:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:11:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:11:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:11:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:11:06.922Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:11:06.922Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:11:16.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:11:16.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:12:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:12:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:12:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:12:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:12:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:12:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:12:16.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:12:16.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:13:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:13:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:13:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:13:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:13:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:13:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:13:16.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:13:16.525Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:14:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:14:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:14:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:14:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:14:06.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:14:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:14:16.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:14:16.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:15:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:15:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:15:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:15:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:15:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:15:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:15:16.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:15:16.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:16:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:16:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:16:06.923Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:16:06.923Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:16:06.923Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:16:06.923Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:16:16.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:16:16.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:17:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:17:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:17:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:17:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:17:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:17:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:17:16.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:17:16.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:18:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:18:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:18:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:18:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:18:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:18:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:18:16.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:18:16.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:19:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:19:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:19:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:19:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:19:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:19:06.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:19:16.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:19:16.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:20:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:20:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:20:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:20:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:20:06.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:20:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:20:16.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:20:16.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:21:06.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:21:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:21:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:21:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:21:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:21:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:21:16.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:21:16.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:22:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:22:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:22:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:22:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:22:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:22:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:22:16.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:22:16.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:23:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:23:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:23:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:23:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:23:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:23:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:23:16.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:23:16.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:24:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:24:06.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:24:06.920Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:24:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:24:06.922Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:24:06.923Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:24:16.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:24:16.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:25:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:25:06.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:25:06.920Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:25:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:25:06.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:25:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:25:16.499Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:25:16.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:26:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:26:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:26:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:26:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:26:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:26:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:26:16.489Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:26:16.494Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:27:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:27:06.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:27:06.919Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:27:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:27:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:27:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:27:16.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:27:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:28:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:28:06.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:28:06.920Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:28:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:28:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:28:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:28:16.490Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:28:16.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:29:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:29:06.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:29:06.920Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:29:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:29:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:29:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:29:16.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:29:16.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:30:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:30:06.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:30:06.919Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:30:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:30:06.922Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:30:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:30:16.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:30:16.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:31:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:31:06.919Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:31:06.920Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:31:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:31:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:31:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:31:16.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:31:16.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:32:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:32:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:32:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:32:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:32:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:32:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:32:16.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:32:16.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:33:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:33:06.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:33:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:33:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:33:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:33:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:33:16.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:33:16.492Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:34:06.919Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:34:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:34:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:34:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:34:06.924Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:34:06.924Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:34:16.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:34:16.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:35:06.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:35:06.920Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:35:06.920Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:35:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:35:06.922Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:35:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:35:16.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:35:16.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:36:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:36:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:36:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:36:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:36:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:36:06.923Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:36:16.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:36:16.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:37:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:37:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:37:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:37:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:37:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:37:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:37:16.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:37:16.515Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:38:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:38:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:38:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:38:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:38:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:38:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:38:16.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:38:16.493Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:39:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:39:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:39:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:39:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:39:06.922Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:39:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:39:16.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:39:16.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:40:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:40:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:40:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:40:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:40:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:40:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:40:16.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:40:16.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:41:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:41:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:41:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:41:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:41:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:41:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:41:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:41:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:42:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:42:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:42:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:42:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:42:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:42:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:42:16.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:42:16.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:43:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:43:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:43:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:43:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:43:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:43:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:43:16.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:43:16.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:44:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:44:06.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:44:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:44:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:44:06.921Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:44:06.922Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:44:16.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:44:16.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:45:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:45:06.920Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:45:06.920Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:45:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:45:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:45:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:45:16.482Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:45:16.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:46:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:46:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:46:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:46:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:46:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:46:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:46:16.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:46:16.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:47:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:47:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:47:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:47:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:47:06.922Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:47:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:47:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:47:16.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:48:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:48:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:48:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:48:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:48:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:48:06.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:48:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:48:16.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:49:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:49:06.921Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:49:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:49:06.921Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:49:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:49:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:49:16.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:49:16.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:50:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:50:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:50:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:50:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:50:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:50:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:50:16.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:50:16.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:51:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:51:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:51:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:51:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:51:06.923Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:51:06.923Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:51:16.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:51:16.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:52:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:52:06.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:52:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:52:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:52:06.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:52:06.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:52:16.535Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:52:16.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:53:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:53:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:53:06.923Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:53:06.923Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:53:06.923Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:53:06.923Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:53:16.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:53:16.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:54:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:54:06.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:54:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:54:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:54:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:54:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:54:16.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:54:16.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:55:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:55:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:55:06.923Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:55:06.923Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:55:06.923Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:55:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:55:16.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:55:16.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:56:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:56:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:56:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:56:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:56:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:56:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:56:16.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:56:16.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:57:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:57:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:57:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:57:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:57:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:57:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:57:16.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:57:16.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:58:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:58:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:58:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:58:06.922Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:58:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:58:06.923Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:58:16.481Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:58:16.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:59:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:59:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:59:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:59:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T14:59:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T14:59:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T14:59:16.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T14:59:16.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:00:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:00:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:00:06.922Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:00:06.922Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:00:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:00:06.922Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:00:16.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:00:16.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:01:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:01:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:01:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:01:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:01:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:01:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:01:16.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:01:16.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:02:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:02:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:02:06.923Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:02:06.923Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:02:06.923Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:02:06.923Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:02:16.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:02:16.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:03:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:03:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:03:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:03:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:03:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:03:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:03:16.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:03:16.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:04:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:04:06.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:04:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:04:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:04:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:04:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:04:16.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:04:16.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:05:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:05:06.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:05:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:05:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:05:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:05:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:05:16.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:05:16.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:06:06.918Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:06:06.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:06:06.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:06:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:06:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:06:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:06:16.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:06:16.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:07:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:07:06.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:07:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:07:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:07:06.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:07:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:07:16.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:07:16.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:08:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:08:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:08:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:08:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:08:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:08:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:08:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:08:16.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:09:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:09:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:09:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:09:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:09:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:09:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:09:16.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:09:16.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:10:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:10:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:10:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:10:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:10:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:10:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:10:16.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:10:16.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:11:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:11:06.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:11:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:11:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:11:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:11:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:11:16.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:11:16.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:12:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:12:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:12:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:12:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:12:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:12:06.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:12:16.486Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:12:16.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:13:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:13:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:13:06.921Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:13:06.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:13:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:13:06.921Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:13:16.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:13:16.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:14:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:14:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:14:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:14:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:14:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:14:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:14:16.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:14:16.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:15:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:15:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:15:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:15:06.922Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:15:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:15:06.922Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:15:16.492Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:15:16.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:16:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:16:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:16:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:16:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:16:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:16:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:16:16.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:16:16.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:17:06.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:17:06.920Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:17:06.920Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:17:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:17:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:17:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:17:16.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:17:16.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:06.918Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:18:06.919Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:18:06.919Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:06.922Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:18:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:18:06.923Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:14.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:14.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-14T15:18:14.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9345eb7-e4d6-4239-99bf-3249d0220457","serviceName":"basic_onboard_rYrUTF","serviceVersion":"1.0","serviceUUID":"fafa6f3b-d4ce-4f98-9817-ee48a74f2512","serviceDescription":"service","serviceInvariantUUID":"a1974909-a1fd-4e3d-a609-06febdb2d26e","resources":[{"resourceInstanceName":"basic_onboard_rYrUTF 0","resourceName":"basic_onboard_rYrUTF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889","resourceInvariantUUID":"1b81e28b-37fc-4ef0-b195-74915f1c5bc1","resourceCustomizationUUID":"ab8658ac-13cb-4109-9355-2879e9afb5e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml","artifactChecksum":"N2RjNzkwNWRiZWVkMDczYTU5MGI5N2UxYWE2NTkyZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99f438e5-d44e-42c4-99c2-d68d0b1bec14","artifactVersion":"1"},{"artifactName":"basic_onboard_ryrutf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json","artifactChecksum":"NDgwZWZkNTI0YjJhYWIxZWZiMzUwNTRhMTMzNzhiNTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c2fad9a-9360-48fc-8114-d48fb413a613","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"29b53a67-96f5-4f25-ba2b-4f2cb1260364","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e712fcd1-6a01-4e7c-b510-d41bafbace0b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e7cc1168-b027-45d7-b76a-e45b82742d1d","artifactVersion":"2","generatedFromUUID":"29b53a67-96f5-4f25-ba2b-4f2cb1260364"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRyrutf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml","artifactChecksum":"YThjOTYyNDQ2OThkYTZjNWE3NTNiNDQwOTIzN2Y4NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72123d95-37cd-434f-9919-29b562a48b18","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRyrutf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar","artifactChecksum":"ZTY2NjRmYTQ5YTg3Y2RkMTAxMTY4NGUzNDU5N2NkOTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cd76218-eb42-4802-8b97-112d9146562d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-14T15:18:14.503Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T15:18:14.509Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:14.521Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:14.521Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:18:14.621Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2021-09-14T15:18:14.627Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:14.628Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:14.644Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:14.645Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":4,"count":1} 2021-09-14T15:18:14.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:14.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:18:14.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:18:14.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:18:15.530Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T15:18:15.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:15.533Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:15.533Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOTIFIED" } 2021-09-14T15:18:15.633Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:15.634Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:15.634Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:15.646Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:15.647Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-14T15:18:16.533Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T15:18:16.534Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:16.536Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:16.536Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T15:18:16.636Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:16.637Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:16.637Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:16.647Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:16.647Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-14T15:18:17.536Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T15:18:17.538Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:17.540Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:17.540Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:18:17.640Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:17.641Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:17.641Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:17.653Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:17.654Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-14T15:18:18.541Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T15:18:18.542Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:18.543Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:18.543Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-14T15:18:18.643Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:18.644Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:18.644Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:18.667Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:18.667Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-14T15:18:19.544Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T15:18:19.545Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:19.546Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:19.546Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:18:19.646Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T15:18:19.647Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:19.648Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:19.659Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:19.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-14T15:18:20.548Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T15:18:20.548Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:20.551Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:20.551Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:18:20.651Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:20.652Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:20.652Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:20.663Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:20.664Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-14T15:18:21.554Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "serviceName": "basic_onboard_rYrUTF", "serviceVersion": "1.0", "serviceUUID": "fafa6f3b-d4ce-4f98-9817-ee48a74f2512", "serviceDescription": "service", "serviceInvariantUUID": "a1974909-a1fd-4e3d-a609-06febdb2d26e", "resources": [ { "resourceInstanceName": "basic_onboard_rYrUTF 0", "resourceCustomizationUUID": "ab8658ac-13cb-4109-9355-2879e9afb5e2", "resourceName": "basic_onboard_rYrUTF", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889", "resourceInvariantUUID": "1b81e28b-37fc-4ef0-b195-74915f1c5bc1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ryrutf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "artifactChecksum": "NDgwZWZkNTI0YjJhYWIxZWZiMzUwNTRhMTMzNzhiNTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c2fad9a-9360-48fc-8114-d48fb413a613", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "29b53a67-96f5-4f25-ba2b-4f2cb1260364", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e7cc1168-b027-45d7-b76a-e45b82742d1d", "generatedFromUUID": "29b53a67-96f5-4f25-ba2b-4f2cb1260364" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e7cc1168-b027-45d7-b76a-e45b82742d1d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardRyrutf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "artifactChecksum": "ZTY2NjRmYTQ5YTg3Y2RkMTAxMTY4NGUzNDU5N2NkOTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4cd76218-eb42-4802-8b97-112d9146562d" } ], "workloadContext": "Production" } 2021-09-14T15:18:21.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-14T15:18:21.556Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fafa6f3b-d4ce-4f98-9817-ee48a74f2512 ASDC 2021-09-14T15:18:21.656Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f9345eb7-e4d6-4239-99bf-3249d0220457 ServiceName:basic_onboard_rYrUTF ServiceVersion:1.0 ServiceUUID:fafa6f3b-d4ce-4f98-9817-ee48a74f2512 ServiceInvariantUUID:a1974909-a1fd-4e3d-a609-06febdb2d26e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardRyrutf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar ArtifactUUID:4cd76218-eb42-4802-8b97-112d9146562d ArtifactChecksum:ZTY2NjRmYTQ5YTg3Y2RkMTAxMTY4NGUzNDU5N2NkOTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_rYrUTF 0 ResourceCustomizationUUID:ab8658ac-13cb-4109-9355-2879e9afb5e2 ResourceInvariantUUID:1b81e28b-37fc-4ef0-b195-74915f1c5bc1 ResourceName:basic_onboard_rYrUTF ResourceType:VF ResourceUUID:4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ryrutf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json ArtifactUUID:9c2fad9a-9360-48fc-8114-d48fb413a613 ArtifactChecksum:NDgwZWZkNTI0YjJhYWIxZWZiMzUwNTRhMTMzNzhiNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml ArtifactUUID:29b53a67-96f5-4f25-ba2b-4f2cb1260364 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env ArtifactUUID:e7cc1168-b027-45d7-b76a-e45b82742d1d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env ArtifactUUID:e7cc1168-b027-45d7-b76a-e45b82742d1d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-14T15:18:21.657Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fafa6f3b-d4ce-4f98-9817-ee48a74f2512 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T15:18:21.890Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T15:18:21.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-14T15:18:21.892Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-14T15:18:21.892Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4cd76218-eb42-4802-8b97-112d9146562d from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:21.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-14T15:18:21.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:23.530Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-14T15:18:23.542Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar 4cd76218-eb42-4802-8b97-112d9146562d 71379 2021-09-14T15:18:23.544Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar ASDC sendASDCNotification 2021-09-14T15:18:23.544Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:23.545Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T15:18:23.545Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:23.547Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:23.548Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632703542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T15:18:23.648Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T15:18:23.648Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:23.649Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:23.660Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:23.661Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-14T15:18:24.549Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T15:18:24.551Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-14T15:18:24.551Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4cd76218-eb42-4802-8b97-112d9146562d, URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar to file: /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:24.552Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:24.679Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:24.680Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:25.283Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17643829511304934509/Definitions/service-BasicOnboardRyrutf-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-09-14T15:18:26.936Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-14T15:18:26.941Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-14T15:18:26.941Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.942Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.943Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rYrUTF 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.944Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:26.944Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-14T15:18:26.950Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.951Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:26.957Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:26.958Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-14T15:18:26.959Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T15:18:26.961Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.961Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:26.961Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:26.962Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-14T15:18:26.962Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T15:18:26.962Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.963Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:26.966Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.966Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is not matching search criteria 2021-09-14T15:18:26.966Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-14T15:18:26.967Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-14T15:18:26.967Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-14T15:18:26.967Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-14T15:18:26.968Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-14T15:18:26.968Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.968Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T15:18:26.969Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.969Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:26.970Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T15:18:26.970Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.971Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:26.972Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T15:18:26.972Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.972Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is not matching search criteria 2021-09-14T15:18:26.973Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-14T15:18:26.973Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-14T15:18:26.973Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ebf7821-1c18-4caa-8e45-a531e01640d9 2021-09-14T15:18:26.974Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.974Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:26.974Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.975Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:26.975Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.975Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:26.976Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:26.976Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:26.976Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_rYrUTF Description:service Model UUID:fafa6f3b-d4ce-4f98-9817-ee48a74f2512 Model Version:NULL Model InvariantUuid:a1974909-a1fd-4e3d-a609-06febdb2d26e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_rYrUTF Model UUID:c3f32657-c8d7-467e-9b3c-dd2172dcb92a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b81e28b-37fc-4ef0-b195-74915f1c5bc1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ab8658ac-13cb-4109-9355-2879e9afb5e2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bf386a93-0c28-4340-a6b3-964b119f85d7 ModelName:BasicOnboardRyrutf..base_ubuntu18..module-0 ModelUuid:9fdebdec-c673-407a-9eb1-b6e1bc5e15a5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6ebf7821-1c18-4caa-8e45-a531e01640d9 ModelInvariantUuid:a96ab928-37fe-44a5-9ac3-4b14476bee5d ModelName:basic_onboard_rYrUTF-nodes.ubuntu18Cvfc ModelUuid:e624d843-e2df-483b-aed3-7740568cef73 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:01d75e31-14ea-45d9-bd0d-55f1c0ef838b ModelInvariantUuid:1353dbef-a243-4eb0-bd37-6b8c8d7e5f5f ModelName:BasicOnboardRyrutf.compute.nodes.heat.ubuntu18 ModelUuid:9eacdc9a-cc78-461c-9b1e-9026b527b458 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-14T15:18:26.996Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T15:18:27.081Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||basic_onboard_rYrUTF 0 2021-09-14T15:18:27.087Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889 2021-09-14T15:18:27.088Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c2fad9a-9360-48fc-8114-d48fb413a613 from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json 2021-09-14T15:18:27.088Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-14T15:18:27.088Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json 2021-09-14T15:18:27.742Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-14T15:18:27.743Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json 9c2fad9a-9360-48fc-8114-d48fb413a613 798 2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json ASDC sendASDCNotification 2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json 2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T15:18:27.744Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:27.746Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:27.747Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632707744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T15:18:27.846Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T15:18:27.847Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:27.847Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:27.859Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:27.860Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-14T15:18:28.749Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRyrutf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bf386a93-0c28-4340-a6b3-964b119f85d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9fdebdec-c673-407a-9eb1-b6e1bc5e15a5", "vfModuleModelCustomizationUUID": "0b4ca260-b910-471e-bfd3-9411c33741d6", "isBase": true, "artifacts": [ "29b53a67-96f5-4f25-ba2b-4f2cb1260364", "e7cc1168-b027-45d7-b76a-e45b82742d1d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T15:18:28.765Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRyrutf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9fdebdec-c673-407a-9eb1-b6e1bc5e15a5 VfModuleModelInvariantUUID:bf386a93-0c28-4340-a6b3-964b119f85d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 29b53a67-96f5-4f25-ba2b-4f2cb1260364 , e7cc1168-b027-45d7-b76a-e45b82742d1d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T15:18:28.769Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRyrutf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bf386a93-0c28-4340-a6b3-964b119f85d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9fdebdec-c673-407a-9eb1-b6e1bc5e15a5", "vfModuleModelCustomizationUUID": "0b4ca260-b910-471e-bfd3-9411c33741d6", "isBase": true, "artifacts": [ "29b53a67-96f5-4f25-ba2b-4f2cb1260364", "e7cc1168-b027-45d7-b76a-e45b82742d1d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T15:18:28.769Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRyrutf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9fdebdec-c673-407a-9eb1-b6e1bc5e15a5 VfModuleModelInvariantUUID:bf386a93-0c28-4340-a6b3-964b119f85d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 29b53a67-96f5-4f25-ba2b-4f2cb1260364 , e7cc1168-b027-45d7-b76a-e45b82742d1d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T15:18:28.770Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29b53a67-96f5-4f25-ba2b-4f2cb1260364 from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml 2021-09-14T15:18:28.770Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-14T15:18:28.770Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml 2021-09-14T15:18:29.722Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-14T15:18:29.723Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml 29b53a67-96f5-4f25-ba2b-4f2cb1260364 5033 2021-09-14T15:18:29.723Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-14T15:18:29.723Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml 2021-09-14T15:18:29.724Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T15:18:29.724Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:29.725Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:29.726Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632709723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T15:18:29.825Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T15:18:29.826Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:29.827Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:29.848Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:29.848Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2021-09-14T15:18:30.726Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e7cc1168-b027-45d7-b76a-e45b82742d1d from URL: /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env 2021-09-14T15:18:30.727Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-14T15:18:30.727Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env 2021-09-14T15:18:31.829Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-14T15:18:31.830Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env e7cc1168-b027-45d7-b76a-e45b82742d1d 909 2021-09-14T15:18:31.830Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-14T15:18:31.831Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env 2021-09-14T15:18:31.831Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T15:18:31.831Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:31.833Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:31.833Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632711830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-14T15:18:31.933Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T15:18:31.934Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:31.934Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:31.950Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:31.950Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-14T15:18:32.834Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: fafa6f3b-d4ce-4f98-9817-ee48a74f2512 2021-09-14T15:18:32.835Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rYrUTF 0 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T15:18:32.863Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39173f42, org.onap.sdc.toscaparser.api.parameters.Input@275fa37e, org.onap.sdc.toscaparser.api.parameters.Input@5094e10e, org.onap.sdc.toscaparser.api.parameters.Input@49b4a954, org.onap.sdc.toscaparser.api.parameters.Input@49d9720f] 2021-09-14T15:18:32.866Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.866Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= ab8658ac-13cb-4109-9355-2879e9afb5e2 2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab8658ac-13cb-4109-9355-2879e9afb5e2 matches Tosca VF Customization UUID: ab8658ac-13cb-4109-9355-2879e9afb5e2 2021-09-14T15:18:32.867Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: ab8658ac-13cb-4109-9355-2879e9afb5e2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-14T15:18:32.873Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.873Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.874Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id ab8658ac-13cb-4109-9355-2879e9afb5e2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-09-14T15:18:32.874Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@739e4205 2021-09-14T15:18:32.875Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.875Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T15:18:32.875Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b4ca260-b910-471e-bfd3-9411c33741d6 2021-09-14T15:18:32.876Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b4ca260-b910-471e-bfd3-9411c33741d6 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-14T15:18:32.881Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.882Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:32.882Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T15:18:32.882Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is not matching search criteria 2021-09-14T15:18:32.883Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-14T15:18:32.884Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-14T15:18:32.884Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6ebf7821-1c18-4caa-8e45-a531e01640d9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-14T15:18:32.890Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.890Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_rYrUTF 0 is matching search criteria 2021-09-14T15:18:32.891Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_rYrUTF 0] matching following query criteria: sdcType=VF, customizationUUID=ab8658ac-13cb-4109-9355-2879e9afb5e2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T15:18:32.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.893Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid fafa6f3b-d4ce-4f98-9817-ee48a74f2512: basic_onboard_rYrUTF 2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.894Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_rYrUTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T15:18:32.895Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_rYrUTF Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T15:18:33.050Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rYrUTF 4a6e9b8f-11df-4fe8-bf5e-ec2ab7071889 1 ASDC deployResourceStructure 2021-09-14T15:18:33.051Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json ASDC sendASDCNotification 2021-09-14T15:18:33.051Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json 2021-09-14T15:18:33.051Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T15:18:33.052Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:33.054Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:33.054Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632713050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T15:18:33.154Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:33.154Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:33.154Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:33.168Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:33.169Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1} 2021-09-14T15:18:34.055Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-14T15:18:34.055Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml 2021-09-14T15:18:34.055Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T15:18:34.056Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:34.057Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:34.058Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632714055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-14T15:18:34.158Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T15:18:34.158Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:34.158Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:34.173Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:34.173Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-14T15:18:35.058Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-14T15:18:35.059Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env 2021-09-14T15:18:35.059Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T15:18:35.059Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:35.060Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:35.061Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632715058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-14T15:18:35.161Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:35.161Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:35.161Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:35.182Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:35.182Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1} 2021-09-14T15:18:36.061Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar ASDC sendASDCNotification 2021-09-14T15:18:36.062Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar 2021-09-14T15:18:36.062Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T15:18:36.062Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:18:36.064Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:18:36.064Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632716061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T15:18:36.164Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:18:36.164Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:18:36.165Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:18:36.177Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:18:36.177Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-14T15:18:37.065Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:18:37.082Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:18:37.083Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T15:18:37.083Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T15:18:37.083Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T15:19:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:19:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:19:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:19:07.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:19:07.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:19:07.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632685238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:19:07.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:19:07.084Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:19:07.090Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:19:07.092Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T15:19:07.092Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T15:19:07.092Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T15:19:37.093Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:19:37.099Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:19:37.101Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T15:19:37.101Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T15:19:37.101Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T15:20:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:20:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:20:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:20:06.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:20:06.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:20:06.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632686911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:20:06.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:20:06.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:20:06.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632693319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:20:06.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:20:06.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:20:06.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632687849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:20:06.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:20:07.102Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:20:07.109Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:20:07.110Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T15:20:07.110Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T15:20:07.111Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T15:20:37.111Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:20:37.129Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:20:37.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T15:20:37.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T15:20:37.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T15:21:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:21:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:21:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:21:07.131Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.137Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.138Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T15:21:07.138Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T15:21:07.138Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T15:21:07.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:21:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOTIFIED" } 2021-09-14T15:21:07.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632685238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632686911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632693319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632687849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOTIFIED" } 2021-09-14T15:21:07.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "dcae-sch", "timestamp": 1631632695211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T15:21:07.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632685238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632686911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T15:21:07.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632693319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632687849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T15:21:07.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "dcae-sch", "timestamp": 1631632695211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "ves-openapi-manager", "timestamp": 1631632696208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632686911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632685238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632693319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632687849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "dcae-sch", "timestamp": 1631632695211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "ves-openapi-manager", "timestamp": 1631632696208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-14T15:21:07.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632686911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632685238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632693319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632687849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-14T15:21:07.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "dcae-sch", "timestamp": 1631632695211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "ves-openapi-manager", "timestamp": 1631632696208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632686911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632685238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632693319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632687849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "dcae-sch", "timestamp": 1631632695211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "ves-openapi-manager", "timestamp": 1631632696208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632699636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632686918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:21:07.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632686911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:21:07.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632685238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:21:07.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632693319, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:21:07.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632687849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:21:07.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "dcae-sch", "timestamp": 1631632695211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "ves-openapi-manager", "timestamp": 1631632696208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632699636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "dcae-sch", "timestamp": 1631632695211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "ves-openapi-manager", "timestamp": 1631632696208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632699636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632702117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "ves-openapi-manager", "timestamp": 1631632696208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632703027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632703127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632703127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632703247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632699636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632703542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632702117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "NOTIFIED" } 2021-09-14T15:21:07.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632704037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "cds", "timestamp": 1631632704159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.527Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457 2021-09-14T15:21:07.527Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T15:21:07.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632699636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632702117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.536Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "policy-id", "timestamp": 1631632705043, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.539Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457 2021-09-14T15:21:07.539Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T15:21:07.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632699636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632705425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632702117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632699636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:21:07.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632702117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632706848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632707744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632702117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T15:21:07.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632708470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632708474, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.562Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457 2021-09-14T15:21:07.562Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632708568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632702117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "NOTIFIED" } 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "multicloud-k8s-id", "timestamp": 1631632709478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.568Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631632709575, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457 2021-09-14T15:21:07.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632709723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632711830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632713050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/basic_onboard_ryrutf0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632714055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632715058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/resourceInstances/basic_onboard_ryrutf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632716061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632720640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632721607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "aai-ml", "timestamp": 1631632722614, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.580Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457 2021-09-14T15:21:07.580Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T15:21:07.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632722650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRyrutf/1.0/artifacts/service-BasicOnboardRyrutf-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T15:21:07.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:21:07.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T15:21:07.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "clamp", "timestamp": 1631632723659, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T15:21:07.588Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9345eb7-e4d6-4239-99bf-3249d0220457 2021-09-14T15:21:07.588Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9345eb7-e4d6-4239-99bf-3249d0220457 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T15:21:37.139Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:21:37.147Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T15:21:37.150Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T15:21:37.150Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-14T15:21:37.150Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T15:21:37.151Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T15:21:37.152Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T15:21:37.152Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T15:21:37.152Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T15:21:37.156Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-14T15:22:06.922Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:22:06.925Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:22:06.925Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:22:07.157Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9345eb7-e4d6-4239-99bf-3249d0220457 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-09-14T15:22:07.179Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9345eb7-e4d6-4239-99bf-3249d0220457 and serviceModelVersionId: fafa6f3b-d4ce-4f98-9817-ee48a74f2512 2021-09-14T15:22:07.179Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1974909-a1fd-4e3d-a609-06febdb2d26e 2021-09-14T15:22:16.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:22:20.160Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0 2021-09-14T15:22:20.258Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-14T15:22:20.707Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|INFO|500||Invoke 2021-09-14T15:22:20.714Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9345eb7-e4d6-4239-99bf-3249d0220457], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[789b7af0-4ec5-47f2-850d-e33068c7544c], X-ECOMP-RequestID=[f9345eb7-e4d6-4239-99bf-3249d0220457], X-TransactionId=[], X-ONAP-RequestID=[f9345eb7-e4d6-4239-99bf-3249d0220457], Content-Type=[application/merge-patch+json]} 2021-09-14T15:22:20.841Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-14T15:22:21.300Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210914-15:22:20:884-74153], vertex-id=[356376], Content-Length=[0], Date=[Tue, 14 Sep 2021 15:22:20 GMT], Content-Type=[application/json]} 2021-09-14T15:22:21.302Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-14T15:22:21.303Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a1974909-a1fd-4e3d-a609-06febdb2d26e/model-vers/model-ver/fafa6f3b-d4ce-4f98-9817-ee48a74f2512?depth=0|INFO|500||InvokeReturn 2021-09-14T15:22:21.307Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-14T15:22:21.307Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T15:22:21.313Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-14T15:22:21.314Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9345eb7-e4d6-4239-99bf-3249d0220457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-14T15:22:21.315Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-14T15:22:21.316Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-14T15:22:21.318Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T15:22:21.318Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632941315, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T15:22:21.418Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T15:22:21.419Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T15:22:21.419Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:22:21.430Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:22:21.431Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-14T15:22:22.329Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:22:22.330Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:22:22.330Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:22:32.735Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:22:32.736Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:22:32.737Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:22:32.737Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:22:42.304Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:22:42.305Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:22:42.306Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:22:42.306Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:22:51.857Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:22:51.858Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:22:51.859Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:22:51.859Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:23:01.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:23:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:23:06.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:23:06.919Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:23:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:23:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:23:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:23:07.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:23:07.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-14T15:23:07.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9345eb7-e4d6-4239-99bf-3249d0220457", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631632941315, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T15:23:07.585Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T15:23:16.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:24:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:24:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:24:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:24:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:24:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:24:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:24:16.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:24:16.549Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:25:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:25:06.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:25:06.919Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:25:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:25:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:25:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:25:16.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:25:16.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:26:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:26:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:26:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:26:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:26:06.923Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:26:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:26:16.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:26:16.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:27:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:27:06.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:27:06.919Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:27:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:27:06.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:27:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:27:16.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:27:16.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:28:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:28:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:28:06.923Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:28:06.923Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:28:06.923Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:28:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:28:16.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:28:16.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:29:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:29:06.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:29:06.919Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:29:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:29:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:29:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:29:16.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:29:16.491Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:30:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:30:06.919Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:30:06.919Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:30:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:30:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:30:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:30:16.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:30:16.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:31:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:31:06.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:31:06.920Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:31:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:31:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:31:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:31:16.524Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:31:16.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:32:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:32:06.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:32:06.920Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:32:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:32:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:32:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:32:16.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:32:16.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:33:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:33:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:33:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:33:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:33:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:33:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:33:16.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:33:16.487Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:34:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:34:06.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:34:06.920Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:34:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:34:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:34:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:34:16.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:34:16.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:35:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:35:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:35:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:35:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:35:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:35:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:35:16.470Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:35:16.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:36:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:36:06.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:36:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:36:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:36:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:36:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:36:16.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:36:16.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:37:06.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:37:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:37:06.923Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:37:06.923Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:37:06.923Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:37:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:37:16.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:37:16.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:38:06.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:38:06.920Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:38:06.920Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:38:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:38:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:38:06.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:38:16.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:38:16.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:39:06.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:39:06.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:39:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:39:06.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:39:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:39:06.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:39:16.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:39:16.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:40:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:40:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:40:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:40:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:40:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:40:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:40:16.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:40:16.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:41:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:41:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:41:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:41:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:41:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:41:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:41:16.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:41:16.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:42:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:42:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:42:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:42:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:42:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:42:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:42:16.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:42:16.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:43:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:43:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:43:06.923Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:43:06.923Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:43:06.923Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:43:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:43:16.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:43:16.502Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:44:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:44:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:44:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:44:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:44:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:44:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:44:16.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:44:16.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:45:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:45:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:45:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:45:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:45:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:45:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:45:16.469Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:45:16.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:46:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:46:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:46:06.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:46:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:46:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:46:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:46:16.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:46:16.481Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:47:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:47:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:47:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:47:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:47:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:47:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:47:16.485Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:47:16.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:48:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:48:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:48:06.922Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:48:06.922Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:48:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:48:06.923Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:48:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:48:16.482Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:49:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:49:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:49:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:49:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:49:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:49:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:49:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:49:16.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:50:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:50:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:50:06.923Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:50:06.923Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:50:06.923Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:50:06.923Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:50:16.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:50:16.487Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:51:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:51:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:51:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:51:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:51:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:51:06.921Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:51:16.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:51:16.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:52:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:52:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:52:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:52:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:52:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:52:06.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:52:16.484Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:52:16.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:53:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:53:06.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:53:06.920Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:53:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:53:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:53:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:53:16.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:53:16.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:54:06.918Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:54:06.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:54:06.920Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:54:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:54:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:54:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:54:16.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:54:16.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:55:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:55:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:55:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:55:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:55:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:55:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:55:16.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:55:16.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:56:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:56:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:56:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:56:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:56:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:56:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:56:16.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:56:16.477Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:57:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:57:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:57:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:57:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:57:06.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:57:06.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:57:16.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:57:16.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:58:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:58:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:58:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:58:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:58:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:58:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:58:16.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:58:16.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:59:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:59:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:59:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:59:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T15:59:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T15:59:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T15:59:16.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T15:59:16.488Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:00:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:00:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:00:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:00:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:00:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:00:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:00:16.563Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:00:16.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:01:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:01:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:01:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:01:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:01:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:01:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:01:16.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:01:16.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:02:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:02:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:02:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:02:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:02:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:02:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:02:16.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:02:16.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:03:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:03:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:03:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:03:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:03:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:03:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:03:16.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:03:16.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:04:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:04:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:04:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:04:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:04:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:04:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:04:16.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:04:16.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:05:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:05:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:05:06.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:05:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:05:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:05:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:05:16.472Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:05:16.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:06:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:06:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:06:06.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:06:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:06:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:06:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:06:16.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:06:16.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:07:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:07:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:07:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:07:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:07:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:07:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:07:16.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:07:16.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:08:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:08:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:08:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:08:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:08:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:08:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:08:16.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:08:16.473Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:09:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:09:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:09:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:09:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:09:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:09:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:09:16.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:09:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:10:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:10:06.919Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:10:06.919Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:10:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:10:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:10:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:10:16.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:10:16.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:11:06.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:11:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:11:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:11:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:11:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:11:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:11:16.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:11:16.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:12:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:12:06.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:12:06.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:12:06.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:12:06.921Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:12:06.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:12:16.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:12:16.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:13:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:13:06.920Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:13:06.920Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:13:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:13:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:13:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:13:16.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:13:16.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:14:06.918Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:14:06.919Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:14:06.919Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:14:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:14:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:14:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:14:16.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:14:16.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:15:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:15:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:15:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:15:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:15:06.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:15:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:15:16.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:15:16.492Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:16:06.918Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:16:06.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:16:06.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:16:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:16:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:16:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:16:15.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:16:15.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-14T16:16:15.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"15a38549-ce12-47f4-a938-64972acdd952","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"79d3a95e-ab09-4cef-af55-e296d7d147ba","serviceDescription":"service","serviceInvariantUUID":"003b4f14-8d6e-470e-84ba-5c2d74dd6b1e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c97ba99b-970f-42fe-9883-be99069823f3","resourceInvariantUUID":"c9063791-4e9f-4ed4-943d-61fd088f5c88","resourceCustomizationUUID":"5e45bdc8-13a5-4435-97e8-37550167dc93","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NDBmNDQ0NTcyNDc4NmYxMTk5NWEzNDg3MmU5ODg5OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6651b73b-b752-4ed0-aa1f-6756b4cfc70d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzJhMDA1MjNjNWVkZTdjYzUxZDQwMzA5NzMzMTk5ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ff61912-1e33-4f15-84e7-b2d319d17e7c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-14T16:16:15.992Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:16:15.992Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:16:15.996Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:16:15.996Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636166918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:16:16.096Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:16:16.097Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:16:16.097Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:16:16.133Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:16:16.133Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:16:16.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:16:16.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:16:16.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "cds", "timestamp": 1631636173318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:16:16.262Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:16:16.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:16:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636166918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:16:16.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:16:16.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:16:16.263Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "dcae-sch", "timestamp": 1631636175210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:16:16.263Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:16:16.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:16:16.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:16:16.999Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:16:16.999Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636166918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:16:17.099Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:16:17.100Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:16:17.100Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:16:17.119Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:16:17.119Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:16:18.001Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "79d3a95e-ab09-4cef-af55-e296d7d147ba", "serviceDescription": "service", "serviceInvariantUUID": "003b4f14-8d6e-470e-84ba-5c2d74dd6b1e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "5e45bdc8-13a5-4435-97e8-37550167dc93", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c97ba99b-970f-42fe-9883-be99069823f3", "resourceInvariantUUID": "c9063791-4e9f-4ed4-943d-61fd088f5c88", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "NzJhMDA1MjNjNWVkZTdjYzUxZDQwMzA5NzMzMTk5ZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ff61912-1e33-4f15-84e7-b2d319d17e7c" } ], "workloadContext": "Production" } 2021-09-14T16:16:18.002Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-14T16:16:18.002Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79d3a95e-ab09-4cef-af55-e296d7d147ba ASDC 2021-09-14T16:16:18.003Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:15a38549-ce12-47f4-a938-64972acdd952 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:79d3a95e-ab09-4cef-af55-e296d7d147ba ServiceInvariantUUID:003b4f14-8d6e-470e-84ba-5c2d74dd6b1e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:5ff61912-1e33-4f15-84e7-b2d319d17e7c ArtifactChecksum:NzJhMDA1MjNjNWVkZTdjYzUxZDQwMzA5NzMzMTk5ZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:5e45bdc8-13a5-4435-97e8-37550167dc93 ResourceInvariantUUID:c9063791-4e9f-4ed4-943d-61fd088f5c88 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c97ba99b-970f-42fe-9883-be99069823f3 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-14T16:16:18.003Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79d3a95e-ab09-4cef-af55-e296d7d147ba ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:16:18.029Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:16:18.030Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:16:18.030Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:16:18.031Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ff61912-1e33-4f15-84e7-b2d319d17e7c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-14T16:16:18.031Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:16:18.031Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-14T16:16:19.589Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:16:19.591Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ff61912-1e33-4f15-84e7-b2d319d17e7c 52175 2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:16:19.592Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:16:19.594Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:16:19.594Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636179592, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:16:19.694Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:16:19.695Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:16:19.695Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:16:19.708Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:16:19.708Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:16:20.595Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:16:20.596Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:16:20.596Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5ff61912-1e33-4f15-84e7-b2d319d17e7c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:20.596Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-14T16:16:20.597Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:20.597Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:20.740Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16116101359644319732/Definitions/service-BasicNetwork-template.yml 2021-09-14T16:16:21.216Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-14T16:16:21.217Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.218Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-14T16:16:21.219Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.220Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.220Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.221Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:16:21.222Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.223Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.224Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.225Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.225Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:79d3a95e-ab09-4cef-af55-e296d7d147ba Model Version:NULL Model InvariantUuid:003b4f14-8d6e-470e-84ba-5c2d74dd6b1e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c9063791-4e9f-4ed4-943d-61fd088f5c88 Model UUID:118a1fd8-75eb-4132-b00b-66a1d5d10e39 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:5e45bdc8-13a5-4435-97e8-37550167dc93 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-14T16:16:21.233Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: c97ba99b-970f-42fe-9883-be99069823f3 2021-09-14T16:16:21.234Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||No resources found for Service: 79d3a95e-ab09-4cef-af55-e296d7d147ba Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:16:21.239Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500|| 2021-09-14T16:16:21.239Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-14T16:16:21.240Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 79d3a95e-ab09-4cef-af55-e296d7d147ba 2021-09-14T16:16:21.240Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 79d3a95e-ab09-4cef-af55-e296d7d147ba 2021-09-14T16:16:21.240Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-14T16:16:21.241Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:16:21.246Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bb59b65, org.onap.sdc.toscaparser.api.parameters.Input@17cd7e3, org.onap.sdc.toscaparser.api.parameters.Input@544c4d66, org.onap.sdc.toscaparser.api.parameters.Input@2a88ace0, org.onap.sdc.toscaparser.api.parameters.Input@7db17467] 2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.248Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.249Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 79d3a95e-ab09-4cef-af55-e296d7d147ba: Generic NeutronNet 2021-09-14T16:16:21.249Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.249Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.250Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.250Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-14T16:16:21.290Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.292Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.292Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.293Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.293Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:16:21.293Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:16:21.294Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-14T16:16:21.366Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:16:21.367Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:16:21.369Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:16:21.369Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636181366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:16:21.470Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-14T16:16:21.470Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:16:21.470Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:16:21.480Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:16:21.481Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:16:22.370Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:16:22.377Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:16:22.378Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:16:22.379Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:16:22.379Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:16:52.379Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:16:52.393Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:16:52.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:16:52.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:16:52.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:17:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:17:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:17:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:17:06.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:17:06.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:17:06.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "multicloud-k8s-id", "timestamp": 1631636167849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:17:06.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:17:22.394Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:17:22.401Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:17:22.402Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:17:22.402Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:17:22.402Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:17:52.403Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:17:52.409Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:17:52.415Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:17:52.415Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:17:52.415Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:18:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:18:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:18:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:18:06.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:18:06.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:18:06.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "policy-id", "timestamp": 1631636166911, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:18:06.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:18:22.416Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:18:22.429Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:18:22.430Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:18:22.430Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:18:22.431Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:18:52.431Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:18:52.438Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:18:52.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:18:52.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:18:52.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:19:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:19:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:19:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:19:07.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:19:07.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "ves-openapi-manager", "timestamp": 1631636176209, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:19:07.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "dcae-sch", "timestamp": 1631636175210, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:19:07.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "cds", "timestamp": 1631636173318, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:19:07.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636166918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "multicloud-k8s-id", "timestamp": 1631636167849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "policy-id", "timestamp": 1631636166911, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "ves-openapi-manager", "timestamp": 1631636176209, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636179592, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "policy-id", "timestamp": 1631636179883, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "cds", "timestamp": 1631636180208, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "aai-ml", "timestamp": 1631636179635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "policy-id", "timestamp": 1631636180890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "cds", "timestamp": 1631636181217, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:19:07.492Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952 2021-09-14T16:19:07.492Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "aai-ml", "timestamp": 1631636179635, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:19:07.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636181366, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:19:07.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "policy-id", "timestamp": 1631636181903, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:19:07.504Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952 2021-09-14T16:19:07.504Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "clamp", "timestamp": 1631636182117, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:19:07.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "clamp", "timestamp": 1631636182117, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "aai-ml", "timestamp": 1631636184001, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "aai-ml", "timestamp": 1631636188631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "aai-ml", "timestamp": 1631636189635, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:19:07.513Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952 2021-09-14T16:19:07.513Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "clamp", "timestamp": 1631636193179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:19:07.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "clamp", "timestamp": 1631636195188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:19:07.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636195239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:19:07.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "clamp", "timestamp": 1631636196199, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:19:07.521Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952 2021-09-14T16:19:07.521Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636195239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:19:07.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636199209, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:19:07.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636200987, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:19:07.527Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:19:07.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636201991, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:19:07.529Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15a38549-ce12-47f4-a938-64972acdd952 2021-09-14T16:19:07.529Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15a38549-ce12-47f4-a938-64972acdd952 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:19:22.440Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:19:22.447Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:19:22.450Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:19:22.451Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:19:22.454Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-14T16:19:52.454Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15a38549-ce12-47f4-a938-64972acdd952 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-09-14T16:19:52.464Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15a38549-ce12-47f4-a938-64972acdd952 and serviceModelVersionId: 79d3a95e-ab09-4cef-af55-e296d7d147ba 2021-09-14T16:19:52.464Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 003b4f14-8d6e-470e-84ba-5c2d74dd6b1e 2021-09-14T16:19:52.466Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0 2021-09-14T16:19:52.475Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-14T16:19:52.551Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|INFO|500||Invoke 2021-09-14T16:19:52.552Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15a38549-ce12-47f4-a938-64972acdd952], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc5ffda6-213b-4388-9957-0ec79653cdb1], X-ECOMP-RequestID=[15a38549-ce12-47f4-a938-64972acdd952], X-TransactionId=[], X-ONAP-RequestID=[15a38549-ce12-47f4-a938-64972acdd952], Content-Type=[application/merge-patch+json]} 2021-09-14T16:19:52.595Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-14T16:19:53.524Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210914-16:19:52:602-39726], vertex-id=[159952], Content-Length=[0], Date=[Tue, 14 Sep 2021 16:19:52 GMT], Content-Type=[application/json]} 2021-09-14T16:19:53.525Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-14T16:19:53.526Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/003b4f14-8d6e-470e-84ba-5c2d74dd6b1e/model-vers/model-ver/79d3a95e-ab09-4cef-af55-e296d7d147ba?depth=0|INFO|500||InvokeReturn 2021-09-14T16:19:53.527Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-14T16:19:53.527Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:19:53.531Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-14T16:19:53.532Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15a38549-ce12-47f4-a938-64972acdd952 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-14T16:19:53.532Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-14T16:19:53.532Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:19:53.535Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:19:53.535Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636393532, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:19:53.635Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:19:53.636Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:19:53.636Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:19:53.653Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:19:53.653Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-14T16:19:54.545Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:19:54.546Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:19:54.546Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:19:59.039Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:19:59.040Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-14T16:19:59.040Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdd4d8c0-e99c-419f-9ff7-915c4d811c18","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f7d2244e-d12a-47d2-8611-d0b02f5e6862","serviceDescription":"service","serviceInvariantUUID":"8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85667356-c97a-45b8-9389-cdec9676db61","resourceInvariantUUID":"0f370a99-a756-4276-8fd1-97aaf1a58345","resourceCustomizationUUID":"e62308cf-238c-46b9-a34d-5064e7195639","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ODIxODA4MGEyN2I0ZWE4ODZhYzVhODc1NGU5NTM3YTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42442d74-407a-450c-a532-e63355ad9d77","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OWQyYjk0OTE5Njg0NWU0MzAxN2FmZmI3MTMxMjdjNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eedcd920-9968-4c63-9752-f49148e9be39","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c2f6e95-c5c1-457a-8baa-a06dc17089e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c4da598-48ac-4c5b-a668-4fd38164a8c7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"567d4776-e19e-486c-8454-5006c581f03b","artifactVersion":"2","generatedFromUUID":"2c2f6e95-c5c1-457a-8baa-a06dc17089e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWE1M2IyYTkwMzU5Y2JjNDM4YjJhNjJiNjViYWJiZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89861b63-12d2-4dad-b392-e8a63771e3cd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjkyZTI2ZDgyZmMzMWZiZWQ4YjMyMmNjYjg2NzBhMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3fd82a4-2b43-4710-a993-e2c9b6527ebb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-14T16:19:59.043Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:19:59.044Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:19:59.046Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:19:59.046Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:19:59.146Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:19:59.146Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:19:59.146Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:19:59.161Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:19:59.161Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:00.047Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:00.048Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:00.049Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:00.050Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:20:00.150Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:00.150Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:00.150Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:00.164Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:00.164Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:01.050Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:01.051Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:01.053Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:01.053Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:20:01.153Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:01.154Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:01.154Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:01.171Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:01.172Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:02.054Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:02.055Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:02.057Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:02.057Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:02.158Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:02.159Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:02.159Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:02.168Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:02.169Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:03.059Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:03.059Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:03.062Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:03.062Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-14T16:20:03.162Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:03.163Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:03.163Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:03.176Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:03.176Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:04.062Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:04.063Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:04.066Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:04.066Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:04.166Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:04.166Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:04.166Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:04.181Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:04.181Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:05.066Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:05.067Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:05.069Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:05.069Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:05.169Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:05.170Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:05.170Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:05.180Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:05.180Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:06.070Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f7d2244e-d12a-47d2-8611-d0b02f5e6862", "serviceDescription": "service", "serviceInvariantUUID": "8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e62308cf-238c-46b9-a34d-5064e7195639", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "85667356-c97a-45b8-9389-cdec9676db61", "resourceInvariantUUID": "0f370a99-a756-4276-8fd1-97aaf1a58345", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "OWQyYjk0OTE5Njg0NWU0MzAxN2FmZmI3MTMxMjdjNzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eedcd920-9968-4c63-9752-f49148e9be39", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2c2f6e95-c5c1-457a-8baa-a06dc17089e4", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "567d4776-e19e-486c-8454-5006c581f03b", "generatedFromUUID": "2c2f6e95-c5c1-457a-8baa-a06dc17089e4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "567d4776-e19e-486c-8454-5006c581f03b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjkyZTI2ZDgyZmMzMWZiZWQ4YjMyMmNjYjg2NzBhMmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3fd82a4-2b43-4710-a993-e2c9b6527ebb" } ], "workloadContext": "Production" } 2021-09-14T16:20:06.071Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-14T16:20:06.071Z|15a38549-ce12-47f4-a938-64972acdd952|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f7d2244e-d12a-47d2-8611-d0b02f5e6862 ASDC 2021-09-14T16:20:06.071Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:cdd4d8c0-e99c-419f-9ff7-915c4d811c18 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f7d2244e-d12a-47d2-8611-d0b02f5e6862 ServiceInvariantUUID:8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:e3fd82a4-2b43-4710-a993-e2c9b6527ebb ArtifactChecksum:NjkyZTI2ZDgyZmMzMWZiZWQ4YjMyMmNjYjg2NzBhMmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e62308cf-238c-46b9-a34d-5064e7195639 ResourceInvariantUUID:0f370a99-a756-4276-8fd1-97aaf1a58345 ResourceName:basic_vm ResourceType:VF ResourceUUID:85667356-c97a-45b8-9389-cdec9676db61 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:eedcd920-9968-4c63-9752-f49148e9be39 ArtifactChecksum:OWQyYjk0OTE5Njg0NWU0MzAxN2FmZmI3MTMxMjdjNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:2c2f6e95-c5c1-457a-8baa-a06dc17089e4 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:567d4776-e19e-486c-8454-5006c581f03b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:567d4776-e19e-486c-8454-5006c581f03b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-14T16:20:06.072Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7d2244e-d12a-47d2-8611-d0b02f5e6862 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:20:06.094Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3fd82a4-2b43-4710-a993-e2c9b6527ebb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:20:06.095Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-14T16:20:06.745Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e3fd82a4-2b43-4710-a993-e2c9b6527ebb 70870 2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-14T16:20:06.750Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:20:06.751Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:06.753Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:06.753Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636406750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:06.853Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:20:06.854Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:06.854Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:06.874Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:06.875Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:20:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:20:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:20:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:07.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:07.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636345237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636346911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636347849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636345237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636347849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636346911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636353320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636345237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636346911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:20:07.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636347849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:20:07.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636353320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "dcae-sch", "timestamp": 1631636355210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636345237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636346911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636353320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636347849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "ves-openapi-manager", "timestamp": 1631636356208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "dcae-sch", "timestamp": 1631636355210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636346911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636345237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636353320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636347849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-14T16:20:07.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "ves-openapi-manager", "timestamp": 1631636356208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "dcae-sch", "timestamp": 1631636355210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636346911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636345237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636353320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636347849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "ves-openapi-manager", "timestamp": 1631636356208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "dcae-sch", "timestamp": 1631636355210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636346911, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636353320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636347849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636345237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "ves-openapi-manager", "timestamp": 1631636356208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "dcae-sch", "timestamp": 1631636355210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636353320, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636359635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "ves-openapi-manager", "timestamp": 1631636356208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "dcae-sch", "timestamp": 1631636355210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636359635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636361488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636361719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636361722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "ves-openapi-manager", "timestamp": 1631636356208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "dcae-sch", "timestamp": 1631636355210, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636362117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636359635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636362505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636362119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "ves-openapi-manager", "timestamp": 1631636356208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "cds", "timestamp": 1631636363125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:20:07.162Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18 2021-09-14T16:20:07.162Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:20:07.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636359635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "policy-id", "timestamp": 1631636363510, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:20:07.171Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18 2021-09-14T16:20:07.171Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:20:07.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636362119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:20:07.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636359635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636364326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:20:07.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636364687, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636362119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636359635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636365339, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:20:07.180Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18 2021-09-14T16:20:07.181Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:20:07.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636362119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636359635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636366539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636362119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.194Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.195Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636367652, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:20:07.197Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18 2021-09-14T16:20:07.197Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-14T16:20:07.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636362119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636368157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "multicloud-k8s-id", "timestamp": 1631636368677, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:20:07.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636362119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636374211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636376221, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:20:07.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "clamp", "timestamp": 1631636377225, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:20:07.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18 2021-09-14T16:20:07.205Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636377299, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:20:07.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "aai-ml", "timestamp": 1631636378307, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:20:07.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdd4d8c0-e99c-419f-9ff7-915c4d811c18 2021-09-14T16:20:07.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "15a38549-ce12-47f4-a938-64972acdd952", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636393532, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:20:07.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:20:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:20:07.226Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.227Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.228Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:20:07.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:20:07.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:20:07.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-14T16:20:07.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:20:07.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.246Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.247Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.249Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.250Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-14T16:20:07.251Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636389635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636392117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636386910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "dcae-sch", "timestamp": 1631636395210, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636387852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "ves-openapi-manager", "timestamp": 1631636396208, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.255Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.255Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.255Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.256Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.256Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.256Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.257Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.257Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636405353, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636405434, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.258Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.259Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.259Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636405536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.260Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.260Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:07.260Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636398319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:07.261Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:20:07.261Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636406440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:20:07.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.262Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:20:07.262Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636406750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:07.262Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:20:07.754Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:20:07.756Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:20:07.756Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e3fd82a4-2b43-4710-a993-e2c9b6527ebb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:07.757Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-14T16:20:07.757Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:07.757Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:08.021Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1208597052062208791/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.084Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-14T16:20:09.085Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:20:09.086Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:09.087Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.088Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:20:09.089Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-14T16:20:09.090Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=666e5c8c-4dd3-4ca3-8a42-135c026d5431 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:09.091Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:09.092Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f7d2244e-d12a-47d2-8611-d0b02f5e6862 Model Version:NULL Model InvariantUuid:8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:20be9cdd-4078-4aa1-9499-f3c9ef073d2f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0f370a99-a756-4276-8fd1-97aaf1a58345 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e62308cf-238c-46b9-a34d-5064e7195639 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:435074d5-60e5-4ded-bc56-694c4d66a1e6 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:62ccd689-6440-4854-af72-04b875fdaed3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:666e5c8c-4dd3-4ca3-8a42-135c026d5431 ModelInvariantUuid:ac4b2d4c-1422-4a63-9320-6f59937f8163 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a5bba194-602d-4b52-8110-25b2186ff3f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:47523b36-6684-4c76-8621-8ccd93c326d4 ModelInvariantUuid:2560b058-f379-4887-ae67-23461a3a14f3 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:4c39b3d4-0615-446d-bdb9-98f7ef498690 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-14T16:20:09.096Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 85667356-c97a-45b8-9389-cdec9676db61 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:20:09.103Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||basic_vm 0 2021-09-14T16:20:09.103Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85667356-c97a-45b8-9389-cdec9676db61 2021-09-14T16:20:09.104Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eedcd920-9968-4c63-9752-f49148e9be39 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-14T16:20:09.104Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:20:09.104Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-14T16:20:10.279Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:20:10.279Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json eedcd920-9968-4c63-9752-f49148e9be39 787 2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:20:10.280Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:10.282Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:10.282Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636410280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:10.382Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:10.383Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:10.383Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:10.409Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:10.409Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:11.283Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "435074d5-60e5-4ded-bc56-694c4d66a1e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "62ccd689-6440-4854-af72-04b875fdaed3", "vfModuleModelCustomizationUUID": "c99bd199-38be-4967-a99c-781f29aff80f", "isBase": true, "artifacts": [ "2c2f6e95-c5c1-457a-8baa-a06dc17089e4", "567d4776-e19e-486c-8454-5006c581f03b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T16:20:11.287Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:62ccd689-6440-4854-af72-04b875fdaed3 VfModuleModelInvariantUUID:435074d5-60e5-4ded-bc56-694c4d66a1e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 2c2f6e95-c5c1-457a-8baa-a06dc17089e4 , 567d4776-e19e-486c-8454-5006c581f03b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "435074d5-60e5-4ded-bc56-694c4d66a1e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "62ccd689-6440-4854-af72-04b875fdaed3", "vfModuleModelCustomizationUUID": "c99bd199-38be-4967-a99c-781f29aff80f", "isBase": true, "artifacts": [ "2c2f6e95-c5c1-457a-8baa-a06dc17089e4", "567d4776-e19e-486c-8454-5006c581f03b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:62ccd689-6440-4854-af72-04b875fdaed3 VfModuleModelInvariantUUID:435074d5-60e5-4ded-bc56-694c4d66a1e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 2c2f6e95-c5c1-457a-8baa-a06dc17089e4 , 567d4776-e19e-486c-8454-5006c581f03b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2c2f6e95-c5c1-457a-8baa-a06dc17089e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:20:11.289Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-14T16:20:12.483Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:20:12.483Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2c2f6e95-c5c1-457a-8baa-a06dc17089e4 5033 2021-09-14T16:20:12.483Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-14T16:20:12.484Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-14T16:20:12.484Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:20:12.484Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:12.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:12.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636412483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:12.586Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:20:12.587Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:12.587Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:12.606Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:12.606Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:20:13.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 567d4776-e19e-486c-8454-5006c581f03b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-14T16:20:13.487Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:20:13.488Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-14T16:20:15.802Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:20:15.802Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 567d4776-e19e-486c-8454-5006c581f03b 903 2021-09-14T16:20:15.802Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-14T16:20:15.803Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-14T16:20:15.803Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:20:15.803Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:15.804Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:15.804Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636415802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:20:15.905Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:20:15.905Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:15.905Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:15.918Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:15.918Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:20:16.805Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f7d2244e-d12a-47d2-8611-d0b02f5e6862 2021-09-14T16:20:16.805Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 85667356-c97a-45b8-9389-cdec9676db61 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:20:16.817Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34de822b, org.onap.sdc.toscaparser.api.parameters.Input@761da70d, org.onap.sdc.toscaparser.api.parameters.Input@4e6d4a7a, org.onap.sdc.toscaparser.api.parameters.Input@31d9ba27, org.onap.sdc.toscaparser.api.parameters.Input@7156b9ed] 2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-14T16:20:16.818Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e62308cf-238c-46b9-a34d-5064e7195639 2021-09-14T16:20:16.819Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e62308cf-238c-46b9-a34d-5064e7195639 matches Tosca VF Customization UUID: e62308cf-238c-46b9-a34d-5064e7195639 2021-09-14T16:20:16.819Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e62308cf-238c-46b9-a34d-5064e7195639 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-14T16:20:16.821Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.821Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e62308cf-238c-46b9-a34d-5064e7195639: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@320677d3 2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c99bd199-38be-4967-a99c-781f29aff80f 2021-09-14T16:20:16.822Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c99bd199-38be-4967-a99c-781f29aff80f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-14T16:20:16.824Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.824Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:20:16.825Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-14T16:20:16.826Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=666e5c8c-4dd3-4ca3-8a42-135c026d5431 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.828Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-14T16:20:16.829Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e62308cf-238c-46b9-a34d-5064e7195639 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:20:16.830Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.830Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.830Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f7d2244e-d12a-47d2-8611-d0b02f5e6862: basic_vm 2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.831Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.832Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.832Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:20:16.832Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:20:16.832Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:20:16.899Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 85667356-c97a-45b8-9389-cdec9676db61 1 ASDC deployResourceStructure 2021-09-14T16:20:16.899Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-14T16:20:16.899Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-14T16:20:16.899Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:20:16.899Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:16.901Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:16.901Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636416899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:20:17.001Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:17.002Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:17.002Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:17.016Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:17.016Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:20:17.902Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-14T16:20:17.902Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-14T16:20:17.902Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:20:17.903Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:17.904Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:17.904Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636417902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-14T16:20:18.004Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:18.005Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:18.005Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:18.026Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:18.027Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:18.905Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-14T16:20:18.905Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-14T16:20:18.906Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:20:18.906Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:18.907Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:18.908Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636418905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-14T16:20:19.008Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:20:19.008Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:19.008Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:19.029Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:19.029Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:19.908Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-14T16:20:19.909Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-14T16:20:19.909Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:20:19.909Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:19.911Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:19.911Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636419908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:20:20.011Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:20.011Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:20.012Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:20.033Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:20.033Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:20:20.911Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd4d8c0-e99c-419f-9ff7-915c4d811c18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:20:20.918Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd4d8c0-e99c-419f-9ff7-915c4d811c18 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:20:20.920Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:20:20.920Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-14T16:20:20.920Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-14T16:20:20.920Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-14T16:20:20.920Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:20:20.920Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:20:20.921Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:20:20.921Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:20:20.921Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:20:20.921Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:20:20.921Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:20:20.923Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-14T16:20:50.924Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-09-14T16:20:50.927Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and serviceModelVersionId: f7d2244e-d12a-47d2-8611-d0b02f5e6862 2021-09-14T16:20:50.927Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef 2021-09-14T16:20:50.928Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef/model-vers/model-ver/f7d2244e-d12a-47d2-8611-d0b02f5e6862?depth=0 2021-09-14T16:20:50.931Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-14T16:20:50.972Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef/model-vers/model-ver/f7d2244e-d12a-47d2-8611-d0b02f5e6862?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-09-14T16:20:50.973Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef/model-vers/model-ver/f7d2244e-d12a-47d2-8611-d0b02f5e6862?depth=0|INFO|500||Invoke 2021-09-14T16:20:50.995Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef/model-vers/model-ver/f7d2244e-d12a-47d2-8611-d0b02f5e6862?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-14T16:20:51.583Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef/model-vers/model-ver/f7d2244e-d12a-47d2-8611-d0b02f5e6862?depth=0|INFO|500||InvokeReturn 2021-09-14T16:20:51.583Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bd44a4d-62b9-4a02-ab2a-2b4e8803e6ef/model-vers/model-ver/f7d2244e-d12a-47d2-8611-d0b02f5e6862?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210914-16:20:51:001-45501], vertex-id=[221224], Content-Length=[0], Date=[Tue, 14 Sep 2021 16:20:50 GMT], Content-Type=[application/json]} 2021-09-14T16:20:51.584Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-14T16:20:51.584Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-14T16:20:51.584Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:20:51.589Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-14T16:20:51.589Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdd4d8c0-e99c-419f-9ff7-915c4d811c18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-14T16:20:51.589Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-14T16:20:51.590Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:51.591Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:51.591Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636451589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:20:51.691Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:51.692Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:51.692Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:51.710Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:51.711Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-14T16:20:52.599Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-14T16:20:52.599Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a61f63a-bc9b-44d3-a454-1f4caad15cb0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"527b07a1-cd01-49df-9c8c-c2a341135bf2","serviceDescription":"service","serviceInvariantUUID":"96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"388031c5-cf53-4c6a-8776-3119601b6cf8","resourceInvariantUUID":"f03ca2fc-fcb1-48f6-bffb-d371d2c197a9","resourceCustomizationUUID":"5a8f6c21-4e65-4e08-8553-787fbf57a661","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ODAyNWE1ZmQzNmVmMDE3NDU5ZTFkZDgzOWRlZjEyNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5f2ef5c-f1df-40c0-842d-3a3f4593b716","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZWRhNjYzZDEzMTdlODQyZTU3OWUyYjZiZTdhMzc5YmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61d69239-0183-4ee4-a225-a6ef0bbdd982","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"916784ce-8cdd-45b6-9b0b-113938748c7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d92855f-1d2d-41e2-8746-50bcd6e89839","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0dcf9357-7139-4ba4-b5d3-7af5ed89b01e","artifactVersion":"2","generatedFromUUID":"916784ce-8cdd-45b6-9b0b-113938748c7e"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"OTQwNGU1NjI2YjRkNTAxYWUwN2M1MmI3Mjk1OWI5YjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5b213686-bd41-413e-9206-542e099392d5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NTU5MzE2MGE0MGRiMjQ4MzE4NzJiMzM4NTAyMWE3ZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2df2178d-ad1b-48d6-9adf-13d53223735a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDA2NTRmMDBmM2MzOGMzYmFkZDNkYjJlYjc5NmYzOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc7bd8d8-6439-45af-b42f-e894cf0808a5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-14T16:20:52.600Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:52.600Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:52.603Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:52.603Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:52.703Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:52.703Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:52.703Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:52.736Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:52.736Z||pool-40-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:20:53.603Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:53.604Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:53.606Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:53.606Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:20:53.706Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:53.707Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:53.707Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:53.721Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:53.721Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:54.607Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:54.607Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:54.609Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:54.609Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:20:54.709Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:54.710Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:54.710Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:54.726Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:54.727Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:55.610Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:55.610Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:55.612Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:55.612Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:55.712Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:55.713Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:55.713Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:55.725Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:55.725Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:56.612Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:56.613Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:56.615Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:56.616Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-14T16:20:56.715Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:20:56.716Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:56.716Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:56.732Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:56.733Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:57.616Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:57.617Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:57.619Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:57.619Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:57.719Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:57.720Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:57.720Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:57.733Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:57.733Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:20:58.620Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:58.621Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:58.624Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:58.624Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:20:58.724Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:58.725Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:58.725Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:58.736Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:58.737Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:20:59.625Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:20:59.625Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:20:59.627Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:20:59.627Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:20:59.727Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:20:59.728Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:20:59.728Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:20:59.742Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:20:59.743Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:00.629Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "527b07a1-cd01-49df-9c8c-c2a341135bf2", "serviceDescription": "service", "serviceInvariantUUID": "96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5a8f6c21-4e65-4e08-8553-787fbf57a661", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "388031c5-cf53-4c6a-8776-3119601b6cf8", "resourceInvariantUUID": "f03ca2fc-fcb1-48f6-bffb-d371d2c197a9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZWRhNjYzZDEzMTdlODQyZTU3OWUyYjZiZTdhMzc5YmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61d69239-0183-4ee4-a225-a6ef0bbdd982", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "916784ce-8cdd-45b6-9b0b-113938748c7e", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0dcf9357-7139-4ba4-b5d3-7af5ed89b01e", "generatedFromUUID": "916784ce-8cdd-45b6-9b0b-113938748c7e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0dcf9357-7139-4ba4-b5d3-7af5ed89b01e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDA2NTRmMDBmM2MzOGMzYmFkZDNkYjJlYjc5NmYzOTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bc7bd8d8-6439-45af-b42f-e894cf0808a5" } ], "workloadContext": "Production" } 2021-09-14T16:21:00.629Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-14T16:21:00.629Z|cdd4d8c0-e99c-419f-9ff7-915c4d811c18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 527b07a1-cd01-49df-9c8c-c2a341135bf2 ASDC 2021-09-14T16:21:00.630Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6a61f63a-bc9b-44d3-a454-1f4caad15cb0 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:527b07a1-cd01-49df-9c8c-c2a341135bf2 ServiceInvariantUUID:96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:bc7bd8d8-6439-45af-b42f-e894cf0808a5 ArtifactChecksum:MDA2NTRmMDBmM2MzOGMzYmFkZDNkYjJlYjc5NmYzOTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5a8f6c21-4e65-4e08-8553-787fbf57a661 ResourceInvariantUUID:f03ca2fc-fcb1-48f6-bffb-d371d2c197a9 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:388031c5-cf53-4c6a-8776-3119601b6cf8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:61d69239-0183-4ee4-a225-a6ef0bbdd982 ArtifactChecksum:ZWRhNjYzZDEzMTdlODQyZTU3OWUyYjZiZTdhMzc5YmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:916784ce-8cdd-45b6-9b0b-113938748c7e ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:0dcf9357-7139-4ba4-b5d3-7af5ed89b01e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:0dcf9357-7139-4ba4-b5d3-7af5ed89b01e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-14T16:21:00.631Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 527b07a1-cd01-49df-9c8c-c2a341135bf2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:21:01.393Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:21:01.394Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:21:01.394Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:21:01.394Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bc7bd8d8-6439-45af-b42f-e894cf0808a5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-14T16:21:01.394Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:21:01.394Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-14T16:21:02.695Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:21:02.698Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bc7bd8d8-6439-45af-b42f-e894cf0808a5 78615 2021-09-14T16:21:02.699Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-14T16:21:02.699Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-14T16:21:02.700Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:21:02.700Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:02.702Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:02.703Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636462699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:21:02.802Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:21:02.803Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:02.803Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:02.834Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:02.835Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:03.704Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:21:03.705Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-14T16:21:03.706Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bc7bd8d8-6439-45af-b42f-e894cf0808a5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:03.706Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-14T16:21:03.707Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:03.707Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:03.845Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9045682122160913076/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-09-14T16:21:04.787Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-14T16:21:04.788Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-14T16:21:04.788Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.788Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-14T16:21:04.789Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.790Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:04.790Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:04.790Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-14T16:21:04.790Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:21:04.790Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-14T16:21:04.791Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:04.792Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:21:04.793Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.793Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:04.793Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:21:04.793Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.793Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:04.793Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:21:04.793Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9a5e699d-f419-4207-bacb-9c855ce5c8ee 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.794Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:04.795Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.795Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:04.795Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:04.795Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:04.795Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:527b07a1-cd01-49df-9c8c-c2a341135bf2 Model Version:NULL Model InvariantUuid:96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:0434c7ad-92cc-4d15-806f-285787ae6aa6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f03ca2fc-fcb1-48f6-bffb-d371d2c197a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5a8f6c21-4e65-4e08-8553-787fbf57a661 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:036e7fef-9a59-450b-8e66-cc20999020d8 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:446c9ff1-8fb6-478a-abf8-87bf34e31903 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9a5e699d-f419-4207-bacb-9c855ce5c8ee ModelInvariantUuid:2848bd02-a875-42a7-8965-b6debbe3ca10 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:0008dfca-12ac-4c8e-8394-347240eeaab3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:9a930269-c1fd-4882-b5bc-97a4f1eb8a95 ModelInvariantUuid:e519a164-5379-4bf3-a3ae-5e25f5a253da ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:3c2d8c9c-5fa6-48c5-98f5-671180267485 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-14T16:21:04.802Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 388031c5-cf53-4c6a-8776-3119601b6cf8 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:21:04.804Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2021-09-14T16:21:04.804Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 388031c5-cf53-4c6a-8776-3119601b6cf8 2021-09-14T16:21:04.804Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 61d69239-0183-4ee4-a225-a6ef0bbdd982 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-14T16:21:04.804Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:21:04.804Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-14T16:21:05.842Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:21:05.842Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 61d69239-0183-4ee4-a225-a6ef0bbdd982 792 2021-09-14T16:21:05.842Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-14T16:21:05.842Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-14T16:21:05.843Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:21:05.843Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:05.846Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:05.846Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636465842, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:21:05.946Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:21:05.946Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:05.947Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:05.959Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:05.959Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:06.847Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "036e7fef-9a59-450b-8e66-cc20999020d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "446c9ff1-8fb6-478a-abf8-87bf34e31903", "vfModuleModelCustomizationUUID": "e5959197-1586-4277-a283-7f98540cd9ef", "isBase": true, "artifacts": [ "916784ce-8cdd-45b6-9b0b-113938748c7e", "0dcf9357-7139-4ba4-b5d3-7af5ed89b01e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T16:21:06.850Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:446c9ff1-8fb6-478a-abf8-87bf34e31903 VfModuleModelInvariantUUID:036e7fef-9a59-450b-8e66-cc20999020d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 916784ce-8cdd-45b6-9b0b-113938748c7e , 0dcf9357-7139-4ba4-b5d3-7af5ed89b01e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T16:21:06.852Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "036e7fef-9a59-450b-8e66-cc20999020d8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "446c9ff1-8fb6-478a-abf8-87bf34e31903", "vfModuleModelCustomizationUUID": "e5959197-1586-4277-a283-7f98540cd9ef", "isBase": true, "artifacts": [ "916784ce-8cdd-45b6-9b0b-113938748c7e", "0dcf9357-7139-4ba4-b5d3-7af5ed89b01e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T16:21:06.852Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:446c9ff1-8fb6-478a-abf8-87bf34e31903 VfModuleModelInvariantUUID:036e7fef-9a59-450b-8e66-cc20999020d8 VfModuleModelDescription:NULL Artifacts UUID List:{ 916784ce-8cdd-45b6-9b0b-113938748c7e , 0dcf9357-7139-4ba4-b5d3-7af5ed89b01e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T16:21:06.852Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 916784ce-8cdd-45b6-9b0b-113938748c7e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-14T16:21:06.852Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:21:06.852Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-14T16:21:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:21:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:21:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:06.978Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:06.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:21:06.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:21:06.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:21:07.724Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:21:07.725Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 916784ce-8cdd-45b6-9b0b-113938748c7e 5033 2021-09-14T16:21:07.725Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-14T16:21:07.725Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-14T16:21:07.725Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:21:07.725Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:07.727Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:07.727Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636467725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:21:07.827Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:21:07.828Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:07.828Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:07.846Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:07.846Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:21:08.728Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0dcf9357-7139-4ba4-b5d3-7af5ed89b01e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-14T16:21:08.728Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-14T16:21:08.728Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-14T16:21:09.387Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-14T16:21:09.387Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0dcf9357-7139-4ba4-b5d3-7af5ed89b01e 903 2021-09-14T16:21:09.387Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-14T16:21:09.387Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-14T16:21:09.388Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:21:09.388Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:09.389Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:09.389Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636469387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:21:09.490Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:21:09.490Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:09.490Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:09.542Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:09.543Z||pool-51-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:10.390Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 527b07a1-cd01-49df-9c8c-c2a341135bf2 2021-09-14T16:21:10.390Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 388031c5-cf53-4c6a-8776-3119601b6cf8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:21:10.401Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d12ae95, org.onap.sdc.toscaparser.api.parameters.Input@61b5435e, org.onap.sdc.toscaparser.api.parameters.Input@47e21ebe, org.onap.sdc.toscaparser.api.parameters.Input@5ac430b7, org.onap.sdc.toscaparser.api.parameters.Input@52aa4b7c] 2021-09-14T16:21:10.402Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.403Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.403Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-14T16:21:10.403Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5a8f6c21-4e65-4e08-8553-787fbf57a661 2021-09-14T16:21:10.403Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a8f6c21-4e65-4e08-8553-787fbf57a661 matches Tosca VF Customization UUID: 5a8f6c21-4e65-4e08-8553-787fbf57a661 2021-09-14T16:21:10.403Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5a8f6c21-4e65-4e08-8553-787fbf57a661 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-14T16:21:10.405Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.406Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.406Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5a8f6c21-4e65-4e08-8553-787fbf57a661: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-09-14T16:21:10.406Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35b47743 2021-09-14T16:21:10.407Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.407Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T16:21:10.407Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5959197-1586-4277-a283-7f98540cd9ef 2021-09-14T16:21:10.407Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5959197-1586-4277-a283-7f98540cd9ef Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-14T16:21:10.409Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.410Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:10.410Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:21:10.410Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.410Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:10.411Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:21:10.411Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.411Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-14T16:21:10.411Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-14T16:21:10.411Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-14T16:21:10.412Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9a5e699d-f419-4207-bacb-9c855ce5c8ee Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-14T16:21:10.413Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.414Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:10.414Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:21:10.414Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.414Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-14T16:21:10.415Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5a8f6c21-4e65-4e08-8553-787fbf57a661 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:21:10.416Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.416Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.417Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 527b07a1-cd01-49df-9c8c-c2a341135bf2: basic_vm_macro 2021-09-14T16:21:10.417Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.417Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.417Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.417Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.418Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.418Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.418Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.418Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.419Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:21:10.419Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:21:10.419Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:21:10.482Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 388031c5-cf53-4c6a-8776-3119601b6cf8 1 ASDC deployResourceStructure 2021-09-14T16:21:10.482Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-14T16:21:10.482Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-14T16:21:10.482Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:21:10.483Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:10.484Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:10.484Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636470482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:21:10.584Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:21:10.585Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:10.585Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:10.608Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:10.608Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:11.485Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-14T16:21:11.485Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-14T16:21:11.485Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:21:11.485Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:11.487Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:11.487Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636471484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-14T16:21:11.587Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:21:11.587Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:11.587Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:11.607Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:11.608Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:12.488Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-14T16:21:12.488Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-14T16:21:12.488Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:21:12.489Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:12.491Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:12.491Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636472488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-14T16:21:12.591Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:21:12.592Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:12.592Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:12.604Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:12.604Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:13.496Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-14T16:21:13.496Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-14T16:21:13.496Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:21:13.497Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:21:13.500Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:21:13.500Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636473492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:21:13.600Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:21:13.600Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:21:13.601Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:21:13.612Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:21:13.612Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:21:14.500Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:21:14.511Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:21:14.512Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:21:14.513Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:21:14.513Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:21:44.513Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:21:44.521Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:21:44.523Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:21:44.524Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:21:44.524Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:22:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:22:06.923Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:22:06.923Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:22:06.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:22:06.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:22:06.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636407137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:22:06.967Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:22:14.524Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:22:14.529Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:22:14.530Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:22:14.531Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:22:14.531Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:22:44.531Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:22:44.536Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:22:44.537Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:22:44.537Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:22:44.537Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:23:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:23:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:23:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:23:07.094Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:23:07.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "policy-id", "timestamp": 1631636407445, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:23:07.103Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 2021-09-14T16:23:07.103Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:23:07.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636407733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636409045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636410154, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:23:07.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 2021-09-14T16:23:07.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-14T16:23:07.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "cds", "timestamp": 1631636410264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:23:07.118Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 2021-09-14T16:23:07.118Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636410280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "multicloud-k8s-id", "timestamp": 1631636411158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636412483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636405235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636415600, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636415802, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636416226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "aai-ml", "timestamp": 1631636416604, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:23:07.126Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 2021-09-14T16:23:07.126Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636416899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636417902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636418218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636418819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636418905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636419830, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:23:07.133Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 2021-09-14T16:23:07.133Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636419908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636421222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "clamp", "timestamp": 1631636422236, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:23:07.139Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 2021-09-14T16:23:07.139Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:23:07.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd4d8c0-e99c-419f-9ff7-915c4d811c18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636451589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:23:07.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:23:07.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-14T16:23:07.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:23:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636394545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:23:07.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-14T16:23:07.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636462699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:07.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-14T16:23:07.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636465842, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:23:07.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:23:14.537Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:23:14.545Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:23:14.549Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:23:14.549Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-14T16:23:14.549Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-14T16:23:14.550Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-14T16:23:14.550Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:23:14.550Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:23:14.550Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:23:14.551Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:23:14.551Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:23:14.551Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:23:14.551Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:23:14.554Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-14T16:23:44.554Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-09-14T16:23:44.562Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and serviceModelVersionId: 527b07a1-cd01-49df-9c8c-c2a341135bf2 2021-09-14T16:23:44.562Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9 2021-09-14T16:23:44.564Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9/model-vers/model-ver/527b07a1-cd01-49df-9c8c-c2a341135bf2?depth=0 2021-09-14T16:23:44.571Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-14T16:23:44.626Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9/model-vers/model-ver/527b07a1-cd01-49df-9c8c-c2a341135bf2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-09-14T16:23:44.628Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9/model-vers/model-ver/527b07a1-cd01-49df-9c8c-c2a341135bf2?depth=0|INFO|500||Invoke 2021-09-14T16:23:44.650Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9/model-vers/model-ver/527b07a1-cd01-49df-9c8c-c2a341135bf2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-14T16:23:44.826Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9/model-vers/model-ver/527b07a1-cd01-49df-9c8c-c2a341135bf2?depth=0|INFO|500||InvokeReturn 2021-09-14T16:23:44.827Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/96fa0c97-cb1b-4a7e-a7a4-4aeeecb9dbe9/model-vers/model-ver/527b07a1-cd01-49df-9c8c-c2a341135bf2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210914-16:23:44:655-88007], vertex-id=[225320], Content-Length=[0], Date=[Tue, 14 Sep 2021 16:23:44 GMT], Content-Type=[application/json]} 2021-09-14T16:23:44.827Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-14T16:23:44.828Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-14T16:23:44.828Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:23:44.837Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-14T16:23:44.837Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a61f63a-bc9b-44d3-a454-1f4caad15cb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-14T16:23:44.837Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-14T16:23:44.838Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:23:44.840Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:23:44.840Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636624837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:23:44.940Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:23:44.941Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:23:44.941Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:23:44.966Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:23:44.966Z||pool-56-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-14T16:23:45.849Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:23:45.849Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:23:45.849Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:23:56.173Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:23:56.173Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:23:56.174Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:23:56.174Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:05.739Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:05.740Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:24:05.740Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:24:05.741Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:24:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:24:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:06.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:06.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-14T16:24:06.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636467725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:24:06.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:24:06.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-14T16:24:06.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636469387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:24:06.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:24:06.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-14T16:24:06.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636470482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636471484, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636472488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:24:06.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-14T16:24:06.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636473492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:24:06.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:24:15.326Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:15.327Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:24:15.327Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:24:15.327Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:24.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:24.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:24:24.884Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:24:24.884Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:26.980Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:26.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-09-14T16:24:26.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bda6e364-44ae-431d-b71f-b303e6df8eb7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d019b368-0582-4aec-b7d4-c17dd91f9412","serviceDescription":"service","serviceInvariantUUID":"331c9394-1c2e-4439-8085-bd1d512ebfc3","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd5f1fb5-e607-4969-ba7f-84124d1ff93c","resourceInvariantUUID":"41abc0e6-a5e6-4dfb-8714-74362e898ae4","resourceCustomizationUUID":"c152540d-42ec-4576-9f0c-014c6bd3128c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"924bd964-5e9c-42d3-9a41-48c1514f4a98","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NWMzMDZkZWZhNTI5ZmZkZmEzYzJmOTZjZDYwZjYwNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81478a2d-ff40-44e5-9602-a5fd40a601b8","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"MDUxMjNiNDc4NTE5NWQxMWY2MzlmOGMzYjBkNDQ2MTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1da52101-8f85-488f-ad97-07189e5966c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3aac59a6-c96b-4890-a836-bdd94e85b244","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6d6b8d07-c3b0-41b9-b3e8-f52b3ac47210","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25390e2b-c72d-4977-9870-a7343ee1786a","artifactVersion":"2","generatedFromUUID":"3aac59a6-c96b-4890-a836-bdd94e85b244"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODllMDNiYTEwZTllMGI0MmM5NDA1OWI3YWQ5NTAzNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ec3c580-0c30-45a4-ab8d-749f0f44abd2","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGFhYTk0MzdmOGYzMDRkZDlmMmRlOThjN2MyZDliYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7465cb3c-c501-4b7a-8219-3a3d885d2786","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-14T16:24:26.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:26.984Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:26.986Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:26.986Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:24:27.086Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:27.087Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:27.087Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:27.109Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:27.110Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:27.986Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:27.987Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:27.989Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:27.989Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:24:28.089Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:28.091Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:28.091Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:28.110Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:28.110Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:24:28.990Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:28.991Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:28.992Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:28.993Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:24:29.093Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:29.094Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:29.095Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:29.156Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:29.156Z||pool-59-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:29.994Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:29.994Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:29.996Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:29.996Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T16:24:30.096Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:24:30.097Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:30.097Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:30.162Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:30.162Z||pool-60-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:24:30.997Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:30.998Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:30.999Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:31.000Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:24:31.100Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:31.100Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:31.100Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:31.114Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:31.114Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:32.000Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:32.001Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:32.003Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:32.003Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-14T16:24:32.103Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:32.103Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:32.103Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:32.117Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:32.117Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:33.003Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:33.004Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:33.006Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:33.006Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:24:33.106Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:24:33.107Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:33.107Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:33.121Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:33.121Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:34.007Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-14T16:24:34.008Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:34.009Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:34.009Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:24:34.109Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:24:34.110Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:34.110Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:34.123Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:34.124Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:35.011Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "d019b368-0582-4aec-b7d4-c17dd91f9412", "serviceDescription": "service", "serviceInvariantUUID": "331c9394-1c2e-4439-8085-bd1d512ebfc3", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "c152540d-42ec-4576-9f0c-014c6bd3128c", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cd5f1fb5-e607-4969-ba7f-84124d1ff93c", "resourceInvariantUUID": "41abc0e6-a5e6-4dfb-8714-74362e898ae4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "MDUxMjNiNDc4NTE5NWQxMWY2MzlmOGMzYjBkNDQ2MTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1da52101-8f85-488f-ad97-07189e5966c2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3aac59a6-c96b-4890-a836-bdd94e85b244", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25390e2b-c72d-4977-9870-a7343ee1786a", "generatedFromUUID": "3aac59a6-c96b-4890-a836-bdd94e85b244" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "25390e2b-c72d-4977-9870-a7343ee1786a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MGFhYTk0MzdmOGYzMDRkZDlmMmRlOThjN2MyZDliYzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7465cb3c-c501-4b7a-8219-3a3d885d2786" } ], "workloadContext": "Production" } 2021-09-14T16:24:35.011Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-14T16:24:35.011Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d019b368-0582-4aec-b7d4-c17dd91f9412 ASDC 2021-09-14T16:24:35.012Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bda6e364-44ae-431d-b71f-b303e6df8eb7 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:d019b368-0582-4aec-b7d4-c17dd91f9412 ServiceInvariantUUID:331c9394-1c2e-4439-8085-bd1d512ebfc3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:7465cb3c-c501-4b7a-8219-3a3d885d2786 ArtifactChecksum:MGFhYTk0MzdmOGYzMDRkZDlmMmRlOThjN2MyZDliYzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:c152540d-42ec-4576-9f0c-014c6bd3128c ResourceInvariantUUID:41abc0e6-a5e6-4dfb-8714-74362e898ae4 ResourceName:basicclamp ResourceType:VF ResourceUUID:cd5f1fb5-e607-4969-ba7f-84124d1ff93c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:1da52101-8f85-488f-ad97-07189e5966c2 ArtifactChecksum:MDUxMjNiNDc4NTE5NWQxMWY2MzlmOGMzYjBkNDQ2MTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:3aac59a6-c96b-4890-a836-bdd94e85b244 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:25390e2b-c72d-4977-9870-a7343ee1786a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:25390e2b-c72d-4977-9870-a7343ee1786a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-14T16:24:35.013Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d019b368-0582-4aec-b7d4-c17dd91f9412 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:24:35.040Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:24:35.040Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-14T16:24:35.040Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-14T16:24:35.041Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7465cb3c-c501-4b7a-8219-3a3d885d2786 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-14T16:24:35.041Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-14T16:24:35.041Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-14T16:24:36.093Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-14T16:24:36.110Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7465cb3c-c501-4b7a-8219-3a3d885d2786 73381 2021-09-14T16:24:36.111Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-14T16:24:36.111Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-14T16:24:36.111Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:24:36.112Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:36.114Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:36.114Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636676111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:24:36.214Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:36.215Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:36.215Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:36.243Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:36.243Z||pool-65-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:37.115Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-14T16:24:37.115Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-09-14T16:24:37.116Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7465cb3c-c501-4b7a-8219-3a3d885d2786, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:37.116Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-14T16:24:37.117Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:37.117Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:37.259Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP471616364577923944/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-09-14T16:24:38.350Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-14T16:24:38.351Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-14T16:24:38.351Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.351Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-14T16:24:38.351Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.352Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.352Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.352Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.353Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.353Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.354Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.354Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.354Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-14T16:24:38.355Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-09-14T16:24:38.355Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.355Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:38.356Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:38.356Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-14T16:24:38.357Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:24:38.357Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.358Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:38.358Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:38.358Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-09-14T16:24:38.359Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-14T16:24:38.359Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.360Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:38.360Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.361Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-14T16:24:38.361Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-14T16:24:38.361Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-14T16:24:38.362Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-14T16:24:38.362Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-14T16:24:38.362Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-14T16:24:38.362Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.363Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T16:24:38.363Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.363Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:38.364Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:24:38.364Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.365Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:38.365Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:24:38.366Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.366Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:38.366Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:24:38.367Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.367Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-14T16:24:38.367Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-14T16:24:38.368Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-14T16:24:38.368Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1c01b394-4d9b-4606-8b39-a391d2cc3e78 2021-09-14T16:24:38.369Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.369Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:38.369Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.370Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:38.370Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.370Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:38.371Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:38.371Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:38.372Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:d019b368-0582-4aec-b7d4-c17dd91f9412 Model Version:NULL Model InvariantUuid:331c9394-1c2e-4439-8085-bd1d512ebfc3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:00f9f6e3-3a22-497a-b4f3-c87321382208 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:41abc0e6-a5e6-4dfb-8714-74362e898ae4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c152540d-42ec-4576-9f0c-014c6bd3128c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e48d806-292d-4793-acf5-368274ca9dc9 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:e4a602a3-b80c-40d2-bd8b-0cdc5e3fd098 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1c01b394-4d9b-4606-8b39-a391d2cc3e78 ModelInvariantUuid:c9d15540-96a0-46c0-a8a6-ecfaa14d3172 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:dbaeec67-9fd7-4dd5-86f1-029f1c89b8f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:74000061-fe25-4b06-a062-8ecb25d2e171 ModelInvariantUuid:9fc16111-5d3c-4d95-bec5-3f72b68f95a5 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:9ff1b93d-dc03-4515-a7f5-709d9b768809 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-14T16:24:38.378Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: cd5f1fb5-e607-4969-ba7f-84124d1ff93c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:24:38.382Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-09-14T16:24:38.383Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd5f1fb5-e607-4969-ba7f-84124d1ff93c 2021-09-14T16:24:38.383Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1da52101-8f85-488f-ad97-07189e5966c2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-14T16:24:38.383Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-14T16:24:38.383Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-14T16:24:39.814Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-14T16:24:39.815Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1da52101-8f85-488f-ad97-07189e5966c2 790 2021-09-14T16:24:39.815Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-14T16:24:39.815Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-14T16:24:39.815Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:24:39.815Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:39.817Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:39.817Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636679815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:24:39.917Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:24:39.918Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:39.918Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:39.930Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:39.930Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:40.818Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2e48d806-292d-4793-acf5-368274ca9dc9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4a602a3-b80c-40d2-bd8b-0cdc5e3fd098", "vfModuleModelCustomizationUUID": "23e977a2-5e35-4a79-93c7-3a1834393c96", "isBase": true, "artifacts": [ "3aac59a6-c96b-4890-a836-bdd94e85b244", "25390e2b-c72d-4977-9870-a7343ee1786a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T16:24:40.822Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4a602a3-b80c-40d2-bd8b-0cdc5e3fd098 VfModuleModelInvariantUUID:2e48d806-292d-4793-acf5-368274ca9dc9 VfModuleModelDescription:NULL Artifacts UUID List:{ 3aac59a6-c96b-4890-a836-bdd94e85b244 , 25390e2b-c72d-4977-9870-a7343ee1786a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T16:24:40.824Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "2e48d806-292d-4793-acf5-368274ca9dc9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4a602a3-b80c-40d2-bd8b-0cdc5e3fd098", "vfModuleModelCustomizationUUID": "23e977a2-5e35-4a79-93c7-3a1834393c96", "isBase": true, "artifacts": [ "3aac59a6-c96b-4890-a836-bdd94e85b244", "25390e2b-c72d-4977-9870-a7343ee1786a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-14T16:24:40.824Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4a602a3-b80c-40d2-bd8b-0cdc5e3fd098 VfModuleModelInvariantUUID:2e48d806-292d-4793-acf5-368274ca9dc9 VfModuleModelDescription:NULL Artifacts UUID List:{ 3aac59a6-c96b-4890-a836-bdd94e85b244 , 25390e2b-c72d-4977-9870-a7343ee1786a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-14T16:24:40.824Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3aac59a6-c96b-4890-a836-bdd94e85b244 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-14T16:24:40.824Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-14T16:24:40.824Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-14T16:24:42.196Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-14T16:24:42.196Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 3aac59a6-c96b-4890-a836-bdd94e85b244 5033 2021-09-14T16:24:42.196Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-14T16:24:42.196Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-14T16:24:42.196Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:24:42.197Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:42.198Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:42.198Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636682196, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:24:42.298Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:42.299Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:42.299Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:42.316Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:42.317Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:43.199Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 25390e2b-c72d-4977-9870-a7343ee1786a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-14T16:24:43.199Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-09-14T16:24:43.200Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-14T16:24:45.726Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-09-14T16:24:45.727Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 25390e2b-c72d-4977-9870-a7343ee1786a 909 2021-09-14T16:24:45.727Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-14T16:24:45.727Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-14T16:24:45.727Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-14T16:24:45.728Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:45.729Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:45.729Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636685727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:24:45.829Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:45.830Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:45.830Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:45.853Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:45.854Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2021-09-14T16:24:46.730Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d019b368-0582-4aec-b7d4-c17dd91f9412 2021-09-14T16:24:46.730Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 cd5f1fb5-e607-4969-ba7f-84124d1ff93c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:24:46.742Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b21b3ab, org.onap.sdc.toscaparser.api.parameters.Input@228acf16, org.onap.sdc.toscaparser.api.parameters.Input@4681b190, org.onap.sdc.toscaparser.api.parameters.Input@3ba9374b, org.onap.sdc.toscaparser.api.parameters.Input@da3677e] 2021-09-14T16:24:46.744Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.744Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.744Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-09-14T16:24:46.745Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c152540d-42ec-4576-9f0c-014c6bd3128c 2021-09-14T16:24:46.745Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c152540d-42ec-4576-9f0c-014c6bd3128c matches Tosca VF Customization UUID: c152540d-42ec-4576-9f0c-014c6bd3128c 2021-09-14T16:24:46.745Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c152540d-42ec-4576-9f0c-014c6bd3128c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-14T16:24:46.747Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.747Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.748Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c152540d-42ec-4576-9f0c-014c6bd3128c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-09-14T16:24:46.748Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4002a25e 2021-09-14T16:24:46.748Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.748Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-14T16:24:46.748Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23e977a2-5e35-4a79-93c7-3a1834393c96 2021-09-14T16:24:46.748Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23e977a2-5e35-4a79-93c7-3a1834393c96 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-14T16:24:46.750Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.751Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:46.751Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:24:46.751Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.751Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:46.751Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:24:46.752Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.752Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-14T16:24:46.752Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-14T16:24:46.752Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-14T16:24:46.752Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1c01b394-4d9b-4606-8b39-a391d2cc3e78 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-14T16:24:46.754Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.754Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:46.755Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-14T16:24:46.755Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.755Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-14T16:24:46.755Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c152540d-42ec-4576-9f0c-014c6bd3128c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:24:46.757Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.757Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.757Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d019b368-0582-4aec-b7d4-c17dd91f9412: basicclamp 2021-09-14T16:24:46.758Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.758Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.758Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.758Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.758Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.759Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.759Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.759Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.759Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-14T16:24:46.759Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-14T16:24:46.760Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:24:46.848Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp cd5f1fb5-e607-4969-ba7f-84124d1ff93c 1 ASDC deployResourceStructure 2021-09-14T16:24:46.849Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-14T16:24:46.849Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-14T16:24:46.850Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:24:46.850Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:46.851Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:46.852Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636686849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:24:46.952Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:46.952Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:46.952Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:46.978Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:46.978Z||pool-69-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:47.853Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-14T16:24:47.853Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-14T16:24:47.853Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:24:47.853Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:47.855Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:47.855Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636687852, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-14T16:24:47.955Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-14T16:24:47.956Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:47.956Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:47.980Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:47.980Z||pool-70-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:48.856Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-14T16:24:48.856Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-14T16:24:48.857Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:24:48.857Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:48.858Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:48.858Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636688856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-14T16:24:48.958Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:48.959Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:48.959Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:48.989Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:48.989Z||pool-71-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:49.859Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-14T16:24:49.859Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-14T16:24:49.859Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-14T16:24:49.860Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:24:49.861Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:24:49.861Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636689859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:24:49.961Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:24:49.962Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:24:49.962Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:24:49.986Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:24:49.986Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-14T16:24:50.862Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:24:50.867Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:24:50.869Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:24:50.869Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:24:50.869Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:25:06.922Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:25:06.925Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:25:06.925Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:25:06.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:25:06.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:25:06.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6a61f63a-bc9b-44d3-a454-1f4caad15cb0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636624837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:25:06.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:25:20.869Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:25:20.885Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:25:20.887Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:25:20.887Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:25:20.887Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:25:50.887Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:25:50.891Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:25:50.892Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:25:50.892Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-14T16:25:50.892Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-14T16:26:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:26:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:26:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:26:07.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:26:07.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.496Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:26:07.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.497Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:26:07.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-14T16:26:07.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T16:26:07.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636664884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636659635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636662117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636666911, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636667849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636676025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636668319, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636676111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636676626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636677631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636678414, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "policy-id", "timestamp": 1631636678634, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:07.517Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bda6e364-44ae-431d-b71f-b303e6df8eb7 2021-09-14T16:26:07.517Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda6e364-44ae-431d-b71f-b303e6df8eb7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:26:07.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636679101, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.525Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636679815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.525Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "cds", "timestamp": 1631636680117, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:07.530Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bda6e364-44ae-431d-b71f-b303e6df8eb7 2021-09-14T16:26:07.530Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda6e364-44ae-431d-b71f-b303e6df8eb7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:26:07.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636680792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636682196, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636682909, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636675210, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636675235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-14T16:26:07.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "ves-openapi-manager", "timestamp": 1631636676208, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-14T16:26:07.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-14T16:26:07.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636683989, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:07.547Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bda6e364-44ae-431d-b71f-b303e6df8eb7 2021-09-14T16:26:07.547Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda6e364-44ae-431d-b71f-b303e6df8eb7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-09-14T16:26:07.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "multicloud-k8s-id", "timestamp": 1631636685003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636685727, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636685835, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636686025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636686823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636686849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "aai-ml", "timestamp": 1631636687030, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:07.558Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bda6e364-44ae-431d-b71f-b303e6df8eb7 2021-09-14T16:26:07.558Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda6e364-44ae-431d-b71f-b303e6df8eb7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:26:07.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636687369, "artifactURL": "/sdc/v1/catalog/services/d019b368-0582-4aec-b7d4-c17dd91f9412/resourceInstances/basicclamp0/artifacts/924bd964-5e9c-42d3-9a41-48c1514f4a98", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636687829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-14T16:26:07.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636687852, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636688447, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636688844, "artifactURL": "/sdc/v1/catalog/services/d019b368-0582-4aec-b7d4-c17dd91f9412/resourceInstances/basicclamp0/artifacts/924bd964-5e9c-42d3-9a41-48c1514f4a98", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636688856, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1631636689456, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:07.569Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bda6e364-44ae-431d-b71f-b303e6df8eb7 2021-09-14T16:26:07.569Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda6e364-44ae-431d-b71f-b303e6df8eb7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:26:07.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636689669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "dcae-sch", "timestamp": 1631636689847, "artifactURL": "/sdc/v1/catalog/services/d019b368-0582-4aec-b7d4-c17dd91f9412/resourceInstances/basicclamp0/artifacts/924bd964-5e9c-42d3-9a41-48c1514f4a98", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:07.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of bda6e364-44ae-431d-b71f-b303e6df8eb7 2021-09-14T16:26:07.576Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda6e364-44ae-431d-b71f-b303e6df8eb7 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:26:07.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636689859, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636690675, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-14T16:26:07.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:26:07.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-14T16:26:07.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "clamp", "timestamp": 1631636691691, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:07.584Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bda6e364-44ae-431d-b71f-b303e6df8eb7 2021-09-14T16:26:07.585Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bda6e364-44ae-431d-b71f-b303e6df8eb7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-14T16:26:20.892Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:26:20.903Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-14T16:26:20.904Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-14T16:26:20.904Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-14T16:26:20.904Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-14T16:26:20.905Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-14T16:26:20.908Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-14T16:26:50.908Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-09-14T16:26:50.913Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bda6e364-44ae-431d-b71f-b303e6df8eb7 and serviceModelVersionId: d019b368-0582-4aec-b7d4-c17dd91f9412 2021-09-14T16:26:50.914Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 331c9394-1c2e-4439-8085-bd1d512ebfc3 2021-09-14T16:26:50.915Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/331c9394-1c2e-4439-8085-bd1d512ebfc3/model-vers/model-ver/d019b368-0582-4aec-b7d4-c17dd91f9412?depth=0 2021-09-14T16:26:50.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-09-14T16:26:50.979Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/331c9394-1c2e-4439-8085-bd1d512ebfc3/model-vers/model-ver/d019b368-0582-4aec-b7d4-c17dd91f9412?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-09-14T16:26:50.980Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/331c9394-1c2e-4439-8085-bd1d512ebfc3/model-vers/model-ver/d019b368-0582-4aec-b7d4-c17dd91f9412?depth=0|INFO|500||Invoke 2021-09-14T16:26:51.029Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/331c9394-1c2e-4439-8085-bd1d512ebfc3/model-vers/model-ver/d019b368-0582-4aec-b7d4-c17dd91f9412?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-14T16:26:51.341Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/331c9394-1c2e-4439-8085-bd1d512ebfc3/model-vers/model-ver/d019b368-0582-4aec-b7d4-c17dd91f9412?depth=0|INFO|500||InvokeReturn 2021-09-14T16:26:51.342Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/331c9394-1c2e-4439-8085-bd1d512ebfc3/model-vers/model-ver/d019b368-0582-4aec-b7d4-c17dd91f9412?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210914-16:26:51:035-56250], vertex-id=[446488], Content-Length=[0], Date=[Tue, 14 Sep 2021 16:26:51 GMT], Content-Type=[application/json]} 2021-09-14T16:26:51.343Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-09-14T16:26:51.344Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-14T16:26:51.344Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-14T16:26:51.350Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-14T16:26:51.350Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bda6e364-44ae-431d-b71f-b303e6df8eb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-14T16:26:51.350Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-14T16:26:51.351Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-09-14T16:26:51.359Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-14T16:26:51.359Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636811350, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:26:51.459Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-14T16:26:51.459Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-14T16:26:51.460Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:26:51.486Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:26:51.487Z||pool-73-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-14T16:26:52.367Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:26:52.367Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:26:52.367Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:27:02.808Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:27:02.808Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:27:02.809Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:27:02.809Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:27:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:27:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:27:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:27:07.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:27:07.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-14T16:27:07.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bda6e364-44ae-431d-b71f-b303e6df8eb7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1631636811350, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-14T16:27:07.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-14T16:27:12.360Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:27:12.361Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:27:12.361Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:27:12.361Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:27:21.930Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:27:21.931Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:27:21.931Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:27:21.931Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:27:31.489Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:27:31.490Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:27:31.490Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:27:31.491Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:27:41.084Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:28:06.918Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:28:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:28:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:28:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:28:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:28:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:28:16.472Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:28:16.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:29:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:29:06.920Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:29:06.920Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:29:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:29:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:29:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:29:16.473Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:29:16.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:30:06.918Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:30:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:30:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:30:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:30:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:30:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:30:16.474Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:30:16.479Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:31:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:31:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:31:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:31:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:31:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:31:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:31:16.497Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:31:16.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:32:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:32:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:32:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:32:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:32:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:32:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:32:16.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:32:16.515Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:33:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:33:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:33:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:33:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:33:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:33:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:33:16.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:33:16.588Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:34:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:34:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:34:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:34:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:34:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:34:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:34:16.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:34:16.477Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:35:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:35:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:35:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:35:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:35:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:35:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:35:16.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:35:16.495Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:36:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:36:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:36:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:36:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:36:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:36:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:36:16.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:36:16.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:37:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:37:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:37:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:37:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:37:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:37:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:37:16.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:37:16.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:38:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:38:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:38:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:38:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:38:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:38:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:38:16.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:38:16.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:39:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:39:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:39:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:39:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:39:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:39:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:39:16.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:39:16.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:40:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:40:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:40:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:40:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:40:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:40:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:40:16.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:40:16.476Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:41:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:41:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:41:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:41:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:41:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:41:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:41:16.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:41:16.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:42:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:42:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:42:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:42:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:42:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:42:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:42:16.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:42:16.479Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:43:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:43:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:43:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:43:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:43:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:43:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:43:16.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:43:16.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:44:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:44:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:44:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:44:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:44:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:44:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:44:16.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:44:16.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:45:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:45:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:45:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:45:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:45:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:45:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:45:16.498Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:45:16.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:46:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:46:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:46:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:46:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:46:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:46:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:46:16.495Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:46:16.514Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:47:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:47:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:47:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:47:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:47:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:47:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:47:16.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:47:16.481Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:48:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:48:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:48:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:48:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:48:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:48:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:48:16.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:48:16.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:49:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:49:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:49:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:49:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:49:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:49:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:49:16.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:49:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:50:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:50:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:50:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:50:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:50:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:50:06.921Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:50:16.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:50:16.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:51:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:51:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:51:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:51:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:51:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:51:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:51:16.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:51:16.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:52:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:52:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:52:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:52:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:52:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:52:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:52:16.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:52:16.494Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:53:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:53:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:53:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:53:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:53:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:53:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:53:16.501Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:53:16.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:54:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:54:06.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:54:06.920Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:54:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:54:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:54:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:54:16.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:54:16.503Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:55:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:55:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:55:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:55:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:55:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:55:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:55:16.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:55:16.483Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:56:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:56:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:56:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:56:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:56:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:56:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:56:16.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:56:16.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:57:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:57:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:57:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:57:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:57:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:57:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:57:16.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:57:16.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:58:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:58:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:58:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:58:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:58:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:58:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:58:16.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:58:16.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:59:06.918Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:59:06.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:59:06.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:59:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T16:59:06.922Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T16:59:06.922Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T16:59:16.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T16:59:16.500Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:00:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:00:06.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:00:06.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:00:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:00:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:00:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:00:16.506Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:00:16.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:01:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:01:06.920Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:01:06.920Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:01:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:01:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:01:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:01:16.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:01:16.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:02:06.918Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:02:06.919Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:02:06.919Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:02:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:02:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:02:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:02:16.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:02:16.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:03:06.919Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:03:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:03:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:03:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:03:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:03:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:03:16.473Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:03:16.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:04:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:04:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:04:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:04:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:04:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:04:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:04:16.464Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:04:16.464Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:05:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:05:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:05:06.922Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:05:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:05:06.922Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:05:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:05:16.477Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:05:16.489Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:06:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:06:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:06:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:06:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:06:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:06:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:06:16.468Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:06:16.478Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:07:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:07:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:07:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:07:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:07:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:07:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:07:16.487Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:07:16.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:08:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:08:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:08:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:08:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:08:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:08:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:08:16.461Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:08:16.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:09:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:09:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:09:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:09:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:09:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:09:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:09:16.484Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:09:16.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:10:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:10:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:10:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:10:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:10:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:10:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:10:16.475Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:10:16.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:11:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:11:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:11:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:11:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:11:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:11:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:11:16.469Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:11:16.492Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:12:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:12:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:12:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:12:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:12:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:12:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:12:16.497Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:12:16.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:13:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:13:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:13:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:13:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:13:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:13:06.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:13:16.466Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:13:16.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:14:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:14:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:14:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:14:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:14:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:14:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:14:16.495Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:14:16.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:15:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:15:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:15:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:15:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:15:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:15:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:15:16.471Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:15:16.493Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:16:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:16:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:16:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:16:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:16:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:16:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:16:16.482Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:16:16.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:17:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:17:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:17:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:17:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:17:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:17:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:17:16.469Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:17:16.492Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:18:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:18:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:18:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:18:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:18:06.922Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:18:06.922Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:18:16.493Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:18:16.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:19:06.918Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:19:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:19:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:19:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:19:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:19:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:19:16.476Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:19:16.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:20:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:20:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:20:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:20:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:20:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:20:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:20:16.516Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:20:16.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:21:06.918Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:21:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:21:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:21:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:21:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:21:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:21:16.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:21:16.472Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:22:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:22:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:22:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:22:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:22:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:22:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:22:16.481Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:22:16.499Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:23:06.918Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:23:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:23:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:23:06.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:23:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:23:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:23:16.481Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:23:16.482Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:24:06.919Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:24:06.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:24:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:24:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:24:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:24:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:24:16.486Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:24:16.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:25:06.918Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:25:06.919Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:25:06.919Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:25:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:25:06.922Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:25:06.922Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:25:16.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:25:16.477Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:26:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:26:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:26:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:26:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:26:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:26:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:26:16.572Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:26:16.572Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:27:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:27:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:27:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:27:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:27:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:27:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:27:16.464Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:27:16.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:28:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:28:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:28:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:28:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:28:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:28:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:28:16.470Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:28:16.482Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:29:06.920Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:29:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:29:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:29:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:29:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:29:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:29:16.499Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:29:16.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:30:06.918Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:30:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:30:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:30:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:30:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:30:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:30:16.478Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:30:16.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:31:06.919Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:31:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:31:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:31:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:31:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:31:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:31:16.466Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:31:16.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:32:06.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:32:06.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:32:06.919Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:32:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:32:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:32:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:32:16.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:32:16.489Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:33:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:33:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:33:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:33:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:33:06.921Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:33:06.922Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:33:16.483Z|6a61f63a-bc9b-44d3-a454-1f4caad15cb0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:33:16.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:34:06.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:34:06.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:34:06.919Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:34:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:34:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:34:06.921Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:34:16.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:34:16.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:35:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:35:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:35:06.923Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:35:06.923Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:35:06.924Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:35:06.924Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:35:16.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:35:16.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:36:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:36:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:36:06.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:36:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:36:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:36:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:36:16.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:36:16.482Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:37:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:37:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:37:06.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:37:06.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:37:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:37:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:37:16.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:37:16.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:38:06.919Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:38:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:38:06.924Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:38:06.924Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:38:06.924Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:38:06.924Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:38:16.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:38:16.476Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:39:06.918Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:39:06.920Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:39:06.920Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:39:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:39:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:39:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:39:16.498Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:39:16.500Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:40:06.919Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:40:06.920Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:40:06.920Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:40:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:40:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:40:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:40:16.478Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:40:16.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:41:06.918Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:41:06.919Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:41:06.919Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:41:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:41:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:41:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:41:16.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:41:16.559Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:42:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:42:06.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:42:06.920Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:42:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:42:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:42:06.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:42:16.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:42:16.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:43:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:43:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:43:06.923Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:43:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:43:06.923Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:43:06.923Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:43:16.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:43:16.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:44:06.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:44:06.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:44:06.919Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:44:06.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:44:06.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:44:06.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:44:16.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:44:16.495Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:45:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:45:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:45:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:45:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:45:06.922Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:45:06.922Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:45:16.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:45:16.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:46:06.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:46:06.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:46:06.919Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:46:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:46:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:46:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:46:16.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:46:16.470Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:47:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:47:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:47:06.921Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:47:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:47:06.921Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:47:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:47:16.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:47:16.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:48:06.918Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:48:06.919Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:48:06.919Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:48:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:48:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:48:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:48:16.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:48:16.498Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:49:06.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:49:06.921Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:49:06.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:49:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:49:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:49:06.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:49:16.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:49:16.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:50:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:50:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:50:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:50:06.922Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:50:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:50:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:50:16.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:50:16.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:51:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:51:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:51:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:51:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:51:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:51:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:51:16.521Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:51:16.561Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:52:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:52:06.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:52:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:52:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:52:06.922Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:52:06.922Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:52:16.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:52:16.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:53:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:53:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:53:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:53:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:53:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:53:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:53:16.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:53:16.502Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:54:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:54:06.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:54:06.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:54:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:54:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:54:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:54:16.494Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:54:16.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:55:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:55:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:55:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:55:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:55:06.921Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:55:06.921Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:55:16.525Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:55:16.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:56:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:56:06.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:56:06.922Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:56:06.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:56:06.923Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:56:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:56:16.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:56:16.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:57:06.918Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:57:06.919Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:57:06.919Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:57:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:57:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:57:06.921Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:57:16.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:57:16.510Z|bda6e364-44ae-431d-b71f-b303e6df8eb7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:58:06.919Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:58:06.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:58:06.921Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:58:06.921Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:58:06.922Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:58:06.922Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:58:16.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:58:16.480Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:59:06.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:59:06.921Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-14T17:59:06.922Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:59:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-14T17:59:06.922Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:59:06.922Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4XUuLEZKB7BH51vJ) ... 2021-09-14T17:59:16.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-14T17:59:16.490Z|f9345eb7-e4d6-4239-99bf-3249d0220457|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK