Results

By type

          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-15T01:24:53.081Z||main|||||INFO|500||The following profiles are active: basic
2021-09-15T01:25:02.503Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-15T01:25:02.504Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-15T01:25:02.582Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-15T01:25:04.708Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-15T01:25:04.873Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-15T01:25:05.284Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-15T01:25:05.291Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-15T01:25:05.368Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-15T01:25:05.487Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-15T01:25:05.870Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-15T01:25:06.737Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-15T01:25:08.771Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-15T01:25:08.821Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-15T01:25:09.357Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-15T01:25:09.603Z||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-15T01:25:10.805Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-15T01:25:11.776Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-15T01:25:11.792Z||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$$d7d1d76b.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-15T01:25:11.793Z||main|||||WARN|500||The sdc end point is not alive
2021-09-15T01:25:14.562Z||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-15T01:25:16.979Z||main|||||WARN|500||---
2021-09-15T01:25:16.980Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-15T01:25:16.980Z||main|||||WARN|500||---
2021-09-15T01:25:17.461Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-15T01:25:21.749Z||main|||||INFO|500||Started Application in 32.939 seconds (JVM running for 34.075)
2021-09-15T01:25:21.790Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:25:21.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:25:21.808Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:25:21.858Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:25:21.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78d76019-bf56-4ff1-b724-095bbacc5ecc url= /sdc/v1/artifactTypes
2021-09-15T01:25:21.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:25:22.170Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:25:22.186Z||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-15T01:25:22.204Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:25:22.211Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:25:23.227Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:25:23.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:25:23.229Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:25:23.231Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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$$bae4a629.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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-15T01:26:11.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:26:11.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:26:11.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:26:11.758Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:26:11.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f5fe50a-5425-409f-bfe4-09cb3c4571c5 url= /sdc/v1/artifactTypes
2021-09-15T01:26:11.765Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:26:11.816Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:26:11.818Z||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-15T01:26:11.819Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:26:11.819Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:26:11.820Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:26:12.859Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:26:12.859Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:26:12.860Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:26:12.860Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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$$bae4a629.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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-15T01:27:01.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:27:01.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:27:01.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:27:01.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:27:01.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a4413ec-0216-43f4-9ab5-054930b6544c url= /sdc/v1/artifactTypes
2021-09-15T01:27:01.753Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:27:01.792Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:27:01.793Z||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-15T01:27:01.793Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:27:01.794Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:27:01.794Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:27:02.810Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:27:02.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:27:02.811Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:27:02.812Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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$$bae4a629.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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-15T01:27:51.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:27:51.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:27:51.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:27:51.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:27:51.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfa25309-131a-472c-aa58-66dd5681a088 url= /sdc/v1/artifactTypes
2021-09-15T01:27:51.751Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:27:51.791Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:27:51.792Z||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-15T01:27:51.792Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:27:51.793Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:27:51.793Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:27:52.827Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:27:52.827Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:27:52.827Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:27:52.828Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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$$bae4a629.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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-15T01:28:41.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:28:41.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:28:41.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:28:41.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:28:41.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d049828-70fd-4626-a976-ce4105db771b url= /sdc/v1/artifactTypes
2021-09-15T01:28:41.752Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:28:41.789Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:28:41.791Z||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-15T01:28:41.791Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:28:41.792Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:28:41.792Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:28:42.811Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:28:42.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:28:42.811Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:28:42.812Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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$$bae4a629.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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-15T01:29:31.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:29:31.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:29:31.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:29:31.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:29:31.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c02c1ab-e0ab-4e2f-9e43-7456ccccd77d url= /sdc/v1/artifactTypes
2021-09-15T01:29:31.750Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:29:31.781Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:29:31.782Z||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-15T01:29:31.782Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:29:31.782Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:29:31.783Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:29:32.795Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:29:32.796Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:29:32.796Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:29:32.797Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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$$bae4a629.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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-15T01:30:21.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:30:21.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:30:21.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:30:21.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:30:21.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fcb93c0-4f9f-4ff1-8a3c-257db121c111 url= /sdc/v1/artifactTypes
2021-09-15T01:30:21.754Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:30:21.786Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:30:21.787Z||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-15T01:30:21.787Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:30:21.788Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:30:21.788Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:30:22.811Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:30:22.812Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:30:22.813Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:30:22.813Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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$$bae4a629.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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
	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-15T01:31:11.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:31:11.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:31:11.745Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:31:11.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:31:11.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 604d0c8b-ebf6-4784-a69d-4717d2dc11fc url= /sdc/v1/artifactTypes
2021-09-15T01:31:11.752Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:31:11.783Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:31:11.784Z||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-15T01:31:11.784Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:31:11.785Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:31:11.785Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:31:11.813Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:31:11.831Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9f7bbb84-e265-4832-b12d-55bda8c9b17c url= /sdc/v1/registerForDistribution
2021-09-15T01:31:11.841Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@84f89a4
2021-09-15T01:31:11.841Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-09-15T01:31:11.841Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-09-15T01:31:11.848Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rm1LFBhfMjdTLjxI will send credentials over a clear channel.
2021-09-15T01:31:11.849Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rm1LFBhfMjdTLjxI (as rm1LFBhfMjdTLjxI) ...
2021-09-15T01:31:11.867Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:31:11.869Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-15T01:31:11.870Z||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$$bae4a629.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-15T01:32:01.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:32:01.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:32:01.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:32:01.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:32:01.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48008374-8b4d-4f50-a5c0-6be77585c165 url= /sdc/v1/artifactTypes
2021-09-15T01:32:01.751Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:32:01.787Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:32:01.788Z||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-15T01:32:01.789Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:32:01.789Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-09-15T01:32:01.789Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rm1LFBhfMjdTLjxI) ...
2021-09-15T01:32:01.814Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:32:01.816Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2bb8931a-a924-44a5-88e6-3d85462ced80 url= /sdc/v1/registerForDistribution
2021-09-15T01:32:01.985Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2bb8931a-a924-44a5-88e6-3d85462ced80 url= /sdc/v1/registerForDistribution
2021-09-15T01:32:01.985Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-15T01:32:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:32:01.995Z||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-15T01:32:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:32:01.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:32:01.997Z||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-15T01:32:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:32:02.003Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-15T01:32:12.229Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:32:12.229Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:33:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:33:01.995Z||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-15T01:33:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:33:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:33:01.997Z||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-15T01:33:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:33:11.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:33:11.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:34:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:34:01.995Z||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-15T01:34:01.996Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:34:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:34:01.997Z||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-15T01:34:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:34:11.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:34:11.558Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:35:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:35:01.995Z||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-15T01:35:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:35:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:35:01.997Z||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-15T01:35:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:35:09.633Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-15T01:35:11.545Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:35:11.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:36:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:36:01.995Z||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-15T01:36:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:36:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:36:01.997Z||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-15T01:36:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:36:11.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:36:11.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:37:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:37:01.995Z||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-15T01:37:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:37:01.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:37:01.997Z||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-15T01:37:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:37:11.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:37:11.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:38:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:38:01.995Z||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-15T01:38:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:38:01.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:38:01.998Z||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-15T01:38:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:38:11.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:38:11.545Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:39:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:39:01.995Z||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-15T01:39:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:39:01.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:39:01.997Z||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-15T01:39:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:39:11.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:39:11.545Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:40:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:40:01.994Z||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-15T01:40:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:40:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:40:01.997Z||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-15T01:40:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:40:11.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:40:11.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:41:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:41:01.995Z||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-15T01:41:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:41:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:41:01.997Z||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-15T01:41:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:41:11.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:41:11.542Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:42:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:42:01.995Z||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-15T01:42:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:42:01.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:42:01.997Z||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-15T01:42:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:42:11.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:42:11.543Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:43:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:43:01.995Z||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-15T01:43:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:43:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:43:01.997Z||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-15T01:43:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:43:11.545Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:43:11.546Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:44:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:44:01.995Z||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-15T01:44:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:44:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:44:01.997Z||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-15T01:44:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:44:11.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:44:11.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:45:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:45:01.994Z||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-15T01:45:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:45:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:45:01.997Z||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-15T01:45:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:45:11.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:45:11.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:46:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:46:01.994Z||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-15T01:46:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:46:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:46:01.997Z||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-15T01:46:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:46:11.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:46:11.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:47:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:47:01.994Z||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-15T01:47:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:47:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:47:01.997Z||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-15T01:47:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:47:11.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:47:11.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:48:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:48:01.995Z||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-15T01:48:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:48:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:48:01.997Z||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-15T01:48:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:48:11.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:48:11.545Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:49:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:49:01.995Z||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-15T01:49:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:49:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:49:01.997Z||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-15T01:49:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:49:11.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:49:11.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:50:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:50:01.994Z||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-15T01:50:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:50:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:50:01.997Z||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-15T01:50:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:50:11.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:50:11.564Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:51:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:51:01.994Z||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-15T01:51:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:51:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:51:01.997Z||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-15T01:51:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:51:11.544Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:51:11.545Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:52:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:52:01.994Z||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-15T01:52:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:52:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:52:01.997Z||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-15T01:52:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:52:11.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:52:11.546Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:53:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:53:01.995Z||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-15T01:53:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:53:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:53:01.997Z||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-15T01:53:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:53:11.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:53:11.569Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:54:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:54:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:54:01.997Z||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-15T01:54:01.997Z||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-15T01:54:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:54:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:54:11.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:54:11.566Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:55:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:55:01.995Z||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-15T01:55:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:55:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:55:01.997Z||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-15T01:55:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:55:11.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:55:11.544Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:56:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:56:01.995Z||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-15T01:56:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:56:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:56:01.997Z||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-15T01:56:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:56:11.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:56:11.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:57:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:57:01.995Z||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-15T01:57:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:57:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:57:01.997Z||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-15T01:57:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:57:11.542Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:57:11.543Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:58:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:58:01.994Z||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-15T01:58:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:58:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:58:01.997Z||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-15T01:58:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:58:11.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:58:11.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:59:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:59:01.994Z||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-15T01:59:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:59:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:59:01.997Z||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-15T01:59:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:59:11.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T01:59:11.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:00:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:00:01.994Z||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-15T02:00:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:00:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:00:01.997Z||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-15T02:00:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:00:11.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:00:11.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:01:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:01:01.995Z||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-15T02:01:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:01:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:01:01.997Z||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-15T02:01:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:01:11.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:01:11.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:02:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:02:01.995Z||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-15T02:02:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:02:01.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:02:01.997Z||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-15T02:02:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:02:11.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:02:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:03:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:03:01.994Z||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-15T02:03:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:03:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:03:01.997Z||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-15T02:03:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:03:11.560Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:03:11.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:04:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:04:01.994Z||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-15T02:04:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:04:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:04:01.997Z||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-15T02:04:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:04:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:04:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:05:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:05:01.995Z||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-15T02:05:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:05:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:05:01.997Z||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-15T02:05:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:05:11.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:05:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:06:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:06:01.995Z||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-15T02:06:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:06:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:06:01.997Z||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-15T02:06:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:06:11.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:06:11.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:07:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:07:01.994Z||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-15T02:07:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:07:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:07:01.997Z||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-15T02:07:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:07:11.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:07:11.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:08:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:08:01.994Z||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-15T02:08:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:08:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:08:01.997Z||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-15T02:08:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:08:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:08:11.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:09:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:09:01.995Z||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-15T02:09:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:09:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:09:01.997Z||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-15T02:09:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:09:11.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:09:11.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:10:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:10:01.994Z||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-15T02:10:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:10:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:10:01.997Z||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-15T02:10:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:10:11.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:10:11.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:11:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:11:01.995Z||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-15T02:11:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:11:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:11:01.997Z||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-15T02:11:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:11:11.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:11:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:12:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:12:01.995Z||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-15T02:12:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:12:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:12:01.997Z||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-15T02:12:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:12:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:12:11.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:13:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:13:01.995Z||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-15T02:13:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:13:01.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:13:01.997Z||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-15T02:13:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:13:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:13:11.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:14:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:14:01.994Z||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-15T02:14:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:14:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:14:01.997Z||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-15T02:14:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:14:11.542Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:14:11.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:15:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:15:01.994Z||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-15T02:15:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:15:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:15:01.997Z||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-15T02:15:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:15:11.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:15:11.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:16:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:16:01.995Z||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-15T02:16:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:16:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:16:01.997Z||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-15T02:16:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:16:11.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:16:11.544Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:17:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:17:01.995Z||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-15T02:17:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:17:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:17:01.997Z||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-15T02:17:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:17:11.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:17:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:18:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:18:01.995Z||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-15T02:18:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:18:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:18:01.997Z||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-15T02:18:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:18:11.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:18:11.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:19:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:19:01.994Z||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-15T02:19:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:19:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:19:01.997Z||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-15T02:19:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:19:11.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:19:11.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:20:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:20:01.995Z||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-15T02:20:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:20:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:20:01.997Z||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-15T02:20:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:20:11.546Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:20:11.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:21:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:21:01.994Z||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-15T02:21:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:21:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:21:01.997Z||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-15T02:21:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:21:11.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:21:11.537Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:22:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:22:01.995Z||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-15T02:22:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:22:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:22:01.997Z||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-15T02:22:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:22:11.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:22:11.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:23:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:23:01.995Z||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-15T02:23:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:23:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:23:01.997Z||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-15T02:23:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:23:11.537Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:23:11.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:24:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:24:01.995Z||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-15T02:24:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:24:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:24:01.997Z||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-15T02:24:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:24:11.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:24:11.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:25:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:25:01.995Z||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-15T02:25:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:25:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:25:01.997Z||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-15T02:25:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:25:11.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:25:11.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:26:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:26:01.995Z||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-15T02:26:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:26:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:26:01.997Z||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-15T02:26:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:26:11.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:26:11.543Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:27:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:27:01.995Z||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-15T02:27:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:27:01.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:27:01.997Z||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-15T02:27:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:27:11.538Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:27:11.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:28:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:28:01.994Z||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-15T02:28:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:28:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:28:01.997Z||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-15T02:28:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:28:11.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:28:11.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:29:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:29:01.995Z||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-15T02:29:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:29:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:29:01.997Z||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-15T02:29:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:29:11.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:29:11.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:30:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:30:01.994Z||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-15T02:30:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:30:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:30:01.997Z||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-15T02:30:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:30:11.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:30:11.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:31:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:31:01.994Z||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-15T02:31:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:31:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:31:01.997Z||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-15T02:31:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:31:11.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:31:11.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:32:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:32:01.995Z||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-15T02:32:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:32:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:32:01.997Z||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-15T02:32:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:32:11.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:32:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:33:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:33:01.995Z||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-15T02:33:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:33:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:33:01.997Z||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-15T02:33:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:33:11.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:33:11.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:34:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:34:01.994Z||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-15T02:34:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:34:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:34:01.997Z||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-15T02:34:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:34:11.536Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:34:11.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:35:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:35:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:35:01.998Z||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-15T02:35:01.998Z||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-15T02:35:01.999Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:35:01.999Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:35:11.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:35:11.548Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:36:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:36:01.995Z||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-15T02:36:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:36:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:36:01.997Z||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-15T02:36:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:36:11.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:36:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:37:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:37:01.994Z||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-15T02:37:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:37:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:37:01.997Z||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-15T02:37:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:37:11.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:37:11.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:38:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:38:01.995Z||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-15T02:38:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:38:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:38:01.997Z||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-15T02:38:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:38:11.534Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:38:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:39:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:39:01.994Z||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-15T02:39:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:39:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:39:01.997Z||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-15T02:39:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:39:11.534Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:39:11.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:40:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:40:01.994Z||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-15T02:40:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:40:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:40:01.997Z||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-15T02:40:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:40:11.533Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:40:11.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:41:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:41:01.994Z||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-15T02:41:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:41:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:41:01.997Z||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-15T02:41:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:41:11.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:41:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:42:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:42:01.995Z||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-15T02:42:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:42:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:42:01.997Z||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-15T02:42:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:42:11.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:42:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:43:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:43:01.994Z||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-15T02:43:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:43:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:43:01.997Z||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-15T02:43:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:43:11.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:43:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:44:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:44:01.995Z||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-15T02:44:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:44:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:44:01.997Z||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-15T02:44:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:44:11.548Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:44:11.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:45:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:45:01.994Z||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-15T02:45:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:45:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:45:01.997Z||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-15T02:45:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:45:11.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:45:11.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:46:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:46:01.994Z||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-15T02:46:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:46:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:46:01.997Z||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-15T02:46:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:46:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:46:11.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:47:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:47:01.994Z||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-15T02:47:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:47:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:47:01.997Z||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-15T02:47:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:47:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:47:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:48:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:48:01.994Z||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-15T02:48:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:48:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:48:01.997Z||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-15T02:48:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:48:11.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:48:11.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:49:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:49:01.994Z||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-15T02:49:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:49:01.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:49:01.997Z||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-15T02:49:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:49:11.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:49:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:50:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:50:01.994Z||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-15T02:50:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:50:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:50:01.997Z||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-15T02:50:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:50:11.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:50:11.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:51:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:51:01.994Z||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-15T02:51:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:51:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:51:01.997Z||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-15T02:51:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:51:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:51:11.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:52:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:52:01.994Z||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-15T02:52:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:52:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:52:01.997Z||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-15T02:52:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:52:11.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:52:11.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:53:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:53:01.994Z||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-15T02:53:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:53:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:53:01.997Z||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-15T02:53:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:53:11.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:53:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:54:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:54:01.994Z||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-15T02:54:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:54:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:54:01.997Z||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-15T02:54:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:54:11.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:54:11.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:55:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:55:01.994Z||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-15T02:55:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:55:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:55:01.997Z||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-15T02:55:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:55:11.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:55:11.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:56:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:56:01.994Z||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-15T02:56:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:56:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:56:01.997Z||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-15T02:56:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:56:11.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:56:11.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:57:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:57:01.994Z||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-15T02:57:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:57:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:57:01.997Z||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-15T02:57:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:57:11.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:57:11.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:58:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:58:01.994Z||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-15T02:58:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:58:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:58:01.997Z||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-15T02:58:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:58:11.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:58:11.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:59:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:59:01.995Z||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-15T02:59:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:59:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:59:01.997Z||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-15T02:59:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:59:11.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T02:59:11.557Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:00:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:00:01.994Z||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-15T03:00:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:00:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:00:01.997Z||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-15T03:00:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:00:11.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:00:11.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:01:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:01:01.995Z||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-15T03:01:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:01:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:01:01.997Z||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-15T03:01:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:01:11.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:01:11.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:02:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:02:01.994Z||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-15T03:02:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:02:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:02:01.997Z||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-15T03:02:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:02:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:02:11.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:03:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:03:01.994Z||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-15T03:03:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:03:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:03:01.997Z||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-15T03:03:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:03:11.538Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:03:11.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:04:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:04:01.995Z||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-15T03:04:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:04:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:04:01.997Z||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-15T03:04:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:04:11.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:04:11.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:05:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:05:01.994Z||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-15T03:05:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:05:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:05:01.997Z||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-15T03:05:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:05:11.535Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:05:11.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:06:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:06:01.994Z||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-15T03:06:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:06:01.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:06:01.997Z||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-15T03:06:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:06:11.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:06:11.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:07:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:07:01.994Z||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-15T03:07:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:07:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:07:01.997Z||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-15T03:07:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:07:11.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:07:11.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:08:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:08:01.995Z||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-15T03:08:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:08:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:08:01.997Z||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-15T03:08:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:08:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:08:11.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:09:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:09:01.994Z||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-15T03:09:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:09:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:09:01.997Z||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-15T03:09:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:09:11.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:09:11.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:10:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:10:01.994Z||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-15T03:10:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:10:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:10:01.997Z||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-15T03:10:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:10:11.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:10:11.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:11:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:11:01.995Z||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-15T03:11:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:11:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:11:01.997Z||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-15T03:11:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:11:11.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:11:11.542Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:12:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:12:01.994Z||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-15T03:12:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:12:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:12:01.997Z||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-15T03:12:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:12:11.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:12:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:13:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:13:01.994Z||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-15T03:13:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:13:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:13:01.997Z||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-15T03:13:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:13:11.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:13:11.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:14:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:14:01.994Z||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-15T03:14:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:14:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:14:01.997Z||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-15T03:14:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:14:11.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:14:11.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:15:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:15:01.994Z||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-15T03:15:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:15:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:15:01.997Z||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-15T03:15:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:15:11.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:15:11.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:16:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:16:01.994Z||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-15T03:16:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:16:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:16:01.997Z||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-15T03:16:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:16:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:16:11.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:17:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:17:01.994Z||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-15T03:17:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:17:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:17:01.997Z||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-15T03:17:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:17:11.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:17:11.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:18:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:18:01.994Z||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-15T03:18:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:18:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:18:01.997Z||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-15T03:18:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:18:11.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:18:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:19:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:19:01.994Z||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-15T03:19:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:19:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:19:01.997Z||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-15T03:19:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:19:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:19:11.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:20:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:20:01.994Z||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-15T03:20:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:20:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:20:01.997Z||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-15T03:20:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:20:11.539Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:20:11.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:21:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:21:01.994Z||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-15T03:21:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:21:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:21:01.997Z||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-15T03:21:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:21:11.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:21:11.536Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:22:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:22:01.994Z||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-15T03:22:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:22:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:22:01.997Z||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-15T03:22:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:22:11.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:22:11.540Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:23:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:23:01.995Z||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-15T03:23:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:23:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:23:01.997Z||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-15T03:23:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:23:11.533Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:23:11.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:24:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:24:01.994Z||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-15T03:24:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:24:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:24:01.997Z||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-15T03:24:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:24:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:24:11.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:25:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:25:01.995Z||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-15T03:25:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:25:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:25:01.997Z||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-15T03:25:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:25:11.538Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:25:11.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:26:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:26:01.995Z||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-15T03:26:01.996Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:26:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:26:01.998Z||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-15T03:26:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:26:11.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:26:11.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:27:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:27:01.994Z||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-15T03:27:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:27:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:27:01.997Z||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-15T03:27:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:27:11.535Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:27:11.537Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:28:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:28:01.994Z||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-15T03:28:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:28:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:28:01.997Z||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-15T03:28:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:28:11.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:28:11.541Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:29:01.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:29:01.996Z||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-15T03:29:01.996Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:29:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:29:01.997Z||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-15T03:29:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:29:11.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:29:11.544Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:30:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:30:01.996Z||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-15T03:30:01.996Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:30:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:30:01.997Z||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-15T03:30:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:30:11.540Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:30:11.542Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:31:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:31:01.994Z||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-15T03:31:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:31:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:31:01.997Z||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-15T03:31:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:31:11.551Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:31:11.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:32:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:32:01.994Z||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-15T03:32:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:32:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:32:01.997Z||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-15T03:32:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:32:11.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:32:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:33:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:33:01.995Z||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-15T03:33:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:33:01.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:33:01.997Z||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-15T03:33:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:33:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:33:11.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:34:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:34:01.995Z||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-15T03:34:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:34:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:34:01.997Z||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-15T03:34:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:34:11.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:34:11.563Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:35:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:35:01.995Z||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-15T03:35:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:35:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:35:01.997Z||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-15T03:35:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:35:11.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:35:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:36:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:36:01.994Z||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-15T03:36:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:36:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:36:01.997Z||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-15T03:36:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:36:11.536Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:36:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:37:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:37:01.995Z||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-15T03:37:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:37:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:37:01.997Z||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-15T03:37:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:37:11.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:37:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:38:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:38:01.994Z||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-15T03:38:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:38:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:38:01.997Z||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-15T03:38:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:38:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:38:11.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:39:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:39:01.995Z||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-15T03:39:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:39:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:39:01.997Z||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-15T03:39:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:39:11.539Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:39:11.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:40:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:40:01.994Z||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-15T03:40:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:40:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:40:01.997Z||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-15T03:40:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:40:11.539Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:40:11.541Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:41:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:41:01.994Z||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-15T03:41:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:41:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:41:01.997Z||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-15T03:41:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:41:11.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:41:11.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:42:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:42:01.994Z||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-15T03:42:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:42:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:42:01.997Z||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-15T03:42:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:42:11.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:42:11.541Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:43:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:43:01.994Z||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-15T03:43:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:43:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:43:01.997Z||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-15T03:43:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:43:11.537Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:43:11.540Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:44:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:44:01.994Z||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-15T03:44:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:44:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:44:01.997Z||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-15T03:44:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:44:11.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:44:11.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:45:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:45:01.994Z||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-15T03:45:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:45:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:45:01.997Z||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-15T03:45:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:45:11.530Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:45:11.532Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:46:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:46:01.994Z||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-15T03:46:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:46:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:46:01.997Z||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-15T03:46:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:46:11.533Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:46:11.539Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:47:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:47:01.994Z||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-15T03:47:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:47:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:47:01.997Z||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-15T03:47:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:47:11.535Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:47:11.535Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:48:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:48:01.994Z||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-15T03:48:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:48:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:48:01.997Z||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-15T03:48:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:48:11.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:48:11.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:49:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:49:01.994Z||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-15T03:49:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:49:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:49:01.997Z||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-15T03:49:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:49:11.541Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:49:11.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:50:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:50:01.994Z||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-15T03:50:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:50:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:50:01.997Z||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-15T03:50:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:50:11.533Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:50:11.537Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:51:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:51:01.994Z||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-15T03:51:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:51:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:51:01.997Z||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-15T03:51:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:51:11.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:51:11.538Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:52:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:52:01.994Z||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-15T03:52:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:52:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:52:01.997Z||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-15T03:52:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:52:11.537Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:52:11.537Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:53:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:53:01.994Z||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-15T03:53:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:53:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:53:01.997Z||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-15T03:53:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:53:11.538Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:53:11.540Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:54:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:54:01.994Z||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-15T03:54:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:54:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:54:01.997Z||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-15T03:54:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:54:11.535Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:54:11.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:55:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:55:01.994Z||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-15T03:55:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:55:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:55:01.997Z||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-15T03:55:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:55:11.536Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:55:11.538Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:56:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:56:01.994Z||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-15T03:56:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:56:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:56:01.997Z||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-15T03:56:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:56:11.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:56:11.541Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:57:01.994Z||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-15T03:57:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:57:01.997Z||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-15T03:57:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:02.624Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:02.623Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:02.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdbdc84f-05db-42b8-8a7f-02dccc4824c9","serviceName":"basic_onboard_knzIQb","serviceVersion":"1.0","serviceUUID":"7479a4e8-e37f-4f24-9fdf-8816ac6bce4e","serviceDescription":"service","serviceInvariantUUID":"3dd19744-09ec-43c3-af9d-d07ac303bc08","resources":[{"resourceInstanceName":"basic_onboard_knzIQb 0","resourceName":"basic_onboard_knzIQb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"086abb77-c43e-46f8-bfa7-9f51674b917f","resourceInvariantUUID":"07aa0d05-af00-40fe-bb24-fb924c104a64","resourceCustomizationUUID":"caad9c79-c5d0-455d-8a8d-871ec2e90ac0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml","artifactChecksum":"MmU4Yzg4YTM2NDQ1NzljOTUwYjgyMzEzNDkwMWRjNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0eea279-10b4-42d4-b544-a059114637fd","artifactVersion":"1"},{"artifactName":"basic_onboard_knziqb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json","artifactChecksum":"NTBlZWUyMDQyZjI4NzRlNWQ0MTc5YTQ5YzlmN2E0MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2e85013-dca8-42be-8f6e-096d403938d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7be94210-8e32-4382-ab17-1eec9194136b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"297b2b57-6d19-4ba4-90b0-015b2782e7e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69a3e1d8-789d-4102-ad09-4b45999c31cc","artifactVersion":"2","generatedFromUUID":"7be94210-8e32-4382-ab17-1eec9194136b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKnziqb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml","artifactChecksum":"YzMyYWVhMzllMzgyZTQ1MzU0ODBjMDg3Njk1MjczYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f9987a6-0dcc-4224-b8d8-31f4b7a3e076","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKnziqb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar","artifactChecksum":"ZmZlY2MzMmZkMmZhZTQ0MjUxOWE0YWFjMGVkMGI4NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7e7adea-5fb8-4115-b07d-6fc723bc41c8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T03:57:02.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678182695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.632Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:02.636Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.643Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678187139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.643Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "dcae-sch",
  "timestamp": 1631678188408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678182195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678188111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678188934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678187139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "dcae-sch",
  "timestamp": 1631678188408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678182695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678182195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678188111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678188934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678187139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678182195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678182695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "dcae-sch",
  "timestamp": 1631678188408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678188111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678188934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678187139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "dcae-sch",
  "timestamp": 1631678188408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678182695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678182195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678188111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678188934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678192300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678187139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678182195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678182695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "dcae-sch",
  "timestamp": 1631678188408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678188111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678188934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678192300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678187139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678182695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "dcae-sch",
  "timestamp": 1631678188408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678182195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678188111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678188934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678192300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678187139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "dcae-sch",
  "timestamp": 1631678188408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678182195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678182695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678188111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678188934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678192300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678192300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678197034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678197027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678197113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678197217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678192300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678198035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678191870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678198702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678192300,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "policy-id",
  "timestamp": 1631678199038,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2021-09-15T03:57:02.743Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-15T03:57:02.746Z||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-15T03:57:02.746Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:02.758Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:02.759Z||pool-3-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: 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-15T03:57:02.857Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.868Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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-15T03:57:02.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678200303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678200311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678200945,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "cds",
  "timestamp": 1631678201319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-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-15T03:57:02.900Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.900Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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-15T03:57:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678201948,
  "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-15T03:57:02.911Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.911Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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-15T03:57:02.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678202147,
  "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-15T03:57:02.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.922Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678203150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678209635,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "aai-ml",
  "timestamp": 1631678210640,
  "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-15T03:57:02.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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-15T03:57:02.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678211989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678213187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "clamp",
  "timestamp": 1631678214191,
  "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-15T03:57:02.944Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.944Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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-15T03:57:03.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:03.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:03.650Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:03.650Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T03:57:03.750Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:03.751Z||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-15T03:57:03.751Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:03.761Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:03.762Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:04.650Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:04.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:04.653Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:04.653Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T03:57:04.753Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:04.754Z||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-15T03:57:04.754Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:04.767Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:04.768Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:05.653Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:05.654Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:05.655Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:05.655Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:05.755Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:05.756Z||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-15T03:57:05.756Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:05.766Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:05.766Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:06.656Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:06.656Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:06.658Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:06.658Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-15T03:57:06.758Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:06.759Z||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-15T03:57:06.759Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:06.768Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:06.769Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:07.658Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:07.659Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:07.661Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:07.661Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:57:07.761Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:07.762Z||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-15T03:57:07.762Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:07.771Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:07.772Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:08.661Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:08.662Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:08.664Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:08.664Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:57:08.764Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:08.765Z||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-15T03:57:08.765Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:08.774Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:08.774Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:09.665Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "serviceName": "basic_onboard_knzIQb",
  "serviceVersion": "1.0",
  "serviceUUID": "7479a4e8-e37f-4f24-9fdf-8816ac6bce4e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dd19744-09ec-43c3-af9d-d07ac303bc08",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_knzIQb 0",
      "resourceCustomizationUUID": "caad9c79-c5d0-455d-8a8d-871ec2e90ac0",
      "resourceName": "basic_onboard_knzIQb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "086abb77-c43e-46f8-bfa7-9f51674b917f",
      "resourceInvariantUUID": "07aa0d05-af00-40fe-bb24-fb924c104a64",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_knziqb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
          "artifactChecksum": "NTBlZWUyMDQyZjI4NzRlNWQ0MTc5YTQ5YzlmN2E0MWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d2e85013-dca8-42be-8f6e-096d403938d8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7be94210-8e32-4382-ab17-1eec9194136b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "69a3e1d8-789d-4102-ad09-4b45999c31cc",
            "generatedFromUUID": "7be94210-8e32-4382-ab17-1eec9194136b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "69a3e1d8-789d-4102-ad09-4b45999c31cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKnziqb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
      "artifactChecksum": "ZmZlY2MzMmZkMmZhZTQ0MjUxOWE0YWFjMGVkMGI4NDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d7e7adea-5fb8-4115-b07d-6fc723bc41c8"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T03:57:09.666Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T03:57:09.666Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e ASDC
2021-09-15T03:57:09.741Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fdbdc84f-05db-42b8-8a7f-02dccc4824c9
ServiceName:basic_onboard_knzIQb
ServiceVersion:1.0
ServiceUUID:7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
ServiceInvariantUUID:3dd19744-09ec-43c3-af9d-d07ac303bc08
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKnziqb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
ArtifactUUID:d7e7adea-5fb8-4115-b07d-6fc723bc41c8
ArtifactChecksum:ZmZlY2MzMmZkMmZhZTQ0MjUxOWE0YWFjMGVkMGI4NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_knzIQb 0
ResourceCustomizationUUID:caad9c79-c5d0-455d-8a8d-871ec2e90ac0
ResourceInvariantUUID:07aa0d05-af00-40fe-bb24-fb924c104a64
ResourceName:basic_onboard_knzIQb
ResourceType:VF
ResourceUUID:086abb77-c43e-46f8-bfa7-9f51674b917f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_knziqb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
ArtifactUUID:d2e85013-dca8-42be-8f6e-096d403938d8
ArtifactChecksum:NTBlZWUyMDQyZjI4NzRlNWQ0MTc5YTQ5YzlmN2E0MWU=
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/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7be94210-8e32-4382-ab17-1eec9194136b
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/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
ArtifactUUID:69a3e1d8-789d-4102-ad09-4b45999c31cc
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/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
ArtifactUUID:69a3e1d8-789d-4102-ad09-4b45999c31cc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-15T03:57:09.742Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e 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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-15T03:57:09.776Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:57:09.777Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:57:09.777Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:57:09.777Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d7e7adea-5fb8-4115-b07d-6fc723bc41c8 from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:09.778Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:09.778Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:09.924Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:09.930Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar d7e7adea-5fb8-4115-b07d-6fc723bc41c8 71379
2021-09-15T03:57:09.931Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar ASDC sendASDCNotification
2021-09-15T03:57:09.931Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:09.932Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:09.932Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:09.934Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:09.934Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678229930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:10.034Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:10.034Z||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-15T03:57:10.035Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:10.045Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:10.046Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:10.934Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:57:10.935Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:57:10.935Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d7e7adea-5fb8-4115-b07d-6fc723bc41c8, URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar to file: /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:10.936Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:10.989Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:10.990Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:11.354Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2490365184699828137/Definitions/service-BasicOnboardKnziqb-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-15T03:57:13.003Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T03:57:13.006Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:57:13.006Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_knzIQb 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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:57:13.012Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.013Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.016Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.016Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:57:13.017Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:57:13.018Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is not matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7db34b1-5d32-4ae0-8d28-e4e1e7492328
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_knzIQb
Description:service
Model UUID:7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
Model Version:NULL
Model InvariantUuid:3dd19744-09ec-43c3-af9d-d07ac303bc08
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_knzIQb
Model UUID:266c986f-0bd1-44e3-90e8-c84d6682b9be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07aa0d05-af00-40fe-bb24-fb924c104a64
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:caad9c79-c5d0-455d-8a8d-871ec2e90ac0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3757ee9c-96e9-4ce6-aeb5-4575b07673c9
ModelName:BasicOnboardKnziqb..base_ubuntu18..module-0
ModelUuid:be1c6771-0451-4523-a4b4-53ba5277dbaa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7db34b1-5d32-4ae0-8d28-e4e1e7492328
ModelInvariantUuid:b47e42b9-c79d-4fc3-8fa1-d57f515523a0
ModelName:basic_onboard_knzIQb-nodes.ubuntu18Cvfc
ModelUuid:41b94d4c-bc42-49fa-9f9f-484677f5bca9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a4508030-e584-48ab-878c-43e4f1197337
ModelInvariantUuid:7f4d415a-ba9d-4629-a6bc-75f872739f11
ModelName:BasicOnboardKnziqb.compute.nodes.heat.ubuntu18
ModelUuid:2e796aa1-bbc5-49ff-a87c-0cb4589f6408
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-15T03:57:13.043Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 086abb77-c43e-46f8-bfa7-9f51674b917f
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-15T03:57:13.110Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||basic_onboard_knzIQb 0
2021-09-15T03:57:13.116Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 086abb77-c43e-46f8-bfa7-9f51674b917f
2021-09-15T03:57:13.116Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d2e85013-dca8-42be-8f6e-096d403938d8 from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:13.117Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:13.117Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:13.449Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:13.449Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json d2e85013-dca8-42be-8f6e-096d403938d8 798
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json ASDC sendASDCNotification
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:13.452Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:13.452Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678233450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:13.552Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:13.553Z||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-15T03:57:13.553Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:13.563Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:13.564Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:14.453Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKnziqb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3757ee9c-96e9-4ce6-aeb5-4575b07673c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be1c6771-0451-4523-a4b4-53ba5277dbaa",
    "vfModuleModelCustomizationUUID": "db7626ae-edd1-4448-bf17-1ac84586dacd",
    "isBase": true,
    "artifacts": [
      "7be94210-8e32-4382-ab17-1eec9194136b",
      "69a3e1d8-789d-4102-ad09-4b45999c31cc"
    ],
    "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-15T03:57:14.464Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKnziqb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be1c6771-0451-4523-a4b4-53ba5277dbaa
VfModuleModelInvariantUUID:3757ee9c-96e9-4ce6-aeb5-4575b07673c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7be94210-8e32-4382-ab17-1eec9194136b
,
69a3e1d8-789d-4102-ad09-4b45999c31cc

}
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-15T03:57:14.466Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKnziqb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3757ee9c-96e9-4ce6-aeb5-4575b07673c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "be1c6771-0451-4523-a4b4-53ba5277dbaa",
    "vfModuleModelCustomizationUUID": "db7626ae-edd1-4448-bf17-1ac84586dacd",
    "isBase": true,
    "artifacts": [
      "7be94210-8e32-4382-ab17-1eec9194136b",
      "69a3e1d8-789d-4102-ad09-4b45999c31cc"
    ],
    "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-15T03:57:14.466Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKnziqb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be1c6771-0451-4523-a4b4-53ba5277dbaa
VfModuleModelInvariantUUID:3757ee9c-96e9-4ce6-aeb5-4575b07673c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7be94210-8e32-4382-ab17-1eec9194136b
,
69a3e1d8-789d-4102-ad09-4b45999c31cc

}
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-15T03:57:14.467Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7be94210-8e32-4382-ab17-1eec9194136b from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:14.467Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:14.467Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:15.147Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:15.147Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml 7be94210-8e32-4382-ab17-1eec9194136b 5033
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:15.150Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:15.150Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678235148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:15.250Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:15.250Z||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-15T03:57:15.251Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:15.261Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:15.261Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:16.151Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 69a3e1d8-789d-4102-ad09-4b45999c31cc from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:16.151Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:16.151Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:17.206Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env 69a3e1d8-789d-4102-ad09-4b45999c31cc 909
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:17.209Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:17.209Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678237207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:57:17.309Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:17.310Z||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-15T03:57:17.310Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:17.320Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:17.320Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T03:57:18.209Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
2021-09-15T03:57:18.210Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_knzIQb 0 086abb77-c43e-46f8-bfa7-9f51674b917f 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-15T03:57:18.234Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b088d0f, org.onap.sdc.toscaparser.api.parameters.Input@5e577866, org.onap.sdc.toscaparser.api.parameters.Input@727fa155, org.onap.sdc.toscaparser.api.parameters.Input@763e0bc, org.onap.sdc.toscaparser.api.parameters.Input@68ec75aa]
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= caad9c79-c5d0-455d-8a8d-871ec2e90ac0
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: caad9c79-c5d0-455d-8a8d-871ec2e90ac0 matches Tosca VF Customization UUID: caad9c79-c5d0-455d-8a8d-871ec2e90ac0
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: caad9c79-c5d0-455d-8a8d-871ec2e90ac0  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-15T03:57:18.242Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.242Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id caad9c79-c5d0-455d-8a8d-871ec2e90ac0: {\"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-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2aa54f6b
2021-09-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:57:18.244Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db7626ae-edd1-4448-bf17-1ac84586dacd
2021-09-15T03:57:18.244Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db7626ae-edd1-4448-bf17-1ac84586dacd
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-15T03:57:18.250Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.250Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.250Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is not matching search criteria
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7db34b1-5d32-4ae0-8d28-e4e1e7492328
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-15T03:57:18.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=caad9c79-c5d0-455d-8a8d-871ec2e90ac0
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-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e: basic_onboard_knzIQb
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_knzIQb 
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-15T03:57:18.395Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_knzIQb 086abb77-c43e-46f8-bfa7-9f51674b917f 1 ASDC deployResourceStructure
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json ASDC sendASDCNotification
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:18.398Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:18.398Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678238396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:18.498Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:18.499Z||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-15T03:57:18.499Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:18.510Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:18.511Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:19.399Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-15T03:57:19.399Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:19.400Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:19.400Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:19.401Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:19.402Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678239399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:19.502Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:19.502Z||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-15T03:57:19.502Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:19.513Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:19.513Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:20.402Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-15T03:57:20.403Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:20.403Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:20.403Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:20.405Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:20.405Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678240402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:20.506Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T03:57:20.506Z||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-15T03:57:20.507Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:20.517Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:20.518Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar ASDC sendASDCNotification
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:21.408Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:21.408Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678241406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T03:57:21.508Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:21.509Z||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-15T03:57:21.509Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:21.521Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:57:21.522Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:22.409Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9
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-15T03:57:22.423Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9
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-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T03:57:22.428Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-15T03:57:22.433Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T03:57:52.433Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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-15T03:57:52.441Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9 and serviceModelVersionId: 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
2021-09-15T03:57:52.441Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dd19744-09ec-43c3-af9d-d07ac303bc08
2021-09-15T03:58:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:58:01.997Z||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-15T03:58:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:02.121Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:02.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:58:02.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:58:02.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:58:03.891Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0
2021-09-15T03:58:03.977Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T03:58:04.480Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?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-15T03:58:04.484Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0|INFO|500||Invoke
2021-09-15T03:58:04.738Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T03:58:06.343Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0|INFO|500||InvokeReturn
2021-09-15T03:58:06.343Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-03:58:04:748-31118], vertex-id=[307368], Content-Length=[0], Date=[Wed, 15 Sep 2021 03:58:04 GMT], Content-Type=[application/json]}
2021-09-15T03:58:06.344Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T03:58:06.346Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T03:58:06.346Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-15T03:58:06.351Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-15T03:58:06.352Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdbdc84f-05db-42b8-8a7f-02dccc4824c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T03:58:06.353Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T03:58:06.353Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:06.354Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:06.354Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678286352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T03:58:06.455Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:06.456Z||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-15T03:58:06.456Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:06.466Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:06.467Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-15T03:58:07.364Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:58:07.365Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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-15T03:58:07.365Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:10.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:10.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T03:58:10.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"28588eeb-8fa2-46d2-b7ec-15617fd6a928","serviceName":"vFW 2021-09-15 03-56-13","serviceVersion":"1.0","serviceUUID":"b3a2d251-a5d6-45fb-8680-b2f8320eae09","serviceDescription":"catalog service description","serviceInvariantUUID":"e8fb98ae-f743-4df3-9e4e-9e8248cb9536","resources":[{"resourceInstanceName":"vFW f93f86b6-2a8f 0","resourceName":"vFW f93f86b6-2a8f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5c407b0-6505-4442-9230-1673042e0359","resourceInvariantUUID":"82eac2d7-7a93-446f-8eb5-1afff94cc2a0","resourceCustomizationUUID":"4f5116b7-df20-410f-b54f-bcebc23c238a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml","artifactChecksum":"MTA5YzdhMzg1NGFhYzc1MDJkZWZjNjVkYmRiZjEzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b913e-6d5d-4707-8532-156fe4040891","artifactVersion":"1"},{"artifactName":"vfwf93f86b62a8f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json","artifactChecksum":"ODI3NTYyZGQwODE4NjdhNjliMGM3MThiMWNiZGI4Y2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"def772ac-388d-4ef8-a7f7-8a0ad095ead2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a7eb114-d509-47cb-97d2-57c7a213e285","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWVkNGFiMWZlODViOGIzZTIyNTdhZGYwNTNkZjJhMjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7a21a56f-6cff-41ee-9fd4-fe4d99e1a084","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4ae069f1-c98f-474c-8a7b-e85d86f298d3","artifactVersion":"2","generatedFromUUID":"9a7eb114-d509-47cb-97d2-57c7a213e285"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210915035613-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml","artifactChecksum":"YjRmZmJjNDc5MDZmNzhkNDFkYzIzY2RiNDQ5NzM0Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ae2ae79-8132-44db-afd6-55fd46154c58","artifactVersion":"1"},{"artifactName":"service-Vfw20210915035613-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar","artifactChecksum":"NTJmOTQ5MzY2ZWQxMDY1ZTg4NGVhNjMzOWM0YmY1ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a718796-2b41-403b-9b61-390fb7fb49b5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T03:58:10.240Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:10.240Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:10.241Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:10.241Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:58:10.342Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:10.343Z||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-15T03:58:10.343Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:10.353Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:10.353Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T03:58:11.242Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:11.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:11.244Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:11.245Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T03:58:11.345Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:11.345Z||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-15T03:58:11.345Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:11.357Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:11.357Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:12.246Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:12.246Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:12.248Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:12.248Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-15T03:58:12.348Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:12.349Z||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-15T03:58:12.349Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:12.362Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:12.362Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:13.249Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:13.249Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:13.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:13.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:58:13.351Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:13.352Z||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-15T03:58:13.352Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:13.364Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:13.364Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-15T03:58:14.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:14.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:14.253Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:14.254Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-15T03:58:14.354Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:14.354Z||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-15T03:58:14.354Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:14.389Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:14.390Z||pool-23-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:15.254Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:15.255Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:15.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:15.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:58:15.357Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:15.358Z||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-15T03:58:15.358Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:15.367Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:15.368Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:16.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:16.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:16.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:16.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:58:16.360Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:16.361Z||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-15T03:58:16.361Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:16.369Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:16.369Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:17.262Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "serviceName": "vFW 2021-09-15 03-56-13",
  "serviceVersion": "1.0",
  "serviceUUID": "b3a2d251-a5d6-45fb-8680-b2f8320eae09",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e8fb98ae-f743-4df3-9e4e-9e8248cb9536",
  "resources": [
    {
      "resourceInstanceName": "vFW f93f86b6-2a8f 0",
      "resourceCustomizationUUID": "4f5116b7-df20-410f-b54f-bcebc23c238a",
      "resourceName": "vFW f93f86b6-2a8f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5c407b0-6505-4442-9230-1673042e0359",
      "resourceInvariantUUID": "82eac2d7-7a93-446f-8eb5-1afff94cc2a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf93f86b62a8f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
          "artifactChecksum": "ODI3NTYyZGQwODE4NjdhNjliMGM3MThiMWNiZGI4Y2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "def772ac-388d-4ef8-a7f7-8a0ad095ead2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9a7eb114-d509-47cb-97d2-57c7a213e285",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4ae069f1-c98f-474c-8a7b-e85d86f298d3",
            "generatedFromUUID": "9a7eb114-d509-47cb-97d2-57c7a213e285"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4ae069f1-c98f-474c-8a7b-e85d86f298d3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210915035613-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
      "artifactChecksum": "NTJmOTQ5MzY2ZWQxMDY1ZTg4NGVhNjMzOWM0YmY1ZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5a718796-2b41-403b-9b61-390fb7fb49b5"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T03:58:17.262Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T03:58:17.262Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3a2d251-a5d6-45fb-8680-b2f8320eae09 ASDC
2021-09-15T03:58:17.262Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:28588eeb-8fa2-46d2-b7ec-15617fd6a928
ServiceName:vFW 2021-09-15 03-56-13
ServiceVersion:1.0
ServiceUUID:b3a2d251-a5d6-45fb-8680-b2f8320eae09
ServiceInvariantUUID:e8fb98ae-f743-4df3-9e4e-9e8248cb9536
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210915035613-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
ArtifactUUID:5a718796-2b41-403b-9b61-390fb7fb49b5
ArtifactChecksum:NTJmOTQ5MzY2ZWQxMDY1ZTg4NGVhNjMzOWM0YmY1ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f93f86b6-2a8f 0
ResourceCustomizationUUID:4f5116b7-df20-410f-b54f-bcebc23c238a
ResourceInvariantUUID:82eac2d7-7a93-446f-8eb5-1afff94cc2a0
ResourceName:vFW f93f86b6-2a8f
ResourceType:VF
ResourceUUID:f5c407b0-6505-4442-9230-1673042e0359
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf93f86b62a8f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
ArtifactUUID:def772ac-388d-4ef8-a7f7-8a0ad095ead2
ArtifactChecksum:ODI3NTYyZGQwODE4NjdhNjliMGM3MThiMWNiZGI4Y2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
ArtifactUUID:9a7eb114-d509-47cb-97d2-57c7a213e285
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
ArtifactUUID:4ae069f1-c98f-474c-8a7b-e85d86f298d3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
ArtifactUUID:4ae069f1-c98f-474c-8a7b-e85d86f298d3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-15T03:58:17.262Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3a2d251-a5d6-45fb-8680-b2f8320eae09 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-15T03:58:17.286Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a718796-2b41-403b-9b61-390fb7fb49b5 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:17.896Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar 5a718796-2b41-403b-9b61-390fb7fb49b5 98721
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar ASDC sendASDCNotification
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:17.901Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:17.903Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:17.903Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678297900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:58:18.003Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:18.004Z||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-15T03:58:18.004Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:18.014Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:18.015Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:18.903Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:58:18.904Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:58:18.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5a718796-2b41-403b-9b61-390fb7fb49b5, URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar to file: /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:18.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210915035613-csar.csar
2021-09-15T03:58:18.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:18.906Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:19.286Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7724078459204648436/Definitions/service-Vfw20210915035613-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-09-15T03:58:21.381Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f93f86b6-2a8f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7715f59-73b1-458a-867e-44271337bee3
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccc188e-a8d8-4925-99bf-f271f9a726a6
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9dfcdb2f-5569-4c25-9db0-e4619363e11a
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-15 03-56-13
Description:catalog service description
Model UUID:b3a2d251-a5d6-45fb-8680-b2f8320eae09
Model Version:NULL
Model InvariantUuid:e8fb98ae-f743-4df3-9e4e-9e8248cb9536
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f93f86b6-2a8f
Model UUID:3aab69e9-e596-426b-8b9d-c1a96f009569
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82eac2d7-7a93-446f-8eb5-1afff94cc2a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4f5116b7-df20-410f-b54f-bcebc23c238a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5fa2c837-a90c-4797-a9b9-aeba42911175
ModelName:VfwF93f86b62a8f..base_vfw..module-0
ModelUuid:db4ac13c-cc1b-4131-91e0-ee50cd3525eb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c7715f59-73b1-458a-867e-44271337bee3
ModelInvariantUuid:f0b71a74-b06c-45b6-aff4-6e5deeaab29f
ModelName:vFW f93f86b6-2a8f-nodes.vfwCvfc
ModelUuid:8d1b668a-4f7e-4d02-bb8d-912d8cc5afc5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2a3094f9-53da-4bb3-b2b1-1b453ccf301a
ModelInvariantUuid:bf1d9a5c-945b-4384-b2d2-b82c1ad3d758
ModelName:VfwF93f86b62a8f.compute.nodes.heat.vfw
ModelUuid:833e1785-2990-4d8d-9b9c-ca43ebaf4323
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9ccc188e-a8d8-4925-99bf-f271f9a726a6
ModelInvariantUuid:8f8f6bc2-1c4d-45ad-88e1-aebdd5d53931
ModelName:vFW f93f86b6-2a8f-nodes.vsnCvfc
ModelUuid:31bf2a91-0246-4992-9b98-4e483ed4fdd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:67411a5e-5b73-4eb0-8359-8e961ae2a05a
ModelInvariantUuid:fa123852-5b20-48ae-af2a-f772ac99720d
ModelName:VfwF93f86b62a8f.compute.nodes.heat.vsn
ModelUuid:2b5be447-3790-451f-8025-ea1fcb4760ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9dfcdb2f-5569-4c25-9db0-e4619363e11a
ModelInvariantUuid:69e91aec-1b6e-4530-8f11-d2eca6b40192
ModelName:vFW f93f86b6-2a8f-nodes.vpgCvfc
ModelUuid:ae41fc8a-6184-431c-ac79-59a356a69755
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a504bb12-9725-42c8-b855-617c3abe8e99
ModelInvariantUuid:e4747563-ebe9-49ef-bf47-6407d23f30ce
ModelName:VfwF93f86b62a8f.compute.nodes.heat.vpg
ModelUuid:6390fe11-2271-43ff-a14a-95acd2087827
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-15T03:58:21.400Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f5c407b0-6505-4442-9230-1673042e0359
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-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||vFW f93f86b6-2a8f 0
2021-09-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5c407b0-6505-4442-9230-1673042e0359
2021-09-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: def772ac-388d-4ef8-a7f7-8a0ad095ead2 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:21.404Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:21.796Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json def772ac-388d-4ef8-a7f7-8a0ad095ead2 785
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json ASDC sendASDCNotification
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:21.799Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:21.799Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678301797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:58:21.899Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:21.900Z||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-15T03:58:21.900Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:21.911Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:21.912Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:22.800Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF93f86b62a8f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5fa2c837-a90c-4797-a9b9-aeba42911175",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db4ac13c-cc1b-4131-91e0-ee50cd3525eb",
    "vfModuleModelCustomizationUUID": "f24ed182-6e38-4db4-ae8d-51e5c992c940",
    "isBase": true,
    "artifacts": [
      "9a7eb114-d509-47cb-97d2-57c7a213e285",
      "4ae069f1-c98f-474c-8a7b-e85d86f298d3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "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-15T03:58:22.803Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF93f86b62a8f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db4ac13c-cc1b-4131-91e0-ee50cd3525eb
VfModuleModelInvariantUUID:5fa2c837-a90c-4797-a9b9-aeba42911175
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a7eb114-d509-47cb-97d2-57c7a213e285
,
4ae069f1-c98f-474c-8a7b-e85d86f298d3

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  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-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF93f86b62a8f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5fa2c837-a90c-4797-a9b9-aeba42911175",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "db4ac13c-cc1b-4131-91e0-ee50cd3525eb",
    "vfModuleModelCustomizationUUID": "f24ed182-6e38-4db4-ae8d-51e5c992c940",
    "isBase": true,
    "artifacts": [
      "9a7eb114-d509-47cb-97d2-57c7a213e285",
      "4ae069f1-c98f-474c-8a7b-e85d86f298d3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "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-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF93f86b62a8f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db4ac13c-cc1b-4131-91e0-ee50cd3525eb
VfModuleModelInvariantUUID:5fa2c837-a90c-4797-a9b9-aeba42911175
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a7eb114-d509-47cb-97d2-57c7a213e285
,
4ae069f1-c98f-474c-8a7b-e85d86f298d3

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  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-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a7eb114-d509-47cb-97d2-57c7a213e285 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:23.686Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:23.687Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml 9a7eb114-d509-47cb-97d2-57c7a213e285 20368
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:23.690Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:23.691Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678303688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:58:23.791Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:23.791Z||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-15T03:58:23.791Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:23.801Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:23.802Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:24.691Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4ae069f1-c98f-474c-8a7b-e85d86f298d3 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:24.692Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:24.692Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:26.634Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env 4ae069f1-c98f-474c-8a7b-e85d86f298d3 2098
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:26.637Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:26.637Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678306635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:58:26.737Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:26.737Z||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-15T03:58:26.738Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:26.748Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:26.748Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:27.637Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b3a2d251-a5d6-45fb-8680-b2f8320eae09
2021-09-15T03:58:27.638Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f93f86b6-2a8f 0 f5c407b0-6505-4442-9230-1673042e0359 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-15T03:58:27.653Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a19d780, org.onap.sdc.toscaparser.api.parameters.Input@22a42ec3, org.onap.sdc.toscaparser.api.parameters.Input@591b52a7, org.onap.sdc.toscaparser.api.parameters.Input@5630c638, org.onap.sdc.toscaparser.api.parameters.Input@62a1aea9]
2021-09-15T03:58:27.654Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4f5116b7-df20-410f-b54f-bcebc23c238a
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f5116b7-df20-410f-b54f-bcebc23c238a matches Tosca VF Customization UUID: 4f5116b7-df20-410f-b54f-bcebc23c238a
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4f5116b7-df20-410f-b54f-bcebc23c238a  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-15T03:58:27.657Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.657Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4f5116b7-df20-410f-b54f-bcebc23c238a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@121a95b3
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:58:27.659Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f24ed182-6e38-4db4-ae8d-51e5c992c940
2021-09-15T03:58:27.659Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f24ed182-6e38-4db4-ae8d-51e5c992c940
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-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.664Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:27.664Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.664Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7715f59-73b1-458a-867e-44271337bee3
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-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.669Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccc188e-a8d8-4925-99bf-f271f9a726a6
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-15T03:58:27.670Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.671Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.671Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9dfcdb2f-5569-4c25-9db0-e4619363e11a
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-15T03:58:27.676Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.676Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.676Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.677Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.677Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.677Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=4f5116b7-df20-410f-b54f-bcebc23c238a
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-15T03:58:27.678Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.678Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.678Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b3a2d251-a5d6-45fb-8680-b2f8320eae09: vFW f93f86b6-2a8f
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.680Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-15 03-56-13 
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: 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: 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: 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 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 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 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 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 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-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f93f86b6-2a8f f5c407b0-6505-4442-9230-1673042e0359 1 ASDC deployResourceStructure
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json ASDC sendASDCNotification
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:27.833Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:27.833Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678307831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T03:58:27.933Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:27.934Z||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-15T03:58:27.934Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:27.944Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:27.945Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:28.836Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:28.836Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678308833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T03:58:28.936Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:28.937Z||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-15T03:58:28.937Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:28.946Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:28.946Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:29.836Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-15T03:58:29.837Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:29.837Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:29.837Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:29.839Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:29.839Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678309836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-15T03:58:29.939Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:29.940Z||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-15T03:58:29.940Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:29.950Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:29.950Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar ASDC sendASDCNotification
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:30.842Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:30.842Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678310840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T03:58:30.942Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:30.943Z||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-15T03:58:30.943Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:30.952Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:58:30.953Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:31.842Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T03:58:31.851Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T03:58:31.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:58:31.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T03:58:31.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T03:59:01.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T03:59:01.861Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T03:59:01.862Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:59:01.862Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T03:59:01.862Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T03:59:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:59:01.997Z||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-15T03:59:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:59:02.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T03:59:02.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678221994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678229930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678233450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678235148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678237207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678238396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678239399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678240402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678241406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T03:59:02.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:31.863Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T03:59:31.871Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T03:59:31.873Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:59:31.873Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T03:59:31.873Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:00:01.874Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T04:00:01.881Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T04:00:01.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:00:01.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:00:01.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:00:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:00:01.997Z||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-15T04:00:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:00:02.523Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:00:02.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678286352,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:00:02.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678288934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "dcae-sch",
  "timestamp": 1631678288408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678282695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678282300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678288111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678281870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678288934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678282300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678282695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "dcae-sch",
  "timestamp": 1631678288408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678288111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678281870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678288934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678282300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "dcae-sch",
  "timestamp": 1631678288408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678282695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678288111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678281870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678282300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678288934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "dcae-sch",
  "timestamp": 1631678288408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678282695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678288111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678281870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "dcae-sch",
  "timestamp": 1631678288408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678282695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678288934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678282300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678288111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678281870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678282300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678288934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "dcae-sch",
  "timestamp": 1631678288408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678282695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678288111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678281870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678282300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678287364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678288934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678282695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "dcae-sch",
  "timestamp": 1631678288408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678288111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678281870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678297713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678297803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678297900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678297921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678298716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "cds",
  "timestamp": 1631678298928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-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-15T04:00:02.543Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.543Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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-15T04:00:02.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678299212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "policy-id",
  "timestamp": 1631678299718,
  "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-15T04:00:02.555Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.555Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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-15T04:00:02.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678300891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678301797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678301910,
  "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-15T04:00:02.565Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.565Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678302195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678302916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678303688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678302195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678302195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678302195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678306635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678302195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678307139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678307831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678302195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678308000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678307139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678308833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678302195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678307139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678309836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678310022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678307139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678310840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678311002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678307139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "clamp",
  "timestamp": 1631678312005,
  "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-15T04:00:02.578Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.579Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678307139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678313390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678307139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678314393,
  "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-15T04:00:02.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678315145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678326337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "aai-ml",
  "timestamp": 1631678327340,
  "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-15T04:00:02.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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-15T04:00:31.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T04:00:31.892Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:00:31.899Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:01:01.899Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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-15T04:01:01.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928 and serviceModelVersionId: b3a2d251-a5d6-45fb-8680-b2f8320eae09
2021-09-15T04:01:01.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8fb98ae-f743-4df3-9e4e-9e8248cb9536
2021-09-15T04:01:01.906Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0
2021-09-15T04:01:01.910Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:01:01.950Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?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-15T04:01:01.951Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0|INFO|500||Invoke
2021-09-15T04:01:01.969Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:01:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:01.997Z||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-15T04:01:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:02.200Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0|INFO|500||InvokeReturn
2021-09-15T04:01:02.201Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210915-04:01:01:977-94059], vertex-id=[188552], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:01:01 GMT], Content-Type=[application/json]}
2021-09-15T04:01:02.201Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:01:02.201Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:01:02.202Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:01:02.206Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:01:02.206Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28588eeb-8fa2-46d2-b7ec-15617fd6a928 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:01:02.206Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:01:02.207Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:01:02.209Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:01:02.209Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678462206,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:01:02.309Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:01:02.310Z||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-15T04:01:02.310Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:02.319Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:01:02.320Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:01:02.932Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:01:02.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:01:02.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678462206,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:01:02.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-15T04:01:03.220Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:03.221Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:01:03.221Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:13.419Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:01:13.420Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:13.420Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:01:13.420Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:22.965Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:01:22.966Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:22.966Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:01:22.966Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:32.506Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:02:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:02:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:02:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:02:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:02:01.997Z||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-15T04:02:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:02:11.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:02:11.542Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:03:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:03:01.995Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:03:01.995Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:03:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:03:01.997Z||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-15T04:03:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:03:11.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:03:11.540Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:04:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:04:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:04:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:04:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:04:01.997Z||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-15T04:04:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:04:11.536Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:04:11.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:05:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:05:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:05:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:05:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:05:01.997Z||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-15T04:05:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:05:11.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:05:11.555Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:06:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:06:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:06:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:06:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:06:01.997Z||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-15T04:06:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:06:11.539Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:06:11.541Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:07:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:07:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:07:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:07:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:07:01.997Z||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-15T04:07:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:07:11.536Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:07:11.537Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:08:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:08:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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-15T04:08:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:08:01.997Z||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-15T04:08:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:05.627Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:08:05.627Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T04:08:05.627Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbde0a12-1789-4097-a11f-7bf60c4a8a55","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cca814aa-76e4-4417-8db0-62ace4403478","serviceDescription":"service","serviceInvariantUUID":"32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8fc0e67e-3c5a-4d15-8309-89fafb4abf0a","resourceInvariantUUID":"dcccf914-cad4-4f72-9987-ee4b1105866b","resourceCustomizationUUID":"0d06dee1-fe63-4393-865c-039c0cc09bf2","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":"N2UyMGIzZTgwYjBmNDE5OGZkY2M3OWIxOWUxMmNiMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3150a8e8-4e79-403d-a081-ea24b88281a2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjVlMDk0MGQ5MWJkZjNiNmU0Zjk0MjM2YTNlZjY5Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d2b2bb2-b07b-46c9-becd-f0d5fa50d011","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:08:05.630Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:08:05.630Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:05.631Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:05.632Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678881994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:08:05.732Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:05.732Z||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-15T04:08:05.732Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:05.743Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:08:05.743Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:05.760Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:08:05.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:08:05.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "clamp",
  "timestamp": 1631678882300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "cds",
  "timestamp": 1631678881870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:08:06.632Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:08:06.633Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:06.634Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:06.634Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678881994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:08:06.734Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:06.735Z||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-15T04:08:06.735Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:06.745Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:08:06.745Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:07.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cca814aa-76e4-4417-8db0-62ace4403478",
  "serviceDescription": "service",
  "serviceInvariantUUID": "32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0d06dee1-fe63-4393-865c-039c0cc09bf2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8fc0e67e-3c5a-4d15-8309-89fafb4abf0a",
      "resourceInvariantUUID": "dcccf914-cad4-4f72-9987-ee4b1105866b",
      "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": "ZjVlMDk0MGQ5MWJkZjNiNmU0Zjk0MjM2YTNlZjY5Nzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d2b2bb2-b07b-46c9-becd-f0d5fa50d011"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T04:08:07.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:08:07.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cca814aa-76e4-4417-8db0-62ace4403478 ASDC
2021-09-15T04:08:07.636Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fbde0a12-1789-4097-a11f-7bf60c4a8a55
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cca814aa-76e4-4417-8db0-62ace4403478
ServiceInvariantUUID:32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7
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:4d2b2bb2-b07b-46c9-becd-f0d5fa50d011
ArtifactChecksum:ZjVlMDk0MGQ5MWJkZjNiNmU0Zjk0MjM2YTNlZjY5Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0d06dee1-fe63-4393-865c-039c0cc09bf2
ResourceInvariantUUID:dcccf914-cad4-4f72-9987-ee4b1105866b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8fc0e67e-3c5a-4d15-8309-89fafb4abf0a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-15T04:08:07.636Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cca814aa-76e4-4417-8db0-62ace4403478 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-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4d2b2bb2-b07b-46c9-becd-f0d5fa50d011 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:08.196Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4d2b2bb2-b07b-46c9-becd-f0d5fa50d011 52179
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:08.200Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:08.200Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678888198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:08:08.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:08.301Z||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-15T04:08:08.301Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:08.311Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:08:08.311Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:09.200Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:08:09.201Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4d2b2bb2-b07b-46c9-becd-f0d5fa50d011, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:09.934Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP494074752553345679/Definitions/service-BasicNetwork-template.yml
2021-09-15T04:08:10.310Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cca814aa-76e4-4417-8db0-62ace4403478
Model Version:NULL
Model InvariantUuid:32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dcccf914-cad4-4f72-9987-ee4b1105866b
Model UUID:fa455bb1-aae2-4b24-906f-0209d9020949
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0d06dee1-fe63-4393-865c-039c0cc09bf2
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-15T04:08:10.319Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 8fc0e67e-3c5a-4d15-8309-89fafb4abf0a
2021-09-15T04:08:10.319Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||No resources found for Service: cca814aa-76e4-4417-8db0-62ace4403478
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-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||No resources found for Service: cca814aa-76e4-4417-8db0-62ace4403478
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cca814aa-76e4-4417-8db0-62ace4403478
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-15T04:08:10.323Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.327Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@763484c1, org.onap.sdc.toscaparser.api.parameters.Input@18875b1f, org.onap.sdc.toscaparser.api.parameters.Input@1dcb2f49, org.onap.sdc.toscaparser.api.parameters.Input@4b02dcff, org.onap.sdc.toscaparser.api.parameters.Input@19c24bd2]
2021-09-15T04:08:10.327Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cca814aa-76e4-4417-8db0-62ace4403478: Generic NeutronNet
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:08:10.352Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.352Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:08:10.402Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:10.403Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:10.403Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678890401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:08:10.504Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:10.504Z||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-15T04:08:10.504Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:10.515Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:08:10.516Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:11.404Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:08:11.412Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:08:11.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:08:11.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:08:11.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:08:41.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:08:41.424Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:08:41.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:08:41.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:08:41.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:09:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:09:01.997Z||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-15T04:09:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:09:02.017Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:09:02.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:09:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678882695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:09:02.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:09:11.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:09:11.434Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:09:11.436Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:09:11.436Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:09:11.436Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:09:41.437Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:09:41.446Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:09:41.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:09:41.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:09:41.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:10:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:10:01.997Z||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-15T04:10:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:10:02.020Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:10:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "aai-ml",
  "timestamp": 1631678877139,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678881994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:10:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:10:11.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:10:11.457Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:10:11.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:10:11.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:10:11.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:10:41.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:10:41.469Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:10:41.471Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:10:41.471Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:10:41.471Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:11:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:11:01.997Z||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-15T04:11:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:02.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "cds",
  "timestamp": 1631678881870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "clamp",
  "timestamp": 1631678882300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678882695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "aai-ml",
  "timestamp": 1631678877139,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678881994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "cds",
  "timestamp": 1631678888128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678888198,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "aai-ml",
  "timestamp": 1631678888207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "policy-id",
  "timestamp": 1631678888111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "dcae-sch",
  "timestamp": 1631678888408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "cds",
  "timestamp": 1631678889132,
  "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-15T04:11:02.033Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.033Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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-15T04:11:02.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678888934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "policy-id",
  "timestamp": 1631678888111,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "dcae-sch",
  "timestamp": 1631678888408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "clamp",
  "timestamp": 1631678890100,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631678890401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678888934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "policy-id",
  "timestamp": 1631678890897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "clamp",
  "timestamp": 1631678891114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "aai-ml",
  "timestamp": 1631678891222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "policy-id",
  "timestamp": 1631678891900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "clamp",
  "timestamp": 1631678892116,
  "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-15T04:11:02.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.048Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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-15T04:11:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "aai-ml",
  "timestamp": 1631678892226,
  "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-15T04:11:02.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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-15T04:11:02.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "policy-id",
  "timestamp": 1631678892903,
  "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-15T04:11:02.069Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.069Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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-15T04:11:02.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678902195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678902195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678908014,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678910825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678911831,
  "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-15T04:11:02.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.081Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631678928934,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678932195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678926870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "dcae-sch",
  "timestamp": 1631678928408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678928111,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678941401,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678941421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678941408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:11:11.472Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:11:11.481Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:11:11.488Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:11:41.489Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55 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-15T04:11:41.493Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55 and serviceModelVersionId: cca814aa-76e4-4417-8db0-62ace4403478
2021-09-15T04:11:41.493Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7
2021-09-15T04:11:41.494Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0
2021-09-15T04:11:41.497Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:11:41.530Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|INFO|500||Invoke
2021-09-15T04:11:41.530Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbde0a12-1789-4097-a11f-7bf60c4a8a55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48f423fd-3123-4275-8cd4-b993dd316692], X-ECOMP-RequestID=[fbde0a12-1789-4097-a11f-7bf60c4a8a55], X-TransactionId=[], X-ONAP-RequestID=[fbde0a12-1789-4097-a11f-7bf60c4a8a55], Content-Type=[application/merge-patch+json]}
2021-09-15T04:11:41.544Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:11:41.708Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?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/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-04:11:41:553-59317], vertex-id=[180432], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:11:41 GMT], Content-Type=[application/json]}
2021-09-15T04:11:41.708Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:11:41.708Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|INFO|500||InvokeReturn
2021-09-15T04:11:41.709Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:11:41.709Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbde0a12-1789-4097-a11f-7bf60c4a8a55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:41.716Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:41.716Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679101714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:11:41.820Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-15T04:11:41.821Z||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-15T04:11:41.821Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:41.834Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:41.834Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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-15T04:11:42.726Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:11:42.726Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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-15T04:11:42.726Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:47.010Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:47.011Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T04:11:47.011Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"20c2a00c-7689-4ba0-91df-5454881e9e73","serviceName":"Demo_pNF_po19psmwnI6eYUgXmNKn","serviceVersion":"1.0","serviceUUID":"e455e48d-7670-4b79-aa65-968dd6a348c8","serviceDescription":"catalog service description","serviceInvariantUUID":"0231b9cd-929a-4a26-88dc-6ca652b0f961","resources":[{"resourceInstanceName":"pNF a6520d74-45e0 0","resourceName":"pNF a6520d74-45e0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"461f4407-67ee-4084-a40b-362b6855cedc","resourceInvariantUUID":"a960a69f-96be-48f2-8865-092db364f50d","resourceCustomizationUUID":"eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml","artifactChecksum":"M2E0Zjk2ZTc5YjgzOGMzYWE5NTQzNTZmNjBmZDUxNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0340ab4f-61e0-4008-8cc3-b08654424580","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar","artifactChecksum":"OWFiNjQ0ZjQzNmJkNjFkMzg3YmNhNDI5MzU3MjExMjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6e0f65b-5dbd-4f4e-adf7-fa8351baed06","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbec739a-a757-4690-ad72-b3ebb2d0efcd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml","artifactChecksum":"YmUxZWIyOGM1MzU3MmY5NzM1ZDgyOTg3ODk2NTIwOTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2a24d41-2fe0-465b-879c-26fed3388ea9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e41283f3-eee7-4728-8cc5-82cb0926ff3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"988b1e5f-cb78-43c9-a33a-9c1a68a0e061","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPo19psmwni6eyugxmnkn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml","artifactChecksum":"ZDU4NTViYWFiNTUwMjRjZTIwNTA0MGI1ZTgyYTcyYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ed742a2-d02d-4537-a11d-2b32cf0a9959","artifactVersion":"1"},{"artifactName":"service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar","artifactChecksum":"OTA1ZDIxMjQ0ZmFiYTIwNjNhZDZmMjIwZWRiNWYzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"980aa2cd-0713-4469-b0ec-0aca13615af0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:11:47.013Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:47.013Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:47.015Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:47.015Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:47.115Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:47.116Z||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-15T04:11:47.116Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:47.128Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:47.128Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:48.016Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:48.016Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:48.018Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:48.018Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:48.118Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:48.119Z||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-15T04:11:48.119Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:48.129Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:48.129Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:49.021Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:49.021Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:49.024Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:49.024Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:49.124Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:49.125Z||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-15T04:11:49.125Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:49.136Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:49.136Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:50.024Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:50.025Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:50.027Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:50.027Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:50.127Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:50.128Z||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-15T04:11:50.128Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:50.137Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:50.138Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:51.027Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:51.028Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:51.030Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:51.030Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:51.130Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:51.131Z||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-15T04:11:51.131Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:51.145Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:51.145Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:52.031Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:52.031Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:52.033Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:52.033Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:52.133Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:52.134Z||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-15T04:11:52.134Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:52.144Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:52.145Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:53.034Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:53.034Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:53.036Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:53.036Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:11:53.137Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:11:53.137Z||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-15T04:11:53.137Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:53.147Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:53.148Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:54.037Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:54.037Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:54.039Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:54.039Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:11:54.139Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:54.140Z||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-15T04:11:54.140Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:54.150Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:54.150Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:55.040Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "serviceName": "Demo_pNF_po19psmwnI6eYUgXmNKn",
  "serviceVersion": "1.0",
  "serviceUUID": "e455e48d-7670-4b79-aa65-968dd6a348c8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0231b9cd-929a-4a26-88dc-6ca652b0f961",
  "resources": [
    {
      "resourceInstanceName": "pNF a6520d74-45e0 0",
      "resourceCustomizationUUID": "eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d",
      "resourceName": "pNF a6520d74-45e0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "461f4407-67ee-4084-a40b-362b6855cedc",
      "resourceInvariantUUID": "a960a69f-96be-48f2-8865-092db364f50d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
      "artifactChecksum": "OTA1ZDIxMjQ0ZmFiYTIwNjNhZDZmMjIwZWRiNWYzMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "980aa2cd-0713-4469-b0ec-0aca13615af0"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T04:11:55.041Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:11:55.041Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e455e48d-7670-4b79-aa65-968dd6a348c8 ASDC
2021-09-15T04:11:55.042Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:20c2a00c-7689-4ba0-91df-5454881e9e73
ServiceName:Demo_pNF_po19psmwnI6eYUgXmNKn
ServiceVersion:1.0
ServiceUUID:e455e48d-7670-4b79-aa65-968dd6a348c8
ServiceInvariantUUID:0231b9cd-929a-4a26-88dc-6ca652b0f961
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
ArtifactUUID:980aa2cd-0713-4469-b0ec-0aca13615af0
ArtifactChecksum:OTA1ZDIxMjQ0ZmFiYTIwNjNhZDZmMjIwZWRiNWYzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a6520d74-45e0 0
ResourceCustomizationUUID:eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d
ResourceInvariantUUID:a960a69f-96be-48f2-8865-092db364f50d
ResourceName:pNF a6520d74-45e0
ResourceType:PNF
ResourceUUID:461f4407-67ee-4084-a40b-362b6855cedc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-15T04:11:55.042Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e455e48d-7670-4b79-aa65-968dd6a348c8 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-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 980aa2cd-0713-4469-b0ec-0aca13615af0 from URL: /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:55.064Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:11:55.064Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:55.445Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:11:55.448Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar 980aa2cd-0713-4469-b0ec-0aca13615af0 82528
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar ASDC sendASDCNotification
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:55.451Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:55.451Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679115449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:11:55.551Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:55.552Z||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-15T04:11:55.552Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:55.560Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:55.560Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:56.451Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:11:56.452Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 980aa2cd-0713-4469-b0ec-0aca13615af0, URL: /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar to file: /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.538Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16949107678843934197/Definitions/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6520d74-45e0 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Node template pNF a6520d74-45e0 0 is matching search criteria
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a6520d74-45e0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Node template pNF a6520d74-45e0 0 is matching search criteria
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a6520d74-45e0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.144Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.144Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.144Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.144Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.144Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.144Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.145Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.145Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.145Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_po19psmwnI6eYUgXmNKn
Description:catalog service description
Model UUID:e455e48d-7670-4b79-aa65-968dd6a348c8
Model Version:NULL
Model InvariantUuid:0231b9cd-929a-4a26-88dc-6ca652b0f961
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

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-15T04:11:57.150Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 461f4407-67ee-4084-a40b-362b6855cedc
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-15T04:11:57.152Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||pNF a6520d74-45e0 0
2021-09-15T04:11:57.153Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 461f4407-67ee-4084-a40b-362b6855cedc
2021-09-15T04:11:57.153Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e455e48d-7670-4b79-aa65-968dd6a348c8
2021-09-15T04:11:57.153Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e455e48d-7670-4b79-aa65-968dd6a348c8
2021-09-15T04:11:57.153Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a6520d74-45e0 0 461f4407-67ee-4084-a40b-362b6855cedc ASDC
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-15T04:11:57.157Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3417ab52, org.onap.sdc.toscaparser.api.parameters.Input@1c0f4127, org.onap.sdc.toscaparser.api.parameters.Input@727418d8, org.onap.sdc.toscaparser.api.parameters.Input@20f3a8e7, org.onap.sdc.toscaparser.api.parameters.Input@2937da90]
2021-09-15T04:11:57.157Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.158Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.158Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e455e48d-7670-4b79-aa65-968dd6a348c8: pNF a6520d74-45e0
2021-09-15T04:11:57.158Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Processing PNF resource: 461f4407-67ee-4084-a40b-362b6855cedc
2021-09-15T04:11:57.158Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:11:57.158Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.158Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Resource customization UUID: eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d is the same as notified resource customizationUUID: eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-15T04:11:57.207Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a6520d74-45e0 461f4407-67ee-4084-a40b-362b6855cedc 0 ASDC deployResourceStructure
2021-09-15T04:11:57.208Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar ASDC sendASDCNotification
2021-09-15T04:11:57.208Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.208Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:11:57.208Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:57.209Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:57.209Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679117208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:11:57.310Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:57.310Z||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-15T04:11:57.310Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:57.321Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:11:57.321Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:58.210Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c2a00c-7689-4ba0-91df-5454881e9e73
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-15T04:11:58.217Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c2a00c-7689-4ba0-91df-5454881e9e73
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-15T04:11:58.219Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:11:58.219Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:11:58.219Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:12:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:12:01.997Z||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-15T04:12:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:12:02.037Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:12:02.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "cds",
  "timestamp": 1631678942427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-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-15T04:12:02.044Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20c2a00c-7689-4ba0-91df-5454881e9e73
2021-09-15T04:12:02.044Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c2a00c-7689-4ba0-91df-5454881e9e73 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-15T04:12:02.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678942411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:12:02.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678943073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "policy-id",
  "timestamp": 1631678943413,
  "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-15T04:12:02.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20c2a00c-7689-4ba0-91df-5454881e9e73
2021-09-15T04:12:02.055Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c2a00c-7689-4ba0-91df-5454881e9e73 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-15T04:12:02.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631678944077,
  "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-15T04:12:02.064Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20c2a00c-7689-4ba0-91df-5454881e9e73
2021-09-15T04:12:02.064Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c2a00c-7689-4ba0-91df-5454881e9e73 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-15T04:12:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678937139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678947418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678942300,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678942695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678951212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678951614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "aai-ml",
  "timestamp": 1631678952215,
  "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-15T04:12:02.075Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20c2a00c-7689-4ba0-91df-5454881e9e73
2021-09-15T04:12:02.075Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c2a00c-7689-4ba0-91df-5454881e9e73 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-15T04:12:02.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678952846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:12:02.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631678953850,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
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-15T04:12:02.085Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 20c2a00c-7689-4ba0-91df-5454881e9e73
2021-09-15T04:12:02.086Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c2a00c-7689-4ba0-91df-5454881e9e73 and ComponentName 
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-15T04:12:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678960257,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:12:02.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678961271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:12:02.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:12:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:12:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "clamp",
  "timestamp": 1631678962274,
  "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-15T04:12:02.098Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20c2a00c-7689-4ba0-91df-5454881e9e73
2021-09-15T04:12:02.098Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20c2a00c-7689-4ba0-91df-5454881e9e73 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-15T04:12:28.219Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20c2a00c-7689-4ba0-91df-5454881e9e73
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-15T04:12:28.228Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20c2a00c-7689-4ba0-91df-5454881e9e73
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-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:12:28.230Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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-15T04:12:28.234Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:12:58.235Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20c2a00c-7689-4ba0-91df-5454881e9e73 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-15T04:12:58.240Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20c2a00c-7689-4ba0-91df-5454881e9e73 and serviceModelVersionId: e455e48d-7670-4b79-aa65-968dd6a348c8
2021-09-15T04:12:58.240Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0231b9cd-929a-4a26-88dc-6ca652b0f961
2021-09-15T04:12:58.241Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0231b9cd-929a-4a26-88dc-6ca652b0f961/model-vers/model-ver/e455e48d-7670-4b79-aa65-968dd6a348c8?depth=0
2021-09-15T04:12:58.246Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:12:58.286Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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/0231b9cd-929a-4a26-88dc-6ca652b0f961/model-vers/model-ver/e455e48d-7670-4b79-aa65-968dd6a348c8?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-15T04:12:58.286Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0231b9cd-929a-4a26-88dc-6ca652b0f961/model-vers/model-ver/e455e48d-7670-4b79-aa65-968dd6a348c8?depth=0|INFO|500||Invoke
2021-09-15T04:12:58.301Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0231b9cd-929a-4a26-88dc-6ca652b0f961/model-vers/model-ver/e455e48d-7670-4b79-aa65-968dd6a348c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:12:58.428Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0231b9cd-929a-4a26-88dc-6ca652b0f961/model-vers/model-ver/e455e48d-7670-4b79-aa65-968dd6a348c8?depth=0|INFO|500||InvokeReturn
2021-09-15T04:12:58.429Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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/0231b9cd-929a-4a26-88dc-6ca652b0f961/model-vers/model-ver/e455e48d-7670-4b79-aa65-968dd6a348c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210915-04:12:58:310-17236], vertex-id=[225464], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:12:58 GMT], Content-Type=[application/json]}
2021-09-15T04:12:58.429Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:12:58.429Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:12:58.429Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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-15T04:12:58.433Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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-15T04:12:58.433Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20c2a00c-7689-4ba0-91df-5454881e9e73 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:12:58.433Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:12:58.433Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:12:58.435Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:12:58.435Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679178433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:12:58.535Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:12:58.536Z||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-15T04:12:58.536Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:12:58.549Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:12:58.550Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 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-15T04:12:59.446Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:12:59.446Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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-15T04:12:59.446Z|20c2a00c-7689-4ba0-91df-5454881e9e73|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:00.066Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:00.067Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T04:13:00.067Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"00f3067f-e9b6-4c37-8ee0-9181dcf8485d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5c63d33d-f7bc-4a81-ac11-4806459b887a","serviceDescription":"service","serviceInvariantUUID":"eff454da-224e-4bdb-97ba-2b07f2b2056e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdd4a194-ac5b-4e46-87b5-cd4eea3923ac","resourceInvariantUUID":"c2664bc4-7863-40e6-9030-96bbcbdbe01f","resourceCustomizationUUID":"0761e333-287a-44f9-b193-75bd7cf331a8","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":"OGVkYzNiZWRhYTc1MmUwMDE4ZjRjYjcxMmZhOGE1MjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f93cda4c-78af-4c14-8295-a0affe319e3d","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":"MTMwOTUyYTc5ZDQyMzhkOTM2NDY3Y2Q1MTJmNTEyNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b2c03c5-ccde-41c0-b94d-2790a24671d8","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":"39bb18ee-054a-4d53-8338-edc8ceed50af","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":"a08dbb96-2ccf-4e6f-82f9-242acd4793a9","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":"24f4466a-a574-41fc-b39e-c3c5c5fdbd95","artifactVersion":"2","generatedFromUUID":"39bb18ee-054a-4d53-8338-edc8ceed50af"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OGEwMDY0YzYxZDkxMTZlYzVkYWMyOGU2MmEyYzUzOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37243c96-1ffe-4728-83e5-7a37a1f8e2ab","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzQyNDUxODQ1OTk2NzMyZGMzMDY3NWVkNzU4NjQ1NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f8908fa-cf44-4427-b6be-4af2d9700f82","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:13:00.069Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:13:00.069Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:00.070Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:00.070Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:00.170Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:00.171Z||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-15T04:13:00.171Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:00.179Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:00.179Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:01.071Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:13:01.071Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:01.073Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:01.073Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:13:01.173Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:01.174Z||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-15T04:13:01.174Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:01.183Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:01.183Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:01.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:13:01.997Z||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-15T04:13:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:02.019Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679101714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679102726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679112195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679108934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679106870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679108111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "dcae-sch",
  "timestamp": 1631679108408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679115449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679112195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679108934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679106870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679108111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "dcae-sch",
  "timestamp": 1631679108408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679108934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679106870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679112195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679108111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "dcae-sch",
  "timestamp": 1631679108408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679117208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679117139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679112195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679108934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679106870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679108111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "dcae-sch",
  "timestamp": 1631679108408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679117139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679106870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679112195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679108934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679108111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "dcae-sch",
  "timestamp": 1631679108408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679117139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679108934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679106870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679112195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679108111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "dcae-sch",
  "timestamp": 1631679108408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679117139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679108934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679106870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679112195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679108111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "dcae-sch",
  "timestamp": 1631679108408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679117139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:02.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:13:02.074Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:13:02.074Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:02.076Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:02.076Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:13:02.176Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:02.177Z||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-15T04:13:02.177Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:02.187Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:02.187Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:03.076Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:13:03.077Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:03.079Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:03.079Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:03.179Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:03.179Z||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-15T04:13:03.179Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:03.191Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:03.191Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:04.079Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:13:04.080Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:04.081Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:04.081Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-15T04:13:04.182Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:04.182Z||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-15T04:13:04.182Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:04.193Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:04.194Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:05.082Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:13:05.083Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:05.084Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:05.084Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:13:05.184Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:05.185Z||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-15T04:13:05.186Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:05.196Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:05.196Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:06.085Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:13:06.085Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:06.087Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:06.087Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:13:06.187Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:06.188Z||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-15T04:13:06.188Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:06.198Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:06.199Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:07.088Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "5c63d33d-f7bc-4a81-ac11-4806459b887a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eff454da-224e-4bdb-97ba-2b07f2b2056e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0761e333-287a-44f9-b193-75bd7cf331a8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bdd4a194-ac5b-4e46-87b5-cd4eea3923ac",
      "resourceInvariantUUID": "c2664bc4-7863-40e6-9030-96bbcbdbe01f",
      "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": "MTMwOTUyYTc5ZDQyMzhkOTM2NDY3Y2Q1MTJmNTEyNTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3b2c03c5-ccde-41c0-b94d-2790a24671d8",
          "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": "39bb18ee-054a-4d53-8338-edc8ceed50af",
          "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": "24f4466a-a574-41fc-b39e-c3c5c5fdbd95",
            "generatedFromUUID": "39bb18ee-054a-4d53-8338-edc8ceed50af"
          },
          "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": "24f4466a-a574-41fc-b39e-c3c5c5fdbd95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzQyNDUxODQ1OTk2NzMyZGMzMDY3NWVkNzU4NjQ1NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5f8908fa-cf44-4427-b6be-4af2d9700f82"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T04:13:07.089Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:13:07.089Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c63d33d-f7bc-4a81-ac11-4806459b887a ASDC
2021-09-15T04:13:07.089Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:00f3067f-e9b6-4c37-8ee0-9181dcf8485d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5c63d33d-f7bc-4a81-ac11-4806459b887a
ServiceInvariantUUID:eff454da-224e-4bdb-97ba-2b07f2b2056e
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:5f8908fa-cf44-4427-b6be-4af2d9700f82
ArtifactChecksum:YzQyNDUxODQ1OTk2NzMyZGMzMDY3NWVkNzU4NjQ1NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0761e333-287a-44f9-b193-75bd7cf331a8
ResourceInvariantUUID:c2664bc4-7863-40e6-9030-96bbcbdbe01f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bdd4a194-ac5b-4e46-87b5-cd4eea3923ac
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:3b2c03c5-ccde-41c0-b94d-2790a24671d8
ArtifactChecksum:MTMwOTUyYTc5ZDQyMzhkOTM2NDY3Y2Q1MTJmNTEyNTg=
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:39bb18ee-054a-4d53-8338-edc8ceed50af
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:24f4466a-a574-41fc-b39e-c3c5c5fdbd95
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:24f4466a-a574-41fc-b39e-c3c5c5fdbd95
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-15T04:13:07.089Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c63d33d-f7bc-4a81-ac11-4806459b887a 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-15T04:13:07.116Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:13:07.116Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:13:07.116Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:13:07.116Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f8908fa-cf44-4427-b6be-4af2d9700f82 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-15T04:13:07.116Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:13:07.116Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:07.711Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:13:07.713Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5f8908fa-cf44-4427-b6be-4af2d9700f82 70864
2021-09-15T04:13:07.713Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:07.714Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:07.714Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:13:07.714Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:07.715Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:07.715Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679187713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:13:07.815Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:07.816Z||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-15T04:13:07.816Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:07.824Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:07.824Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:08.716Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:13:08.717Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:13:08.717Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5f8908fa-cf44-4427-b6be-4af2d9700f82, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T04:13:08.717Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-15T04:13:08.717Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T04:13:08.717Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T04:13:09.027Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7611320783809932685/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-15T04:13:09.943Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.944Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:13:09.945Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.945Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.945Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:09.945Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:13:09.945Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:13:09.945Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.945Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-15T04:13:09.946Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-15T04:13:09.947Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T04:13:09.947Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T04:13:09.947Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.947Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.947Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.947Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:09.947Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-15T04:13:09.948Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e01e3c09-cc70-4528-ba70-e2c8050836a6
2021-09-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:09.949Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5c63d33d-f7bc-4a81-ac11-4806459b887a
Model Version:NULL
Model InvariantUuid:eff454da-224e-4bdb-97ba-2b07f2b2056e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:aa9a258a-5b52-46e8-a06b-d6e54e2c5284
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c2664bc4-7863-40e6-9030-96bbcbdbe01f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0761e333-287a-44f9-b193-75bd7cf331a8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e382e7df-5db5-41d8-82f4-b511901b87fb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:38fc4aa2-f2c1-4c13-b298-2f9c36a64fd7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e01e3c09-cc70-4528-ba70-e2c8050836a6
ModelInvariantUuid:bbcd5c4e-47cc-4f85-bbe6-2a9732eb19a1
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:05ed14f6-32c2-47f7-8a5b-61cf8abcbb91
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:79c1a79a-1163-4df8-a57d-eb53b7deb056
ModelInvariantUuid:33883109-86b8-447f-bf1b-9341ba3e160f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e9fc347d-d579-4856-927b-fe8c7dfa4d49
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-15T04:13:09.954Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bdd4a194-ac5b-4e46-87b5-cd4eea3923ac
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-15T04:13:09.957Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-09-15T04:13:09.957Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdd4a194-ac5b-4e46-87b5-cd4eea3923ac
2021-09-15T04:13:09.957Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b2c03c5-ccde-41c0-b94d-2790a24671d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-15T04:13:09.957Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:13:09.957Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:10.130Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:13:10.130Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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 3b2c03c5-ccde-41c0-b94d-2790a24671d8 787
2021-09-15T04:13:10.131Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:10.131Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:10.131Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:13:10.131Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:10.133Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:10.133Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679190131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:13:10.234Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:10.235Z||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-15T04:13:10.235Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:10.244Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:10.244Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:11.134Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e382e7df-5db5-41d8-82f4-b511901b87fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38fc4aa2-f2c1-4c13-b298-2f9c36a64fd7",
    "vfModuleModelCustomizationUUID": "26e0e3e8-e2bf-4b16-995f-27362b62510d",
    "isBase": true,
    "artifacts": [
      "39bb18ee-054a-4d53-8338-edc8ceed50af",
      "24f4466a-a574-41fc-b39e-c3c5c5fdbd95"
    ],
    "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-15T04:13:11.137Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38fc4aa2-f2c1-4c13-b298-2f9c36a64fd7
VfModuleModelInvariantUUID:e382e7df-5db5-41d8-82f4-b511901b87fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
39bb18ee-054a-4d53-8338-edc8ceed50af
,
24f4466a-a574-41fc-b39e-c3c5c5fdbd95

}
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-15T04:13:11.138Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e382e7df-5db5-41d8-82f4-b511901b87fb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38fc4aa2-f2c1-4c13-b298-2f9c36a64fd7",
    "vfModuleModelCustomizationUUID": "26e0e3e8-e2bf-4b16-995f-27362b62510d",
    "isBase": true,
    "artifacts": [
      "39bb18ee-054a-4d53-8338-edc8ceed50af",
      "24f4466a-a574-41fc-b39e-c3c5c5fdbd95"
    ],
    "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-15T04:13:11.138Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:38fc4aa2-f2c1-4c13-b298-2f9c36a64fd7
VfModuleModelInvariantUUID:e382e7df-5db5-41d8-82f4-b511901b87fb
VfModuleModelDescription:NULL
Artifacts UUID List:{
39bb18ee-054a-4d53-8338-edc8ceed50af
,
24f4466a-a574-41fc-b39e-c3c5c5fdbd95

}
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-15T04:13:11.138Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39bb18ee-054a-4d53-8338-edc8ceed50af from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-15T04:13:11.139Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:13:11.139Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:11.255Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:13:11.256Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 39bb18ee-054a-4d53-8338-edc8ceed50af 5033
2021-09-15T04:13:11.256Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:11.256Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:11.256Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:13:11.256Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:11.257Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:11.257Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679191256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:13:11.358Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:11.358Z||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-15T04:13:11.358Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:11.368Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:11.368Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:12.259Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24f4466a-a574-41fc-b39e-c3c5c5fdbd95 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-15T04:13:12.259Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:13:12.259Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:12.382Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:13:12.383Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 24f4466a-a574-41fc-b39e-c3c5c5fdbd95 903
2021-09-15T04:13:12.383Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:12.383Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:12.383Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:13:12.383Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:12.385Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:12.385Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679192383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:13:12.485Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:12.485Z||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-15T04:13:12.486Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:12.495Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:12.495Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:13.386Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5c63d33d-f7bc-4a81-ac11-4806459b887a
2021-09-15T04:13:13.386Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bdd4a194-ac5b-4e46-87b5-cd4eea3923ac 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-15T04:13:13.396Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@470be512, org.onap.sdc.toscaparser.api.parameters.Input@40b7fc, org.onap.sdc.toscaparser.api.parameters.Input@7b85b134, org.onap.sdc.toscaparser.api.parameters.Input@1c3e30f5, org.onap.sdc.toscaparser.api.parameters.Input@4856515]
2021-09-15T04:13:13.398Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.398Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.398Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-15T04:13:13.398Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0761e333-287a-44f9-b193-75bd7cf331a8
2021-09-15T04:13:13.398Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0761e333-287a-44f9-b193-75bd7cf331a8 matches Tosca VF Customization UUID: 0761e333-287a-44f9-b193-75bd7cf331a8
2021-09-15T04:13:13.398Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0761e333-287a-44f9-b193-75bd7cf331a8  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-15T04:13:13.400Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.401Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.401Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0761e333-287a-44f9-b193-75bd7cf331a8: {\"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-15T04:13:13.401Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a71fbbd
2021-09-15T04:13:13.401Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.402Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.402Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26e0e3e8-e2bf-4b16-995f-27362b62510d
2021-09-15T04:13:13.402Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26e0e3e8-e2bf-4b16-995f-27362b62510d
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-15T04:13:13.404Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.404Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:13.404Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:13:13.404Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.404Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:13.405Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:13:13.405Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.405Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-15T04:13:13.405Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-15T04:13:13.405Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T04:13:13.405Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e01e3c09-cc70-4528-ba70-e2c8050836a6
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-15T04:13:13.407Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.407Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:13.408Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:13:13.408Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.408Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-15T04:13:13.408Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0761e333-287a-44f9-b193-75bd7cf331a8
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-15T04:13:13.409Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.410Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.410Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5c63d33d-f7bc-4a81-ac11-4806459b887a: basic_vm
2021-09-15T04:13:13.410Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.410Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.410Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.410Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.410Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.411Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.411Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.411Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.411Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:13:13.411Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.411Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.470Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bdd4a194-ac5b-4e46-87b5-cd4eea3923ac 1 ASDC deployResourceStructure
2021-09-15T04:13:13.471Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.471Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:13.471Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:13:13.471Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:13.472Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:13.473Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679193470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:13:13.573Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:13.573Z||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-15T04:13:13.573Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:13.583Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:13.583Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:14.473Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:14.474Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:14.474Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:13:14.474Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:14.475Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:14.475Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679194473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:13:14.576Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:13:14.576Z||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-15T04:13:14.576Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:14.585Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:14.585Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:13:15.476Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:15.477Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:15.477Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:13:15.477Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:15.478Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:15.479Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679195476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:13:15.579Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:15.579Z||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-15T04:13:15.579Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:15.589Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:15.589Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:16.479Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:16.480Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:13:16.480Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:13:16.480Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:13:16.482Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:13:16.482Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679196479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:13:16.582Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:13:16.583Z||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-15T04:13:16.583Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:13:16.592Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:13:16.592Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:13:17.482Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
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-15T04:13:17.490Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
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-15T04:13:17.492Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:13:17.492Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:13:17.492Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:13:47.493Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
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-15T04:13:47.504Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
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-15T04:13:47.506Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:13:47.506Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:13:47.506Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:14:01.997Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:14:01.998Z||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-15T04:14:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:02.017Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679122693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679122693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679117139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679122787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679122791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679123696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679117139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "cds",
  "timestamp": 1631679123792,
  "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-15T04:14:02.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
2021-09-15T04:14:02.037Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00f3067f-e9b6-4c37-8ee0-9181dcf8485d 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-15T04:14:02.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "policy-id",
  "timestamp": 1631679124699,
  "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-15T04:14:02.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
2021-09-15T04:14:02.049Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00f3067f-e9b6-4c37-8ee0-9181dcf8485d 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-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679125165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679126169,
  "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-15T04:14:02.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
2021-09-15T04:14:02.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00f3067f-e9b6-4c37-8ee0-9181dcf8485d 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-15T04:14:02.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679127203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679127907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679128901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679129919,
  "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-15T04:14:02.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
2021-09-15T04:14:02.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00f3067f-e9b6-4c37-8ee0-9181dcf8485d 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-15T04:14:02.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679130922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679124795,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679133437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679133859,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.080Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "aai-ml",
  "timestamp": 1631679134439,
  "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-15T04:14:02.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
2021-09-15T04:14:02.085Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00f3067f-e9b6-4c37-8ee0-9181dcf8485d 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-15T04:14:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "cds",
  "timestamp": 1631679134865,
  "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=?
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-15T04:14:02.101Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c0fbc79-4a1e-4207-b822-6e37142d2b05
2021-09-15T04:14:02.101Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679128111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679128408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679137300,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679122695,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.109Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679138303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679138822,
  "artifactURL": "/sdc/v1/catalog/services/445b6a46-5f42-4dcc-895f-e0a6e8154fd9/resourceInstances/basicclamp0/artifacts/64aab903-2c52-4842-87e4-c5719b76cbde",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "policy-id",
  "timestamp": 1631679139305,
  "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-15T04:14:02.114Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c0fbc79-4a1e-4207-b822-6e37142d2b05
2021-09-15T04:14:02.114Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:14:02.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679140045,
  "artifactURL": "/sdc/v1/catalog/services/445b6a46-5f42-4dcc-895f-e0a6e8154fd9/resourceInstances/basicclamp0/artifacts/64aab903-2c52-4842-87e4-c5719b76cbde",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "dcae-sch",
  "timestamp": 1631679141049,
  "artifactURL": "/sdc/v1/catalog/services/445b6a46-5f42-4dcc-895f-e0a6e8154fd9/resourceInstances/basicclamp0/artifacts/64aab903-2c52-4842-87e4-c5719b76cbde",
  "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-15T04:14:02.125Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3c0fbc79-4a1e-4207-b822-6e37142d2b05
2021-09-15T04:14:02.125Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:14:02.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679141144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679141605,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679142282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679143098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "clamp",
  "timestamp": 1631679143285,
  "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-15T04:14:02.143Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
2021-09-15T04:14:02.143Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00f3067f-e9b6-4c37-8ee0-9181dcf8485d 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-15T04:14:02.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.150Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679136870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679148014,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679148029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.155Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.156Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679149031,
  "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-15T04:14:02.160Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c0fbc79-4a1e-4207-b822-6e37142d2b05
2021-09-15T04:14:02.160Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:14:02.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679150033,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "cds",
  "timestamp": 1631679150075,
  "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=?
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-15T04:14:02.179Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e51eda0-218c-473b-a5ac-f61c09f9a93e
2021-09-15T04:14:02.179Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e51eda0-218c-473b-a5ac-f61c09f9a93e 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-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679142695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679150965,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679122299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679153130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679154133,
  "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-15T04:14:02.193Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c0fbc79-4a1e-4207-b822-6e37142d2b05
2021-09-15T04:14:02.193Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:14:02.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.199Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679148111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "dcae-sch",
  "timestamp": 1631679148408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679156343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679157204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679131925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679158207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "policy-id",
  "timestamp": 1631679159209,
  "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-15T04:14:02.205Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e51eda0-218c-473b-a5ac-f61c09f9a93e
2021-09-15T04:14:02.205Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e51eda0-218c-473b-a5ac-f61c09f9a93e 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-15T04:14:02.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679159409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679160891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.211Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679162148,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679142195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679162485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679163084,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679163151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.212Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679163502,
  "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-15T04:14:02.216Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e51eda0-218c-473b-a5ac-f61c09f9a93e
2021-09-15T04:14:02.216Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e51eda0-218c-473b-a5ac-f61c09f9a93e 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-15T04:14:02.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679163740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "aai-ml",
  "timestamp": 1631679164086,
  "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-15T04:14:02.224Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c0fbc79-4a1e-4207-b822-6e37142d2b05
2021-09-15T04:14:02.224Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:14:02.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679164508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679165762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679166765,
  "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-15T04:14:02.234Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e51eda0-218c-473b-a5ac-f61c09f9a93e
2021-09-15T04:14:02.234Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e51eda0-218c-473b-a5ac-f61c09f9a93e 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-15T04:14:02.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679167242,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679168245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "clamp",
  "timestamp": 1631679169248,
  "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-15T04:14:02.245Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c0fbc79-4a1e-4207-b822-6e37142d2b05
2021-09-15T04:14:02.245Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:14:02.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679147139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679173442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679170250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.253Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679178433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679180701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:14:02.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "aai-ml",
  "timestamp": 1631679181704,
  "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-15T04:14:02.257Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e51eda0-218c-473b-a5ac-f61c09f9a93e
2021-09-15T04:14:02.257Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e51eda0-218c-473b-a5ac-f61c09f9a93e 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-15T04:14:17.506Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
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-15T04:14:17.515Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d
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-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:14:17.518Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:14:17.519Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:14:17.519Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:14:17.519Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:14:17.523Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:14:47.523Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d 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-15T04:14:47.528Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00f3067f-e9b6-4c37-8ee0-9181dcf8485d and serviceModelVersionId: 5c63d33d-f7bc-4a81-ac11-4806459b887a
2021-09-15T04:14:47.528Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eff454da-224e-4bdb-97ba-2b07f2b2056e
2021-09-15T04:14:47.529Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0
2021-09-15T04:14:47.534Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:14:47.567Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0|INFO|500||Invoke
2021-09-15T04:14:47.567Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00f3067f-e9b6-4c37-8ee0-9181dcf8485d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c31504f0-b02a-48ab-8ece-512ba1b890ef], X-ECOMP-RequestID=[00f3067f-e9b6-4c37-8ee0-9181dcf8485d], X-TransactionId=[], X-ONAP-RequestID=[00f3067f-e9b6-4c37-8ee0-9181dcf8485d], Content-Type=[application/merge-patch+json]}
2021-09-15T04:14:47.584Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:14:47.798Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?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/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210915-04:14:47:592-16321], vertex-id=[237752], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:14:47 GMT], Content-Type=[application/json]}
2021-09-15T04:14:47.798Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:14:47.799Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff454da-224e-4bdb-97ba-2b07f2b2056e/model-vers/model-ver/5c63d33d-f7bc-4a81-ac11-4806459b887a?depth=0|INFO|500||InvokeReturn
2021-09-15T04:14:47.799Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:14:47.799Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:14:47.802Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|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-15T04:14:47.803Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00f3067f-e9b6-4c37-8ee0-9181dcf8485d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:14:47.803Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:14:47.803Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:47.805Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:47.805Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679287803,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:14:47.905Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:47.906Z||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-15T04:14:47.906Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:47.918Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:47.918Z||pool-66-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-15T04:14:48.814Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T04:14:48.814Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c0fbc79-4a1e-4207-b822-6e37142d2b05","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"445b6a46-5f42-4dcc-895f-e0a6e8154fd9","serviceDescription":"service","serviceInvariantUUID":"305fa66f-a04d-443b-a494-8a726ea8709e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"290deea9-cb5f-4a6f-951f-cde1fa792890","resourceInvariantUUID":"25aca52d-9190-4cc4-8eaa-0d46e1e74a13","resourceCustomizationUUID":"97587aa6-edec-486c-8dfa-6fa07f5f869e","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":"64aab903-2c52-4842-87e4-c5719b76cbde","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":"MGQzYWEyOGQzOWJkMjhmOGI5NGM2ZTliZjI1NWNkNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78a6f90b-f329-49a2-8e14-b8c0e252fd72","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":"YzMzNDRjZjI5N2E1YzM4NTk2ODA1OWY2ZGNiM2Q2ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f58fd3b-dfc3-4d1e-b9d9-c53b6f31aaee","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":"a837a60d-5911-4fb5-9d91-4d71700831f2","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":"ed7b9a6f-78d6-481d-8190-261ce5e99105","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":"3ba8576b-c16e-46d8-876f-ed0bc47b42fa","artifactVersion":"2","generatedFromUUID":"a837a60d-5911-4fb5-9d91-4d71700831f2"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MGJiYmI3YjhjOWUxNjdkZWJiYWVkZGRkYmM2MmYyMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae8ea08e-59c7-40a8-abe2-6b2bc3ccb89d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzllNjdiYmE5MTUxZDJhM2I0NDM5MmM2ODdiOTg1NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afdc551e-03f5-49cc-b582-f8c2953ad0a2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:14:48.815Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:48.815Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:48.817Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:48.817Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:48.917Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:48.918Z||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-15T04:14:48.918Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:48.927Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:48.928Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:49.817Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:49.818Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:49.819Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:49.820Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:49.920Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:49.920Z||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-15T04:14:49.920Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:49.929Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:49.929Z||pool-68-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:50.820Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:50.821Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:50.822Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:50.822Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:14:50.923Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:14:50.923Z||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-15T04:14:50.923Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:50.934Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:50.934Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:51.823Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:51.823Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:51.825Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:51.825Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:14:51.925Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:51.926Z||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-15T04:14:51.926Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:51.936Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:51.936Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:52.825Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:52.826Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:52.828Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:52.828Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:52.928Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:52.929Z||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-15T04:14:52.929Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:52.938Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:52.938Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:53.829Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:53.829Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:53.830Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:53.830Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-15T04:14:53.931Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:53.931Z||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-15T04:14:53.931Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:53.941Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:53.941Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:54.831Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:54.832Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:54.833Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:54.833Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:14:54.933Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:54.934Z||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-15T04:14:54.934Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:54.943Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:54.943Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:55.833Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:14:55.834Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:55.836Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:55.836Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:14:55.936Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:55.937Z||pool-74-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-15T04:14:55.937Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:55.946Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:55.946Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:56.837Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "445b6a46-5f42-4dcc-895f-e0a6e8154fd9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "305fa66f-a04d-443b-a494-8a726ea8709e",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "97587aa6-edec-486c-8dfa-6fa07f5f869e",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "290deea9-cb5f-4a6f-951f-cde1fa792890",
      "resourceInvariantUUID": "25aca52d-9190-4cc4-8eaa-0d46e1e74a13",
      "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": "YzMzNDRjZjI5N2E1YzM4NTk2ODA1OWY2ZGNiM2Q2ZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4f58fd3b-dfc3-4d1e-b9d9-c53b6f31aaee",
          "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": "a837a60d-5911-4fb5-9d91-4d71700831f2",
          "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": "3ba8576b-c16e-46d8-876f-ed0bc47b42fa",
            "generatedFromUUID": "a837a60d-5911-4fb5-9d91-4d71700831f2"
          },
          "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": "3ba8576b-c16e-46d8-876f-ed0bc47b42fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzllNjdiYmE5MTUxZDJhM2I0NDM5MmM2ODdiOTg1NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "afdc551e-03f5-49cc-b582-f8c2953ad0a2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T04:14:56.837Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:14:56.837Z|00f3067f-e9b6-4c37-8ee0-9181dcf8485d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 445b6a46-5f42-4dcc-895f-e0a6e8154fd9 ASDC
2021-09-15T04:14:56.838Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3c0fbc79-4a1e-4207-b822-6e37142d2b05
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:445b6a46-5f42-4dcc-895f-e0a6e8154fd9
ServiceInvariantUUID:305fa66f-a04d-443b-a494-8a726ea8709e
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:afdc551e-03f5-49cc-b582-f8c2953ad0a2
ArtifactChecksum:YzllNjdiYmE5MTUxZDJhM2I0NDM5MmM2ODdiOTg1NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:97587aa6-edec-486c-8dfa-6fa07f5f869e
ResourceInvariantUUID:25aca52d-9190-4cc4-8eaa-0d46e1e74a13
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:290deea9-cb5f-4a6f-951f-cde1fa792890
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:4f58fd3b-dfc3-4d1e-b9d9-c53b6f31aaee
ArtifactChecksum:YzMzNDRjZjI5N2E1YzM4NTk2ODA1OWY2ZGNiM2Q2ZDE=
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:a837a60d-5911-4fb5-9d91-4d71700831f2
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:3ba8576b-c16e-46d8-876f-ed0bc47b42fa
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:3ba8576b-c16e-46d8-876f-ed0bc47b42fa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-15T04:14:56.838Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 445b6a46-5f42-4dcc-895f-e0a6e8154fd9 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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-15T04:14:56.862Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:14:56.863Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:14:56.863Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:14:56.863Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: afdc551e-03f5-49cc-b582-f8c2953ad0a2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-15T04:14:56.863Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:14:56.863Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-15T04:14:57.311Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:14:57.313Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar afdc551e-03f5-49cc-b582-f8c2953ad0a2 73377
2021-09-15T04:14:57.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:57.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:57.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:14:57.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:57.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:57.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679297314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:14:57.416Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:14:57.416Z||pool-75-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-15T04:14:57.416Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:14:57.425Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:14:57.426Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:14:58.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:14:58.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:14:58.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: afdc551e-03f5-49cc-b582-f8c2953ad0a2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T04:14:58.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-15T04:14:58.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T04:14:58.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T04:14:58.430Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2171781608396759122/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-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-Basicclamp-csar.csar
2021-09-15T04:14:59.314Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-Basicclamp-csar.csar
2021-09-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-Basicclamp-csar.csar
2021-09-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-Basicclamp-csar.csar
2021-09-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-Basicclamp-csar.csar
2021-09-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:14:59.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.317Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T04:14:59.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:14:59.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:14:59.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:14:59.318Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f9dd132-ebd2-49a8-a0eb-e8ecb9edabf8
2021-09-15T04:14:59.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:14:59.320Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:445b6a46-5f42-4dcc-895f-e0a6e8154fd9
Model Version:NULL
Model InvariantUuid:305fa66f-a04d-443b-a494-8a726ea8709e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:5bdab421-1101-4b50-9b5c-81480fc9d256
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:25aca52d-9190-4cc4-8eaa-0d46e1e74a13
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97587aa6-edec-486c-8dfa-6fa07f5f869e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a7c00556-f06b-4120-971c-874d5f743297
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:c679d5b3-de6c-4daa-9426-e7a079db95ab
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5f9dd132-ebd2-49a8-a0eb-e8ecb9edabf8
ModelInvariantUuid:6f2f40e0-8a97-465f-a41d-7ce95aa7a58a
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:0238365d-c570-4a52-b0c1-47380217b052
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:52d16f49-f1d8-4cea-8555-c65075727c73
ModelInvariantUuid:9cd6be97-e3d6-4e6b-8187-bfc56d279ab9
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:28ed9b1f-53cb-4ea9-b3ff-c87b9b8aaa86
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-15T04:14:59.327Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 290deea9-cb5f-4a6f-951f-cde1fa792890
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-15T04:14:59.329Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||basicclamp 0
2021-09-15T04:14:59.330Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 290deea9-cb5f-4a6f-951f-cde1fa792890
2021-09-15T04:14:59.330Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4f58fd3b-dfc3-4d1e-b9d9-c53b6f31aaee from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-15T04:14:59.330Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:14:59.330Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:59.908Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:14:59.908Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4f58fd3b-dfc3-4d1e-b9d9-c53b6f31aaee 790
2021-09-15T04:14:59.908Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:59.909Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:14:59.909Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:14:59.909Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:14:59.910Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:14:59.910Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679299908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:15:00.010Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:00.011Z||pool-76-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-15T04:15:00.011Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:00.020Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:00.021Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:00.911Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a7c00556-f06b-4120-971c-874d5f743297",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c679d5b3-de6c-4daa-9426-e7a079db95ab",
    "vfModuleModelCustomizationUUID": "57ffe3e2-5260-441b-9c10-f64d8b20fa01",
    "isBase": true,
    "artifacts": [
      "a837a60d-5911-4fb5-9d91-4d71700831f2",
      "3ba8576b-c16e-46d8-876f-ed0bc47b42fa"
    ],
    "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-15T04:15:00.913Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c679d5b3-de6c-4daa-9426-e7a079db95ab
VfModuleModelInvariantUUID:a7c00556-f06b-4120-971c-874d5f743297
VfModuleModelDescription:NULL
Artifacts UUID List:{
a837a60d-5911-4fb5-9d91-4d71700831f2
,
3ba8576b-c16e-46d8-876f-ed0bc47b42fa

}
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-15T04:15:00.915Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a7c00556-f06b-4120-971c-874d5f743297",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c679d5b3-de6c-4daa-9426-e7a079db95ab",
    "vfModuleModelCustomizationUUID": "57ffe3e2-5260-441b-9c10-f64d8b20fa01",
    "isBase": true,
    "artifacts": [
      "a837a60d-5911-4fb5-9d91-4d71700831f2",
      "3ba8576b-c16e-46d8-876f-ed0bc47b42fa"
    ],
    "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-15T04:15:00.915Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c679d5b3-de6c-4daa-9426-e7a079db95ab
VfModuleModelInvariantUUID:a7c00556-f06b-4120-971c-874d5f743297
VfModuleModelDescription:NULL
Artifacts UUID List:{
a837a60d-5911-4fb5-9d91-4d71700831f2
,
3ba8576b-c16e-46d8-876f-ed0bc47b42fa

}
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-15T04:15:00.915Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a837a60d-5911-4fb5-9d91-4d71700831f2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-15T04:15:00.915Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:15:00.915Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:01.298Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:15:01.299Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a837a60d-5911-4fb5-9d91-4d71700831f2 5033
2021-09-15T04:15:01.299Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:01.299Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:01.299Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:15:01.299Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:01.301Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:01.301Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679301299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:15:01.401Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:01.402Z||pool-77-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-15T04:15:01.402Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:01.414Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:01.414Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:15:01.997Z||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-15T04:15:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:02.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:02.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:15:02.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:15:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:15:02.301Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ba8576b-c16e-46d8-876f-ed0bc47b42fa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-15T04:15:02.302Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:15:02.302Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:03.189Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:15:03.189Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3ba8576b-c16e-46d8-876f-ed0bc47b42fa 909
2021-09-15T04:15:03.190Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:03.190Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:03.190Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:15:03.190Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:03.191Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:03.191Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679303189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:15:03.292Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:03.292Z||pool-78-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-15T04:15:03.292Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:03.303Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:03.303Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:04.192Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 445b6a46-5f42-4dcc-895f-e0a6e8154fd9
2021-09-15T04:15:04.192Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 290deea9-cb5f-4a6f-951f-cde1fa792890 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-15T04:15:04.203Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26b476ac, org.onap.sdc.toscaparser.api.parameters.Input@7a5960fa, org.onap.sdc.toscaparser.api.parameters.Input@7c6d2320, org.onap.sdc.toscaparser.api.parameters.Input@33b06ca2, org.onap.sdc.toscaparser.api.parameters.Input@36b46d6e]
2021-09-15T04:15:04.204Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.204Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.204Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-15T04:15:04.205Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 97587aa6-edec-486c-8dfa-6fa07f5f869e
2021-09-15T04:15:04.205Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97587aa6-edec-486c-8dfa-6fa07f5f869e matches Tosca VF Customization UUID: 97587aa6-edec-486c-8dfa-6fa07f5f869e
2021-09-15T04:15:04.205Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 97587aa6-edec-486c-8dfa-6fa07f5f869e  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-15T04:15:04.207Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.207Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.207Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 97587aa6-edec-486c-8dfa-6fa07f5f869e: {\"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-15T04:15:04.207Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@225f7993
2021-09-15T04:15:04.208Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.208Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T04:15:04.208Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57ffe3e2-5260-441b-9c10-f64d8b20fa01
2021-09-15T04:15:04.208Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57ffe3e2-5260-441b-9c10-f64d8b20fa01
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-15T04:15:04.210Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.210Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:15:04.210Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:04.210Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.210Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:15:04.211Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:04.211Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.211Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-15T04:15:04.211Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T04:15:04.211Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T04:15:04.211Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f9dd132-ebd2-49a8-a0eb-e8ecb9edabf8
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-15T04:15:04.213Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.213Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:15:04.213Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:04.213Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.213Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-15T04:15:04.214Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=97587aa6-edec-486c-8dfa-6fa07f5f869e
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-15T04:15:04.215Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.216Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.216Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 445b6a46-5f42-4dcc-895f-e0a6e8154fd9: basicclamp
2021-09-15T04:15:04.216Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.216Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.216Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.217Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.217Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.217Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.217Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.217Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.218Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:04.218Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:15:04.218Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:04.282Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 290deea9-cb5f-4a6f-951f-cde1fa792890 1 ASDC deployResourceStructure
2021-09-15T04:15:04.282Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:04.282Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:04.282Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:04.283Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:04.284Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:04.284Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679304282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:04.384Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:04.385Z||pool-79-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-15T04:15:04.385Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:04.395Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:04.395Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:05.285Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:05.285Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:05.285Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:05.286Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:05.287Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:05.287Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679305285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:05.388Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:05.389Z||pool-80-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-15T04:15:05.389Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:05.400Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:05.401Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:06.288Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:06.289Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:06.289Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:06.289Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:06.291Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:06.291Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679306288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:06.391Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:06.392Z||pool-81-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-15T04:15:06.392Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:06.402Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:06.402Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:07.292Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:07.292Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||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-15T04:15:07.292Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:07.292Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:07.294Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:07.294Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679307291,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:07.394Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:07.395Z||pool-82-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-15T04:15:07.395Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:07.406Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:07.406Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:15:08.295Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c0fbc79-4a1e-4207-b822-6e37142d2b05
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-15T04:15:08.304Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c0fbc79-4a1e-4207-b822-6e37142d2b05
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-15T04:15:08.306Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:15:08.306Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:15:08.306Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:15:08.306Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:15:08.306Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:08.307Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:08.307Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:08.307Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:08.307Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:08.307Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:08.307Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:08.307Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-15T04:15:08.311Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:15:38.311Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c0fbc79-4a1e-4207-b822-6e37142d2b05 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-15T04:15:38.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c0fbc79-4a1e-4207-b822-6e37142d2b05 and serviceModelVersionId: 445b6a46-5f42-4dcc-895f-e0a6e8154fd9
2021-09-15T04:15:38.315Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 305fa66f-a04d-443b-a494-8a726ea8709e
2021-09-15T04:15:38.316Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0
2021-09-15T04:15:38.319Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:15:38.347Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0|INFO|500||Invoke
2021-09-15T04:15:38.348Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c0fbc79-4a1e-4207-b822-6e37142d2b05], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[199432fb-e533-41d9-97a3-eb12637879e1], X-ECOMP-RequestID=[3c0fbc79-4a1e-4207-b822-6e37142d2b05], X-TransactionId=[], X-ONAP-RequestID=[3c0fbc79-4a1e-4207-b822-6e37142d2b05], Content-Type=[application/merge-patch+json]}
2021-09-15T04:15:38.362Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:15:38.497Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?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/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-04:15:38:370-24431], vertex-id=[221392], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:15:38 GMT], Content-Type=[application/json]}
2021-09-15T04:15:38.498Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:15:38.498Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/305fa66f-a04d-443b-a494-8a726ea8709e/model-vers/model-ver/445b6a46-5f42-4dcc-895f-e0a6e8154fd9?depth=0|INFO|500||InvokeReturn
2021-09-15T04:15:38.498Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:15:38.499Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-15T04:15:38.502Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|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-15T04:15:38.502Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c0fbc79-4a1e-4207-b822-6e37142d2b05 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:15:38.503Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:15:38.503Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:38.504Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:38.504Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679338502,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:15:38.604Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:38.605Z||pool-83-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-15T04:15:38.605Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:38.617Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:38.617Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 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-15T04:15:39.514Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T04:15:39.515Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e51eda0-218c-473b-a5ac-f61c09f9a93e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"52be9f02-5963-4b42-b21f-2523866762d0","serviceDescription":"service","serviceInvariantUUID":"2d775319-f241-4ba5-8e05-f58e86284284","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ea7d073-0119-4c35-b39b-e7ab7bc5fd04","resourceInvariantUUID":"0bc7da06-bdf3-4f04-89e5-b9ff9b6f8111","resourceCustomizationUUID":"aad6ccec-e96b-409b-bea1-a233f6ef0a50","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":"YWUxNTVhMWY5MmVjNjZkYzU4ZjgyYmFhZTgyODRkNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef27034a-1777-4ca1-bd1f-0a641eafb303","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":"YWUxYWMxYmZmODRlNmU1MjljMDYzYmZmYzQyNzhhODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b94b6598-5bfc-4b26-a841-a2d272d1f89f","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":"9653d5cc-50a4-4292-93a9-541667729d03","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":"f0bca622-030b-40f8-9e5d-6c0bbf27d914","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":"b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb","artifactVersion":"2","generatedFromUUID":"9653d5cc-50a4-4292-93a9-541667729d03"},{"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":"NDBmNTAzYTliODA3NjZlZTc3YzBmY2Q3MzkyYjA2NGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0f920171-4f32-46a3-8198-c557d53dd63b","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":"YzBmNmQ4OTliZDljZDliMjRmNTI1NmFiMTA5Yzk4MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87652c7c-d623-491e-b121-f70feff60df9","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDU0MzQ0MmI5Y2M1ZjEwYTljMTM1ZTBlNTE0ZTMxODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aa4e1ec8-d78f-4350-af82-7c18f32e3a70","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:15:39.515Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:39.515Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:39.516Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:39.516Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:15:39.617Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:39.617Z||pool-84-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-15T04:15:39.617Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:39.627Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:39.628Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:40.517Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:40.517Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:40.519Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:40.519Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:15:40.620Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:15:40.620Z||pool-85-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-15T04:15:40.620Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:40.629Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:40.629Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:15:41.520Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:41.521Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:41.523Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:41.523Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:15:41.623Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:41.624Z||pool-86-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-15T04:15:41.624Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:41.633Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:41.634Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:42.523Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:42.524Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:42.526Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:42.526Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:15:42.626Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:42.627Z||pool-87-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-15T04:15:42.627Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:42.636Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:42.636Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:43.527Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:43.528Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:43.530Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:43.530Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-15T04:15:43.630Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:43.631Z||pool-88-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-15T04:15:43.631Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:43.640Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:43.641Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:44.531Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:44.532Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:44.534Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:44.534Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:15:44.634Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T04:15:44.635Z||pool-89-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-15T04:15:44.635Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:44.645Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:44.645Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:15:45.535Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:45.536Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:45.537Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:45.537Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:15:45.637Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:45.638Z||pool-90-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-15T04:15:45.638Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:45.648Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:45.648Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:15:46.538Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:15:46.538Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:46.540Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:46.540Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:15:46.641Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:46.641Z||pool-91-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-15T04:15:46.641Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:46.651Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:46.651Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:47.542Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "52be9f02-5963-4b42-b21f-2523866762d0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2d775319-f241-4ba5-8e05-f58e86284284",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "aad6ccec-e96b-409b-bea1-a233f6ef0a50",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ea7d073-0119-4c35-b39b-e7ab7bc5fd04",
      "resourceInvariantUUID": "0bc7da06-bdf3-4f04-89e5-b9ff9b6f8111",
      "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": "YWUxYWMxYmZmODRlNmU1MjljMDYzYmZmYzQyNzhhODI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b94b6598-5bfc-4b26-a841-a2d272d1f89f",
          "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": "9653d5cc-50a4-4292-93a9-541667729d03",
          "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": "b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb",
            "generatedFromUUID": "9653d5cc-50a4-4292-93a9-541667729d03"
          },
          "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": "b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDU0MzQ0MmI5Y2M1ZjEwYTljMTM1ZTBlNTE0ZTMxODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aa4e1ec8-d78f-4350-af82-7c18f32e3a70"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T04:15:47.542Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:15:47.543Z|3c0fbc79-4a1e-4207-b822-6e37142d2b05|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52be9f02-5963-4b42-b21f-2523866762d0 ASDC
2021-09-15T04:15:47.543Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6e51eda0-218c-473b-a5ac-f61c09f9a93e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:52be9f02-5963-4b42-b21f-2523866762d0
ServiceInvariantUUID:2d775319-f241-4ba5-8e05-f58e86284284
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:aa4e1ec8-d78f-4350-af82-7c18f32e3a70
ArtifactChecksum:MDU0MzQ0MmI5Y2M1ZjEwYTljMTM1ZTBlNTE0ZTMxODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:aad6ccec-e96b-409b-bea1-a233f6ef0a50
ResourceInvariantUUID:0bc7da06-bdf3-4f04-89e5-b9ff9b6f8111
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0ea7d073-0119-4c35-b39b-e7ab7bc5fd04
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:b94b6598-5bfc-4b26-a841-a2d272d1f89f
ArtifactChecksum:YWUxYWMxYmZmODRlNmU1MjljMDYzYmZmYzQyNzhhODI=
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:9653d5cc-50a4-4292-93a9-541667729d03
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:b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb
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:b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-15T04:15:47.543Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52be9f02-5963-4b42-b21f-2523866762d0 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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-15T04:15:47.573Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:15:47.574Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:15:47.574Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:15:47.574Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aa4e1ec8-d78f-4350-af82-7c18f32e3a70 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-15T04:15:47.575Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:15:47.575Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:48.196Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:15:48.199Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar aa4e1ec8-d78f-4350-af82-7c18f32e3a70 78609
2021-09-15T04:15:48.199Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:48.200Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:48.200Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:15:48.200Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:48.202Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:48.202Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679348199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:15:48.302Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:48.303Z||pool-92-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-15T04:15:48.303Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:48.313Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:48.313Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:15:49.202Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:15:49.203Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:15:49.203Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aa4e1ec8-d78f-4350-af82-7c18f32e3a70, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-15T04:15:49.204Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-15T04:15:49.204Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-15T04:15:49.204Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-15T04:15:49.285Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4772164328002111637/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-15T04:15:50.278Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:15:50.279Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.280Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.281Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-15T04:15:50.282Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=943e7e62-ac2f-463d-a865-73f15a1696c1
2021-09-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.283Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:52be9f02-5963-4b42-b21f-2523866762d0
Model Version:NULL
Model InvariantUuid:2d775319-f241-4ba5-8e05-f58e86284284
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6fb11719-07a1-48b6-ad74-346c2c0e962f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bc7da06-bdf3-4f04-89e5-b9ff9b6f8111
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aad6ccec-e96b-409b-bea1-a233f6ef0a50
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36a38ec4-5e85-408e-b4b7-99313c8ccd2b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ddcf9f3f-3bee-42e1-a079-8143745a716f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:943e7e62-ac2f-463d-a865-73f15a1696c1
ModelInvariantUuid:ee8696bb-a722-4346-88ae-44fcbea66e65
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:31a8761c-7e4f-4eb9-b409-42760bb4e983
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:fd25e7dd-dc50-4a20-9cbf-c2429a20f3bc
ModelInvariantUuid:5ab50fd7-0054-4ede-bc44-c6fb6ad4b25b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:48459462-ae75-43c7-94d8-e7700b81b7da
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-15T04:15:50.291Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ea7d073-0119-4c35-b39b-e7ab7bc5fd04
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-15T04:15:50.295Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2021-09-15T04:15:50.295Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ea7d073-0119-4c35-b39b-e7ab7bc5fd04
2021-09-15T04:15:50.295Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b94b6598-5bfc-4b26-a841-a2d272d1f89f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-15T04:15:50.295Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:15:50.296Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.414Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:15:50.414Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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 b94b6598-5bfc-4b26-a841-a2d272d1f89f 792
2021-09-15T04:15:50.415Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.415Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:50.415Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:15:50.415Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:50.417Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:50.417Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679350415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:15:50.517Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:50.518Z||pool-93-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-15T04:15:50.518Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:50.530Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:50.530Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:51.417Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "36a38ec4-5e85-408e-b4b7-99313c8ccd2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ddcf9f3f-3bee-42e1-a079-8143745a716f",
    "vfModuleModelCustomizationUUID": "40906a82-94b1-4c13-92d7-41c794f116b7",
    "isBase": true,
    "artifacts": [
      "9653d5cc-50a4-4292-93a9-541667729d03",
      "b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb"
    ],
    "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-15T04:15:51.420Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddcf9f3f-3bee-42e1-a079-8143745a716f
VfModuleModelInvariantUUID:36a38ec4-5e85-408e-b4b7-99313c8ccd2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9653d5cc-50a4-4292-93a9-541667729d03
,
b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb

}
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-15T04:15:51.422Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "36a38ec4-5e85-408e-b4b7-99313c8ccd2b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ddcf9f3f-3bee-42e1-a079-8143745a716f",
    "vfModuleModelCustomizationUUID": "40906a82-94b1-4c13-92d7-41c794f116b7",
    "isBase": true,
    "artifacts": [
      "9653d5cc-50a4-4292-93a9-541667729d03",
      "b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb"
    ],
    "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-15T04:15:51.422Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ddcf9f3f-3bee-42e1-a079-8143745a716f
VfModuleModelInvariantUUID:36a38ec4-5e85-408e-b4b7-99313c8ccd2b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9653d5cc-50a4-4292-93a9-541667729d03
,
b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb

}
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-15T04:15:51.422Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9653d5cc-50a4-4292-93a9-541667729d03 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-15T04:15:51.422Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:15:51.422Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:51.536Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:15:51.537Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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 9653d5cc-50a4-4292-93a9-541667729d03 5033
2021-09-15T04:15:51.537Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:51.537Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:51.537Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:15:51.537Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:51.539Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:51.539Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679351537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:15:51.639Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:51.639Z||pool-94-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-15T04:15:51.639Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:51.648Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:51.649Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:52.539Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-15T04:15:52.540Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:15:52.540Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:52.688Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:15:52.689Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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 b8aabfb2-1bca-4d53-80fb-88e7e11a7bcb 903
2021-09-15T04:15:52.689Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:52.689Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:52.689Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:15:52.689Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:52.691Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:52.691Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679352689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:15:52.791Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:52.792Z||pool-95-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-15T04:15:52.792Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:52.803Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:52.803Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:15:53.692Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 52be9f02-5963-4b42-b21f-2523866762d0
2021-09-15T04:15:53.692Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0ea7d073-0119-4c35-b39b-e7ab7bc5fd04 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-15T04:15:53.700Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@226e8ac8, org.onap.sdc.toscaparser.api.parameters.Input@7366239e, org.onap.sdc.toscaparser.api.parameters.Input@78c23d6, org.onap.sdc.toscaparser.api.parameters.Input@5e16192a, org.onap.sdc.toscaparser.api.parameters.Input@8f8e0ea]
2021-09-15T04:15:53.701Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.701Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.701Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2021-09-15T04:15:53.702Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= aad6ccec-e96b-409b-bea1-a233f6ef0a50
2021-09-15T04:15:53.702Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aad6ccec-e96b-409b-bea1-a233f6ef0a50 matches Tosca VF Customization UUID: aad6ccec-e96b-409b-bea1-a233f6ef0a50
2021-09-15T04:15:53.702Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: aad6ccec-e96b-409b-bea1-a233f6ef0a50  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-15T04:15:53.703Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.703Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.704Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id aad6ccec-e96b-409b-bea1-a233f6ef0a50: {\"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-15T04:15:53.704Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4205d350
2021-09-15T04:15:53.704Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.704Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.705Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40906a82-94b1-4c13-92d7-41c794f116b7
2021-09-15T04:15:53.705Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40906a82-94b1-4c13-92d7-41c794f116b7
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-15T04:15:53.706Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.707Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:53.707Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:53.707Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.707Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:53.707Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:53.707Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.707Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-15T04:15:53.708Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-15T04:15:53.708Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-15T04:15:53.708Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=943e7e62-ac2f-463d-a865-73f15a1696c1
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-15T04:15:53.709Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.709Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:53.710Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:15:53.710Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.710Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-15T04:15:53.710Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aad6ccec-e96b-409b-bea1-a233f6ef0a50
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-15T04:15:53.711Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.711Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.711Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 52be9f02-5963-4b42-b21f-2523866762d0: basic_vm_macro
2021-09-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.712Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.767Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0ea7d073-0119-4c35-b39b-e7ab7bc5fd04 1 ASDC deployResourceStructure
2021-09-15T04:15:53.767Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.767Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:53.767Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:53.767Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:53.770Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:53.770Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679353767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:53.869Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T04:15:53.870Z||pool-96-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-15T04:15:53.870Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:53.882Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:53.882Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:54.771Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:54.772Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:54.772Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:54.772Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:54.773Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:54.774Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679354771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:54.874Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:54.874Z||pool-97-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-15T04:15:54.875Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:54.884Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:54.884Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:55.774Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:55.775Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:55.775Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:55.775Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:55.777Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:55.777Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679355774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:55.877Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:55.878Z||pool-98-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-15T04:15:55.878Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:55.888Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:55.888Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:15:56.778Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:56.778Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:56.778Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:15:56.779Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:15:56.780Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:15:56.780Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679356778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:15:56.880Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:15:56.881Z||pool-99-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-15T04:15:56.881Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:15:56.891Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:15:56.891Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:15:57.781Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e51eda0-218c-473b-a5ac-f61c09f9a93e
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-15T04:15:57.788Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e51eda0-218c-473b-a5ac-f61c09f9a93e
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-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:15:57.790Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:15:57.794Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:16:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:16:01.997Z||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-15T04:16:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:16:02.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:16:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:16:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:16:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679183152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679186155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "clamp",
  "timestamp": 1631679187158,
  "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-15T04:16:02.021Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e51eda0-218c-473b-a5ac-f61c09f9a93e
2021-09-15T04:16:02.021Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e51eda0-218c-473b-a5ac-f61c09f9a93e 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-15T04:16:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679187713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:16:02.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679190131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:16:02.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679191256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679192383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679193470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679194473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679195476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679196479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:16:02.029Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:16:27.794Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e51eda0-218c-473b-a5ac-f61c09f9a93e 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-15T04:16:27.798Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e51eda0-218c-473b-a5ac-f61c09f9a93e and serviceModelVersionId: 52be9f02-5963-4b42-b21f-2523866762d0
2021-09-15T04:16:27.798Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d775319-f241-4ba5-8e05-f58e86284284
2021-09-15T04:16:27.798Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0
2021-09-15T04:16:27.802Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:16:27.833Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0|INFO|500||Invoke
2021-09-15T04:16:27.834Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6e51eda0-218c-473b-a5ac-f61c09f9a93e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7213562-32da-40d7-9fe4-3942a7bdd755], X-ECOMP-RequestID=[6e51eda0-218c-473b-a5ac-f61c09f9a93e], X-TransactionId=[], X-ONAP-RequestID=[6e51eda0-218c-473b-a5ac-f61c09f9a93e], Content-Type=[application/merge-patch+json]}
2021-09-15T04:16:27.854Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:16:28.113Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?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/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-04:16:27:862-63795], vertex-id=[385192], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:16:27 GMT], Content-Type=[application/json]}
2021-09-15T04:16:28.114Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:16:28.114Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2d775319-f241-4ba5-8e05-f58e86284284/model-vers/model-ver/52be9f02-5963-4b42-b21f-2523866762d0?depth=0|INFO|500||InvokeReturn
2021-09-15T04:16:28.114Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:16:28.114Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:16:28.118Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:16:28.118Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e51eda0-218c-473b-a5ac-f61c09f9a93e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:16:28.118Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:16:28.118Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:16:28.119Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:16:28.119Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679388118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:16:28.220Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:16:28.220Z||pool-100-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-15T04:16:28.220Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:16:28.232Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:16:28.233Z||pool-100-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-15T04:16:29.129Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:16:29.129Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:16:29.130Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:16:39.316Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:16:39.317Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:16:39.318Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:16:39.318Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:16:48.869Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:16:48.869Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:16:48.869Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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-15T04:16:48.870Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:16:58.410Z|6e51eda0-218c-473b-a5ac-f61c09f9a93e|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:16:58.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:16:58.411Z||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-15T04:16:58.411Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:17:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:17:01.997Z||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-15T04:17:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:17:02.020Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:17:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "00f3067f-e9b6-4c37-8ee0-9181dcf8485d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679287803,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:17:02.020Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:17:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679297314,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679299908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679301299,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:17:02.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:17:07.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:17:07.962Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:17:07.962Z||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-15T04:17:07.962Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:17:17.504Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:17:17.504Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:17:17.504Z||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-15T04:17:17.505Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:17:27.041Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:17:27.042Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:17:27.042Z||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-15T04:17:27.042Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:17:36.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:18:01.994Z||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-15T04:18:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:18:01.997Z||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-15T04:18:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:02.017Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679303189,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679304282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679305285,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679306288,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679307291,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c0fbc79-4a1e-4207-b822-6e37142d2b05",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679338502,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-15T04:18:02.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679179446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679348199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679350415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679351537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679352689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679353767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679354771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679355774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:02.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:18:02.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679356778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:02.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:18:04.111Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:04.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-15T04:18:04.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e619263-443a-43bc-bd4c-bdd40e15636f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d0294a22-1960-407c-baa4-458a22fc6ea3","serviceDescription":"service","serviceInvariantUUID":"56f86c06-5a01-4538-bf5b-dd90efae065d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"43f6885a-717f-4980-956d-dfee1bf4bc92","resourceInvariantUUID":"e42ee698-1d72-445c-af87-58ca6e57ba8d","resourceCustomizationUUID":"5a552003-28f5-4fa1-9352-56a9245ce9e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YmRhMmEyYmI5ZjY5ZmY2MzYzMTJkYThlNjljYTliM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fb571a1-d77c-4b34-ba8d-ba998ef76967","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e12a7b82-8d0d-4c59-a87f-2b536abd2140","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"539d970b-58f0-43b0-9545-f59e2b6c8cf1","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"ZmE0ZGE0OWQ3MzcwNWNhYTdiYWM2NDg1ZmU1NTUwOTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"395b971d-0bee-4521-8baa-aca79edd50e2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31cc8674-3488-4d80-914e-674789be947d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96b338bd-6e56-41bf-ac39-1c45f39a1478","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"37bab28f-224c-4d34-9708-fb34db03c30b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YWZiYzM5ZTFlMDRjYWQ2YmJlZmMzOTdmYmFlYzlkNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac519d95-8b86-437a-b469-64869abcd9c4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGMwMTQ2Y2Y5YjZkYjk1ZjA0M2M2NWFhY2M5NGIyN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1378d9c7-272b-413a-916d-59cc501b1ad2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:18:04.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:04.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:04.116Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:04.116Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:04.216Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:04.217Z||pool-101-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-15T04:18:04.217Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:04.227Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:04.228Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:05.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:05.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:05.119Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:05.119Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:05.219Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:05.220Z||pool-102-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-15T04:18:05.220Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:05.231Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:05.231Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:06.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:06.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:06.122Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:06.122Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:06.222Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:06.223Z||pool-103-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-15T04:18:06.223Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:06.234Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:06.234Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:07.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:07.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:07.124Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:07.124Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:07.224Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:07.225Z||pool-104-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-15T04:18:07.225Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:07.236Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:07.237Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:08.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:08.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:08.127Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:08.127Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:08.227Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:08.228Z||pool-105-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-15T04:18:08.228Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:08.238Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:08.238Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:09.128Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:09.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:09.130Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:09.131Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:09.231Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:09.232Z||pool-106-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-15T04:18:09.232Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:09.246Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:09.246Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:10.131Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:10.131Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:10.134Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:10.134Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:10.234Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:10.235Z||pool-107-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-15T04:18:10.235Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:10.248Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:10.248Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:11.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:11.135Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:11.136Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:11.137Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:18:11.237Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:11.238Z||pool-108-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-15T04:18:11.238Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:11.248Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:11.248Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:18:12.137Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:18:12.138Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:12.139Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:12.140Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:18:12.240Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:12.240Z||pool-109-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-15T04:18:12.240Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:12.249Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:12.249Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:13.141Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d0294a22-1960-407c-baa4-458a22fc6ea3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56f86c06-5a01-4538-bf5b-dd90efae065d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5a552003-28f5-4fa1-9352-56a9245ce9e9",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "43f6885a-717f-4980-956d-dfee1bf4bc92",
      "resourceInvariantUUID": "e42ee698-1d72-445c-af87-58ca6e57ba8d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZGMwMTQ2Y2Y5YjZkYjk1ZjA0M2M2NWFhY2M5NGIyN2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1378d9c7-272b-413a-916d-59cc501b1ad2"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T04:18:13.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:18:13.141Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0294a22-1960-407c-baa4-458a22fc6ea3 ASDC
2021-09-15T04:18:13.141Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1e619263-443a-43bc-bd4c-bdd40e15636f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d0294a22-1960-407c-baa4-458a22fc6ea3
ServiceInvariantUUID:56f86c06-5a01-4538-bf5b-dd90efae065d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:1378d9c7-272b-413a-916d-59cc501b1ad2
ArtifactChecksum:ZGMwMTQ2Y2Y5YjZkYjk1ZjA0M2M2NWFhY2M5NGIyN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5a552003-28f5-4fa1-9352-56a9245ce9e9
ResourceInvariantUUID:e42ee698-1d72-445c-af87-58ca6e57ba8d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:43f6885a-717f-4980-956d-dfee1bf4bc92
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-15T04:18:13.141Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0294a22-1960-407c-baa4-458a22fc6ea3 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-15T04:18:13.164Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:18:13.165Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-15T04:18:13.165Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-15T04:18:13.165Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1378d9c7-272b-413a-916d-59cc501b1ad2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-15T04:18:13.165Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-15T04:18:13.165Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-15T04:18:13.756Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-15T04:18:13.760Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1378d9c7-272b-413a-916d-59cc501b1ad2 105554
2021-09-15T04:18:13.761Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-15T04:18:13.761Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-15T04:18:13.761Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:18:13.761Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:13.763Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:13.763Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679493761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:18:13.863Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:18:13.863Z||pool-110-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-15T04:18:13.863Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:13.873Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:13.874Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:14.763Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:18:14.764Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-15T04:18:14.764Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1378d9c7-272b-413a-916d-59cc501b1ad2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:14.764Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-15T04:18:14.765Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:14.765Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:14.843Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16583444627961252229/Definitions/service-TestPnfMacro-template.yml
2021-09-15T04:18:15.412Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:18:15.412Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-15T04:18:15.412Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:15.412Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-15T04:18:15.412Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:15.412Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||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-TestPnfMacro-csar.csar
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||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-TestPnfMacro-csar.csar
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||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-TestPnfMacro-csar.csar
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.413Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.414Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d0294a22-1960-407c-baa4-458a22fc6ea3
Model Version:NULL
Model InvariantUuid:56f86c06-5a01-4538-bf5b-dd90efae065d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

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-15T04:18:15.420Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 43f6885a-717f-4980-956d-dfee1bf4bc92
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-15T04:18:15.423Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||test-pnf 0
2021-09-15T04:18:15.423Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 43f6885a-717f-4980-956d-dfee1bf4bc92
2021-09-15T04:18:15.423Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d0294a22-1960-407c-baa4-458a22fc6ea3
2021-09-15T04:18:15.423Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d0294a22-1960-407c-baa4-458a22fc6ea3
2021-09-15T04:18:15.423Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 43f6885a-717f-4980-956d-dfee1bf4bc92 ASDC
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-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6668df50, org.onap.sdc.toscaparser.api.parameters.Input@23cca918, org.onap.sdc.toscaparser.api.parameters.Input@46952b1a, org.onap.sdc.toscaparser.api.parameters.Input@738ab2af, org.onap.sdc.toscaparser.api.parameters.Input@53b871d1]
2021-09-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d0294a22-1960-407c-baa4-458a22fc6ea3: test-pnf
2021-09-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||Processing PNF resource: 43f6885a-717f-4980-956d-dfee1bf4bc92
2021-09-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:18:15.428Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||Resource customization UUID: 5a552003-28f5-4fa1-9352-56a9245ce9e9 is the same as notified resource customizationUUID: 5a552003-28f5-4fa1-9352-56a9245ce9e9
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-15T04:18:15.454Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 43f6885a-717f-4980-956d-dfee1bf4bc92 0 ASDC deployResourceStructure
2021-09-15T04:18:15.454Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-15T04:18:15.454Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-15T04:18:15.455Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:18:15.455Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:18:15.456Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:18:15.457Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679495454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:18:15.556Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-15T04:18:15.557Z||pool-111-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-15T04:18:15.557Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:18:15.567Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:18:15.568Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:18:16.457Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:18:16.465Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:18:16.467Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:18:16.467Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:18:16.467Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:18:46.467Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:18:46.476Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:18:46.478Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:18:46.478Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:18:46.478Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:19:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:19:01.997Z||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-15T04:19:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:19:02.017Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:19:02.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:19:02.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6e51eda0-218c-473b-a5ac-f61c09f9a93e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679388118,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:19:02.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:19:16.479Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:19:16.487Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:19:16.488Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:19:16.489Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:19:16.489Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:19:46.489Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:19:46.497Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:19:46.499Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:19:46.499Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:19:46.499Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:20:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:20:01.997Z||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-15T04:20:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:02.523Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:02.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679477139,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679482695,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679481870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679481994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679482299,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679493761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679493760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679493770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679493860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679494778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:20:02.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "cds",
  "timestamp": 1631679494978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-15T04:20:02.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e619263-443a-43bc-bd4c-bdd40e15636f
2021-09-15T04:20:02.539Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e619263-443a-43bc-bd4c-bdd40e15636f 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-15T04:20:02.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679495454,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679495780,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
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-15T04:20:02.552Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1e619263-443a-43bc-bd4c-bdd40e15636f
2021-09-15T04:20:02.553Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e619263-443a-43bc-bd4c-bdd40e15636f and ComponentName 
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-15T04:20:02.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679488111,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "dcae-sch",
  "timestamp": 1631679488408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679488934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679498300,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:20:02.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679498438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:20:02.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "aai-ml",
  "timestamp": 1631679499308,
  "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-15T04:20:02.567Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e619263-443a-43bc-bd4c-bdd40e15636f
2021-09-15T04:20:02.567Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e619263-443a-43bc-bd4c-bdd40e15636f 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-15T04:20:02.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679499442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:20:02.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "policy-id",
  "timestamp": 1631679500445,
  "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-15T04:20:02.577Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e619263-443a-43bc-bd4c-bdd40e15636f
2021-09-15T04:20:02.577Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e619263-443a-43bc-bd4c-bdd40e15636f 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-15T04:20:02.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679503662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679505214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "clamp",
  "timestamp": 1631679506216,
  "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-15T04:20:02.590Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e619263-443a-43bc-bd4c-bdd40e15636f
2021-09-15T04:20:02.591Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e619263-443a-43bc-bd4c-bdd40e15636f 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-15T04:20:02.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679502195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:20:02.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679511984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:20:02.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679513714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:20:02.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:20:02.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:20:02.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679514717,
  "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-15T04:20:02.604Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e619263-443a-43bc-bd4c-bdd40e15636f
2021-09-15T04:20:02.604Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e619263-443a-43bc-bd4c-bdd40e15636f 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-15T04:20:16.499Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:20:16.508Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f
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-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:20:16.510Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||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-15T04:20:16.515Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:20:46.515Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e619263-443a-43bc-bd4c-bdd40e15636f 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-15T04:20:46.520Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e619263-443a-43bc-bd4c-bdd40e15636f and serviceModelVersionId: d0294a22-1960-407c-baa4-458a22fc6ea3
2021-09-15T04:20:46.520Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56f86c06-5a01-4538-bf5b-dd90efae065d
2021-09-15T04:20:46.520Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56f86c06-5a01-4538-bf5b-dd90efae065d/model-vers/model-ver/d0294a22-1960-407c-baa4-458a22fc6ea3?depth=0
2021-09-15T04:20:46.524Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:20:46.553Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56f86c06-5a01-4538-bf5b-dd90efae065d/model-vers/model-ver/d0294a22-1960-407c-baa4-458a22fc6ea3?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-15T04:20:46.554Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56f86c06-5a01-4538-bf5b-dd90efae065d/model-vers/model-ver/d0294a22-1960-407c-baa4-458a22fc6ea3?depth=0|INFO|500||Invoke
2021-09-15T04:20:46.568Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56f86c06-5a01-4538-bf5b-dd90efae065d/model-vers/model-ver/d0294a22-1960-407c-baa4-458a22fc6ea3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:20:46.908Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56f86c06-5a01-4538-bf5b-dd90efae065d/model-vers/model-ver/d0294a22-1960-407c-baa4-458a22fc6ea3?depth=0|INFO|500||InvokeReturn
2021-09-15T04:20:46.909Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56f86c06-5a01-4538-bf5b-dd90efae065d/model-vers/model-ver/d0294a22-1960-407c-baa4-458a22fc6ea3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-04:20:46:576-75098], vertex-id=[270360], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:20:46 GMT], Content-Type=[application/json]}
2021-09-15T04:20:46.909Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:20:46.909Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:20:46.909Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||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-15T04:20:46.912Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||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-15T04:20:46.912Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e619263-443a-43bc-bd4c-bdd40e15636f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:20:46.913Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:20:46.913Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:46.914Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:46.914Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679646913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:20:47.014Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:20:47.015Z||pool-112-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-15T04:20:47.015Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:47.027Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:47.027Z||pool-112-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-15T04:20:47.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:20:47.925Z||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-15T04:20:47.925Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:52.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:52.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:20:52.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d91f059c-d435-41db-a7a6-9f6759153166","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ce5760dc-eb35-4711-b668-d6dcba1a8849","serviceDescription":"service","serviceInvariantUUID":"915db338-673c-48a1-95b6-9bc6f92b2512","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35415ed5-d72e-4855-84d9-60a61dacc313","resourceInvariantUUID":"4832c105-8b86-451e-8153-7fa06a969f2f","resourceCustomizationUUID":"a1cafca0-403b-47ae-aa65-17787d1857af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ODVjMThmM2RkOGMxZWU3OWM1NDlkYzc1Mzc2OTJhOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48a57e45-499e-4687-aa3f-772430d0e78b","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1421167b-675c-45fb-a6eb-b421d4dc0d04","artifactVersion":"2","generatedFromUUID":"f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"ZTI2M2E3OGQwODdkM2MyOTZmODA5Y2YxOTJjMTNkOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8b9b9bad-5a06-430b-b2be-6a8a8a4d3548","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8710fa83-dbc3-4bce-bb19-cdca8888e42f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3999c6b0-999f-4546-9363-2a422863ab87","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33ed17fb-02d7-4d2d-87cb-9d0e933492af","artifactVersion":"2","generatedFromUUID":"8710fa83-dbc3-4bce-bb19-cdca8888e42f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Mzk4MjBjMTQwMmZlYzJmYTlkNTgxNDc4MGJjNTEyZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0609859a-06b5-40c3-986d-56cc3a4066ee","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjhmYzRhYTM2NjhiYTRlMWZjZTgyZTJmNWMyNDllNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"413f0917-c232-4de4-a742-5aab96b7f6b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:20:52.209Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:52.210Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:52.211Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:52.211Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:52.311Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:20:52.312Z||pool-113-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-15T04:20:52.312Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:52.321Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:52.321Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:20:53.211Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:53.212Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:53.213Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:53.214Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-15T04:20:53.314Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:20:53.314Z||pool-114-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-15T04:20:53.314Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:53.324Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:53.324Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:20:54.214Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:54.215Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:54.216Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:54.216Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-15T04:20:54.317Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:20:54.317Z||pool-115-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-15T04:20:54.317Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:54.327Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:54.327Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:20:55.217Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:55.218Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:55.219Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:55.219Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:20:55.319Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:20:55.320Z||pool-116-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-15T04:20:55.320Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:55.330Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:55.330Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:20:56.219Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:56.220Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:56.222Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:56.222Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:20:56.322Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:20:56.322Z||pool-117-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-15T04:20:56.322Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:56.333Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:56.333Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T04:20:57.222Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:57.223Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:57.224Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:57.225Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:57.325Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:20:57.325Z||pool-118-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-15T04:20:57.326Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:57.335Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:57.335Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:20:58.225Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:58.226Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:58.227Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:58.227Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-15T04:20:58.328Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:20:58.328Z||pool-119-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-15T04:20:58.329Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:58.337Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:58.337Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:20:59.228Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:20:59.229Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:20:59.230Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:20:59.230Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:20:59.331Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:20:59.331Z||pool-120-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-15T04:20:59.331Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:20:59.342Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:20:59.343Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:00.231Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:21:00.232Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:00.233Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:00.233Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:21:00.333Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:00.334Z||pool-121-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-15T04:21:00.334Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:00.345Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:00.345Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:01.234Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ce5760dc-eb35-4711-b668-d6dcba1a8849",
  "serviceDescription": "service",
  "serviceInvariantUUID": "915db338-673c-48a1-95b6-9bc6f92b2512",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a1cafca0-403b-47ae-aa65-17787d1857af",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35415ed5-d72e-4855-84d9-60a61dacc313",
      "resourceInvariantUUID": "4832c105-8b86-451e-8153-7fa06a969f2f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1421167b-675c-45fb-a6eb-b421d4dc0d04",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "ZTI2M2E3OGQwODdkM2MyOTZmODA5Y2YxOTJjMTNkOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8b9b9bad-5a06-430b-b2be-6a8a8a4d3548",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8710fa83-dbc3-4bce-bb19-cdca8888e42f",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "33ed17fb-02d7-4d2d-87cb-9d0e933492af",
            "generatedFromUUID": "8710fa83-dbc3-4bce-bb19-cdca8888e42f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "33ed17fb-02d7-4d2d-87cb-9d0e933492af",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjhmYzRhYTM2NjhiYTRlMWZjZTgyZTJmNWMyNDllNTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "413f0917-c232-4de4-a742-5aab96b7f6b8"
    }
  ],
  "workloadContext": "Production"
}
2021-09-15T04:21:01.234Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:21:01.234Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ce5760dc-eb35-4711-b668-d6dcba1a8849 ASDC
2021-09-15T04:21:01.235Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d91f059c-d435-41db-a7a6-9f6759153166
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ce5760dc-eb35-4711-b668-d6dcba1a8849
ServiceInvariantUUID:915db338-673c-48a1-95b6-9bc6f92b2512
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:413f0917-c232-4de4-a742-5aab96b7f6b8
ArtifactChecksum:NjhmYzRhYTM2NjhiYTRlMWZjZTgyZTJmNWMyNDllNTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a1cafca0-403b-47ae-aa65-17787d1857af
ResourceInvariantUUID:4832c105-8b86-451e-8153-7fa06a969f2f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:35415ed5-d72e-4855-84d9-60a61dacc313
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:1421167b-675c-45fb-a6eb-b421d4dc0d04
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:8b9b9bad-5a06-430b-b2be-6a8a8a4d3548
ArtifactChecksum:ZTI2M2E3OGQwODdkM2MyOTZmODA5Y2YxOTJjMTNkOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:8710fa83-dbc3-4bce-bb19-cdca8888e42f
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:33ed17fb-02d7-4d2d-87cb-9d0e933492af
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:33ed17fb-02d7-4d2d-87cb-9d0e933492af
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-15T04:21:01.235Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce5760dc-eb35-4711-b668-d6dcba1a8849 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-15T04:21:01.256Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:21:01.256Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-15T04:21:01.256Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-15T04:21:01.256Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 413f0917-c232-4de4-a742-5aab96b7f6b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-15T04:21:01.256Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T04:21:01.257Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-15T04:21:01.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T04:21:01.604Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 413f0917-c232-4de4-a742-5aab96b7f6b8 68760
2021-09-15T04:21:01.604Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-15T04:21:01.604Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-15T04:21:01.604Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:21:01.604Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:01.605Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:01.606Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679661604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:01.706Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:01.706Z||pool-122-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-15T04:21:01.706Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:01.716Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:01.717Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:21:01.997Z||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-15T04:21:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:02.300Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:02.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e619263-443a-43bc-bd4c-bdd40e15636f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679646913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631679642695,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679646870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679648111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "dcae-sch",
  "timestamp": 1631679648408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679657502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679648934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679658114,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "cds",
  "timestamp": 1631679658508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-15T04:21:02.320Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d91f059c-d435-41db-a7a6-9f6759153166
2021-09-15T04:21:02.320Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d91f059c-d435-41db-a7a6-9f6759153166 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-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679658931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679659117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "policy-id",
  "timestamp": 1631679660119,
  "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-15T04:21:02.333Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d91f059c-d435-41db-a7a6-9f6759153166
2021-09-15T04:21:02.333Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d91f059c-d435-41db-a7a6-9f6759153166 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-15T04:21:02.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679647924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679660602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:02.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:21:02.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679652195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679661604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:21:02.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:21:02.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:21:02.606Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:21:02.607Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-09-15T04:21:02.607Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 413f0917-c232-4de4-a742-5aab96b7f6b8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-15T04:21:02.608Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-15T04:21:02.608Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-15T04:21:02.608Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-15T04:21:02.695Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16913633433133159725/Definitions/service-BasicCnf-template.yml
2021-09-15T04:21:03.676Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:21:03.676Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-15T04:21:03.676Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||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-BasicCnf-csar.csar
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.677Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T04:21:03.678Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.679Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=57332ab7-a4f2-47f9-af43-d19226d49b8e
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:03.680Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ce5760dc-eb35-4711-b668-d6dcba1a8849
Model Version:NULL
Model InvariantUuid:915db338-673c-48a1-95b6-9bc6f92b2512
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:68410f04-d317-41f5-ba89-0dd751179f5a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4832c105-8b86-451e-8153-7fa06a969f2f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a1cafca0-403b-47ae-aa65-17787d1857af
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e006dd7-b462-4e90-99be-b6e373f46136
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:cddea5de-6c36-45ef-9fa0-45d1f65c6f24
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:57332ab7-a4f2-47f9-af43-d19226d49b8e
ModelInvariantUuid:ebb22e5e-95b3-4a2c-8656-4df6b4e094c7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f19a49f0-90a6-4da9-9234-449751eef980
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8b89ba61-c622-4e7b-a5cb-13a5d81b70ef
ModelInvariantUuid:7480cf36-2a7d-405d-bbb5-ac3e9d85915c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b07bff61-94e3-41c6-96e7-723e4e9f654a
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-15T04:21:03.685Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 35415ed5-d72e-4855-84d9-60a61dacc313
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-15T04:21:03.686Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||basic_cnf 0
2021-09-15T04:21:03.687Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35415ed5-d72e-4855-84d9-60a61dacc313
2021-09-15T04:21:03.687Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1421167b-675c-45fb-a6eb-b421d4dc0d04 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-15T04:21:03.687Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T04:21:03.687Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-15T04:21:06.397Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T04:21:06.398Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1421167b-675c-45fb-a6eb-b421d4dc0d04 12
2021-09-15T04:21:06.398Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-15T04:21:06.398Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-15T04:21:06.398Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:21:06.398Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:06.400Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:06.400Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679666398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:06.500Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:06.501Z||pool-123-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-15T04:21:06.501Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:06.511Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:06.511Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:07.401Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-15T04:21:07.401Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T04:21:07.401Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-15T04:21:08.010Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T04:21:08.010Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0 2688
2021-09-15T04:21:08.010Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-15T04:21:08.010Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-15T04:21:08.010Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:21:08.011Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:08.012Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:08.012Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679668010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:08.112Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:08.113Z||pool-124-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-15T04:21:08.113Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:08.122Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:08.122Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:09.014Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8b9b9bad-5a06-430b-b2be-6a8a8a4d3548 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-15T04:21:09.014Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T04:21:09.014Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-15T04:21:09.132Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T04:21:09.132Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8b9b9bad-5a06-430b-b2be-6a8a8a4d3548 828
2021-09-15T04:21:09.132Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-15T04:21:09.132Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-15T04:21:09.133Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:21:09.133Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:09.134Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:09.134Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679669132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:09.234Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:09.235Z||pool-125-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-15T04:21:09.235Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:09.243Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:09.244Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:10.135Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9e006dd7-b462-4e90-99be-b6e373f46136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cddea5de-6c36-45ef-9fa0-45d1f65c6f24",
    "vfModuleModelCustomizationUUID": "a9e42af5-04ad-40b4-a04a-b9620ccc3282",
    "isBase": true,
    "artifacts": [
      "f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0",
      "8710fa83-dbc3-4bce-bb19-cdca8888e42f",
      "33ed17fb-02d7-4d2d-87cb-9d0e933492af"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "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-15T04:21:10.137Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cddea5de-6c36-45ef-9fa0-45d1f65c6f24
VfModuleModelInvariantUUID:9e006dd7-b462-4e90-99be-b6e373f46136
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0
,
8710fa83-dbc3-4bce-bb19-cdca8888e42f
,
33ed17fb-02d7-4d2d-87cb-9d0e933492af

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-15T04:21:10.139Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9e006dd7-b462-4e90-99be-b6e373f46136",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cddea5de-6c36-45ef-9fa0-45d1f65c6f24",
    "vfModuleModelCustomizationUUID": "a9e42af5-04ad-40b4-a04a-b9620ccc3282",
    "isBase": true,
    "artifacts": [
      "f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0",
      "8710fa83-dbc3-4bce-bb19-cdca8888e42f",
      "33ed17fb-02d7-4d2d-87cb-9d0e933492af"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "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-15T04:21:10.139Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cddea5de-6c36-45ef-9fa0-45d1f65c6f24
VfModuleModelInvariantUUID:9e006dd7-b462-4e90-99be-b6e373f46136
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2baa6b9-63f9-4a7a-8aea-7bdc5776ffe0
,
8710fa83-dbc3-4bce-bb19-cdca8888e42f
,
33ed17fb-02d7-4d2d-87cb-9d0e933492af

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-15T04:21:10.139Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8710fa83-dbc3-4bce-bb19-cdca8888e42f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-15T04:21:10.139Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T04:21:10.139Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-15T04:21:10.256Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T04:21:10.257Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8710fa83-dbc3-4bce-bb19-cdca8888e42f 1164
2021-09-15T04:21:10.257Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-15T04:21:10.257Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-15T04:21:10.257Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:21:10.257Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:10.258Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:10.258Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679670257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:10.359Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:21:10.359Z||pool-126-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-15T04:21:10.360Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:10.371Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:10.371Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:11.259Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 33ed17fb-02d7-4d2d-87cb-9d0e933492af from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-15T04:21:11.259Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-09-15T04:21:11.260Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-15T04:21:11.372Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-09-15T04:21:11.372Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 33ed17fb-02d7-4d2d-87cb-9d0e933492af 200
2021-09-15T04:21:11.373Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-15T04:21:11.373Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-15T04:21:11.373Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:21:11.373Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:11.374Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:11.374Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679671373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:21:11.475Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:11.475Z||pool-127-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-15T04:21:11.475Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:11.485Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:11.485Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:12.375Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ce5760dc-eb35-4711-b668-d6dcba1a8849
2021-09-15T04:21:12.375Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 35415ed5-d72e-4855-84d9-60a61dacc313 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 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=?
2021-09-15T04:21:12.401Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-15T04:21:12.408Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ee6348b, org.onap.sdc.toscaparser.api.parameters.Input@1541c33d, org.onap.sdc.toscaparser.api.parameters.Input@311de494, org.onap.sdc.toscaparser.api.parameters.Input@141d1476, org.onap.sdc.toscaparser.api.parameters.Input@3b702812]
2021-09-15T04:21:12.409Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.410Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.410Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-09-15T04:21:12.410Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a1cafca0-403b-47ae-aa65-17787d1857af
2021-09-15T04:21:12.410Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a1cafca0-403b-47ae-aa65-17787d1857af matches Tosca VF Customization UUID: a1cafca0-403b-47ae-aa65-17787d1857af
2021-09-15T04:21:12.410Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a1cafca0-403b-47ae-aa65-17787d1857af  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-15T04:21:12.412Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.412Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.412Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a1cafca0-403b-47ae-aa65-17787d1857af: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-09-15T04:21:12.413Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21630b4
2021-09-15T04:21:12.413Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.413Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T04:21:12.413Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9e42af5-04ad-40b4-a04a-b9620ccc3282
2021-09-15T04:21:12.413Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9e42af5-04ad-40b4-a04a-b9620ccc3282
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-15T04:21:12.415Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.415Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:12.415Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:21:12.415Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.416Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:12.416Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:21:12.416Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.416Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-15T04:21:12.416Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-15T04:21:12.416Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=57332ab7-a4f2-47f9-af43-d19226d49b8e
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-15T04:21:12.418Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.418Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:12.418Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T04:21:12.418Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.419Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-15T04:21:12.419Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a1cafca0-403b-47ae-aa65-17787d1857af
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-15T04:21:12.421Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.421Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.421Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ce5760dc-eb35-4711-b668-d6dcba1a8849: basic_cnf
2021-09-15T04:21:12.421Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.421Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:21:12.422Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
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: 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 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-15T04:21:12.490Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 35415ed5-d72e-4855-84d9-60a61dacc313 1 ASDC deployResourceStructure
2021-09-15T04:21:12.496Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-15T04:21:12.496Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-15T04:21:12.496Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-15T04:21:12.496Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:12.501Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:12.501Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679672490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-15T04:21:12.598Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-15T04:21:12.599Z||pool-128-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-15T04:21:12.599Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:12.612Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:12.613Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:13.502Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-15T04:21:13.502Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-15T04:21:13.503Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-15T04:21:13.503Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:13.505Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:13.505Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679673502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-15T04:21:13.606Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:21:13.606Z||pool-129-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-15T04:21:13.607Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:13.616Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:13.616Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:14.505Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-15T04:21:14.506Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-15T04:21:14.506Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:21:14.506Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:14.507Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:14.507Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679674505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:21:14.608Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:14.608Z||pool-130-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-15T04:21:14.609Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:14.617Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:14.617Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:15.508Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-15T04:21:15.508Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-15T04:21:15.509Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:21:15.509Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:15.510Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:15.510Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679675508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:21:15.611Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:21:15.612Z||pool-131-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-15T04:21:15.612Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:15.621Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:15.621Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:16.512Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-15T04:21:16.513Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-15T04:21:16.513Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:21:16.513Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:16.515Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:16.515Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679676512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:21:16.615Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:16.615Z||pool-132-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-15T04:21:16.615Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:16.624Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:16.625Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:17.516Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-15T04:21:17.516Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-15T04:21:17.516Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:21:17.516Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:21:17.518Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:21:17.518Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679677516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:21:17.618Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:21:17.619Z||pool-133-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-15T04:21:17.619Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:21:17.632Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:21:17.632Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:21:18.518Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:21:18.531Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:21:18.533Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:21:18.533Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:21:18.533Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:21:48.533Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:21:48.542Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:21:48.544Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:21:48.544Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:21:48.544Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:22:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:22:01.997Z||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-15T04:22:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:22:02.018Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:22:02.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:22:02.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679662180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:22:02.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:22:18.544Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:22:18.554Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:22:18.555Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:22:18.555Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:22:18.555Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:22:48.555Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:22:48.565Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:22:48.566Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:22:48.566Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:22:48.566Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:23:01.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:23:01.997Z||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-15T04:23:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:23:02.019Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:23:02.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:23:02.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679662392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:23:02.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:23:18.566Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:23:18.574Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:23:18.575Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:23:18.575Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:23:18.576Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:23:48.576Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:23:48.586Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:23:48.587Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:23:48.588Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:23:48.588Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:24:01.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:24:01.997Z||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-15T04:24:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:24:02.518Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679663888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679664700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679664935,
  "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-15T04:24:02.525Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d91f059c-d435-41db-a7a6-9f6759153166
2021-09-15T04:24:02.525Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d91f059c-d435-41db-a7a6-9f6759153166 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-15T04:24:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631679665703,
  "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-15T04:24:02.535Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d91f059c-d435-41db-a7a6-9f6759153166
2021-09-15T04:24:02.535Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d91f059c-d435-41db-a7a6-9f6759153166 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-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679657139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631679665937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679666398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679667819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679668010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679669132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679670257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679662300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679671373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679672490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679673083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679673502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-15T04:24:02.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "aai-ml",
  "timestamp": 1631679674085,
  "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-15T04:24:02.546Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d91f059c-d435-41db-a7a6-9f6759153166
2021-09-15T04:24:02.546Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d91f059c-d435-41db-a7a6-9f6759153166 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-15T04:24:02.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679674505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679675508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679676512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679677516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679681240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679684241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:24:02.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "clamp",
  "timestamp": 1631679685244,
  "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-15T04:24:02.556Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d91f059c-d435-41db-a7a6-9f6759153166
2021-09-15T04:24:02.556Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d91f059c-d435-41db-a7a6-9f6759153166 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-15T04:24:18.588Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:24:18.598Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166
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-15T04:24:18.600Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:24:18.600Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:24:18.600Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-15T04:24:18.601Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||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-15T04:24:18.606Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:24:48.606Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d91f059c-d435-41db-a7a6-9f6759153166 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-15T04:24:48.612Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d91f059c-d435-41db-a7a6-9f6759153166 and serviceModelVersionId: ce5760dc-eb35-4711-b668-d6dcba1a8849
2021-09-15T04:24:48.612Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 915db338-673c-48a1-95b6-9bc6f92b2512
2021-09-15T04:24:48.613Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0
2021-09-15T04:24:48.617Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:24:48.645Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0|INFO|500||Invoke
2021-09-15T04:24:48.646Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d91f059c-d435-41db-a7a6-9f6759153166], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afe3ba74-a41d-4080-9f34-ce2cabf2d9d7], X-ECOMP-RequestID=[d91f059c-d435-41db-a7a6-9f6759153166], X-TransactionId=[], X-ONAP-RequestID=[d91f059c-d435-41db-a7a6-9f6759153166], Content-Type=[application/merge-patch+json]}
2021-09-15T04:24:48.663Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-15T04:24:48.729Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?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/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210915-04:24:48:670-9565], vertex-id=[266448], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:24:48 GMT], Content-Type=[application/json]}
2021-09-15T04:24:48.730Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:24:48.730Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915db338-673c-48a1-95b6-9bc6f92b2512/model-vers/model-ver/ce5760dc-eb35-4711-b668-d6dcba1a8849?depth=0|INFO|500||InvokeReturn
2021-09-15T04:24:48.731Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:24:48.731Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||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-15T04:24:48.737Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||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-15T04:24:48.737Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d91f059c-d435-41db-a7a6-9f6759153166 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:24:48.737Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:24:48.737Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:24:48.739Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:24:48.739Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679888737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:24:48.839Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:24:48.839Z||pool-134-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-15T04:24:48.840Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:24:48.853Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:24:48.853Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 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-15T04:24:49.749Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:24:49.750Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:24:49.750Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:24:59.940Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:24:59.940Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:24:59.941Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:24:59.941Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:25:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:25:01.997Z||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-15T04:25:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:25:02.616Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:25:02.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-15T04:25:02.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d91f059c-d435-41db-a7a6-9f6759153166",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631679888737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:25:02.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:25:09.482Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:25:09.482Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:25:09.483Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:25:09.483Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:25:19.019Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:25:19.020Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:25:19.020Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:25:19.020Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:25:28.557Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:25:28.557Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:25:28.558Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:25:28.558Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:25:38.100Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:25:38.100Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:25:38.101Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:25:38.101Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:25:47.644Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:26:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:26:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:26:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:26:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:26:01.997Z||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-15T04:26:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:26:11.534Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:26:11.536Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:27:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:27:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:27:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:27:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:27:01.997Z||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-15T04:27:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:27:11.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:27:11.539Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:28:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:28:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:28:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:28:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:28:01.997Z||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-15T04:28:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:28:11.538Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:28:11.539Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:29:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:29:01.995Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:29:01.995Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:29:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:29:01.997Z||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-15T04:29:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:29:11.545Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:29:11.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:30:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:30:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:30:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:30:01.996Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:30:01.997Z|1e619263-443a-43bc-bd4c-bdd40e15636f|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-15T04:30:01.997Z|1e619263-443a-43bc-bd4c-bdd40e15636f|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:30:11.534Z|1e619263-443a-43bc-bd4c-bdd40e15636f|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:30:11.561Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:31:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:31:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:31:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:31:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:31:01.997Z||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-15T04:31:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:31:11.530Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:31:11.541Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:32:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:32:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:32:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:32:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:32:01.997Z||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-15T04:32:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:32:11.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:32:11.536Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:33:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:33:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:33:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:33:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:33:01.997Z||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-15T04:33:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:33:11.535Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:33:11.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:34:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:34:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:34:01.995Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:34:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:34:01.997Z||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-15T04:34:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:34:11.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:34:11.534Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:35:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:35:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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-15T04:35:01.994Z|d91f059c-d435-41db-a7a6-9f6759153166|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:35:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:35:01.997Z||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-15T04:35:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:35:11.537Z|d91f059c-d435-41db-a7a6-9f6759153166|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:35:11.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:36:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:36:01.995Z||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-15T04:36:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:36:01.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:36:01.997Z||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-15T04:36:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:36:11.540Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:36:11.540Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:37:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:37:01.994Z||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-15T04:37:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:37:01.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:37:01.997Z||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-15T04:37:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:37:11.535Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:37:11.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:38:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:38:01.994Z||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-15T04:38:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:38:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:38:01.997Z||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-15T04:38:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:38:11.534Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:38:11.537Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:39:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:39:01.994Z||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-15T04:39:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:39:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:39:01.997Z||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-15T04:39:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:39:11.535Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:39:11.535Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:40:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:40:01.994Z||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-15T04:40:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:40:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:40:01.997Z||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-15T04:40:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:40:11.538Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-15T04:40:11.541Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK