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  -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2023-03-08T00:59:11.476Z||main|||||INFO|500||The following profiles are active: basic
2023-03-08T00:59:26.510Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-08T00:59:26.512Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-08T00:59:26.680Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-08T00:59:31.561Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-08T00:59:32.050Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-08T00:59:32.648Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-08T00:59:32.898Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-08T00:59:33.519Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-08T00:59:35.546Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T00:59:36.308Z||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.
2023-03-08T00:59:39.432Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T00:59:39.555Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-08T00:59:39.598Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-08T00:59:39.615Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-08T00:59:40.303Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-08T00:59:40.737Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-08T00:59:42.040Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2023-03-08T00:59:45.354Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-08T00:59:45.355Z||main|||||ERROR|500||(conn=1972) Table 'catalogdb.activity_spec' doesn't exist
2023-03-08T00:59:45.370Z||main|||||WARN|500||Exception on deploying activitySpecs:  could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2023-03-08T00:59:48.817Z||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
2023-03-08T00:59:52.260Z||main|||||WARN|500||---
2023-03-08T00:59:52.261Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-08T00:59:52.261Z||main|||||WARN|500||---
2023-03-08T00:59:52.676Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-08T00:59:58.119Z||main|||||INFO|500||Started Application in 50.461 seconds (JVM running for 53.511)
2023-03-08T00:59:58.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T00:59:58.172Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T00:59:58.207Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T00:59:58.269Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 906c3349-d346-44d4-a744-8534066f9ceb url= /sdc/v1/artifactTypes
2023-03-08T00:59:58.278Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T00:59:58.435Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T00:59:58.437Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4dbcfca1
2023-03-08T00:59:58.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T00:59:58.458Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T00:59:58.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T00:59:58.490Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:00:48.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:00:48.111Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:00:48.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:00:48.119Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 9d90db37-f5bc-44a9-b8e2-60350f408766 url= /sdc/v1/artifactTypes
2023-03-08T01:00:48.119Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:00:48.132Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:00:48.133Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@29e4d1ae
2023-03-08T01:00:48.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:00:48.134Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:00:48.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:00:48.135Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:01:38.111Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:01:38.113Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:01:38.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:01:38.123Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d7f6a33c-eff4-46e7-aa43-b75f4e7daee1 url= /sdc/v1/artifactTypes
2023-03-08T01:01:38.123Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:01:38.178Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:01:38.179Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@34035d9c
2023-03-08T01:01:38.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:01:38.180Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:01:38.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:01:38.181Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:02:28.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:02:28.113Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:02:28.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:02:28.119Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 518c792b-ffab-4fb9-bae3-a51d45134407 url= /sdc/v1/artifactTypes
2023-03-08T01:02:28.119Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:02:28.134Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:02:28.134Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5649fc32
2023-03-08T01:02:28.135Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:02:28.136Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:02:28.136Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:02:28.137Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:03:18.111Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:03:18.112Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:03:18.115Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:03:18.121Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= f22ccedb-2836-4b13-82dc-3d2afad6537a url= /sdc/v1/artifactTypes
2023-03-08T01:03:18.121Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:03:18.137Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:03:18.137Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51aaeb37
2023-03-08T01:03:18.138Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:03:18.138Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:03:18.138Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:03:18.139Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:04:08.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:04:08.110Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:04:08.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:04:08.117Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 43b1b9bc-1514-40dc-b8e6-58883f0d0904 url= /sdc/v1/artifactTypes
2023-03-08T01:04:08.118Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:04:08.141Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:04:08.142Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d0cbdae
2023-03-08T01:04:08.142Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:04:08.143Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:04:08.143Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:04:08.144Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:04:58.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:04:58.111Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:04:58.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:04:58.116Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a74e7530-5d0b-4458-98a5-b0ac6d813963 url= /sdc/v1/artifactTypes
2023-03-08T01:04:58.117Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:04:58.129Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:04:58.129Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f3b91dc
2023-03-08T01:04:58.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:04:58.130Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:04:58.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:04:58.131Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:05:48.111Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:05:48.113Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:05:48.114Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:05:48.122Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 486d32c2-bd9c-4a80-a8ff-301daf4c7010 url= /sdc/v1/artifactTypes
2023-03-08T01:05:48.123Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:05:48.139Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:05:48.140Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e29a38f
2023-03-08T01:05:48.141Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:05:48.141Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:05:48.142Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:05:48.143Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:06:38.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:06:38.112Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:06:38.113Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:06:38.120Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1ca81fbe-a5f7-4433-9a1e-509a27e290ab url= /sdc/v1/artifactTypes
2023-03-08T01:06:38.121Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:06:38.144Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-08T01:06:38.145Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@11d78178
2023-03-08T01:06:38.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-08T01:06:38.146Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-08T01:06:38.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-08T01:06:38.147Z||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 send request to SDC
	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$$a3771527.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 send request to SDC
	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
2023-03-08T01:07:28.110Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-08T01:07:28.110Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-08T01:07:28.111Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-08T01:07:28.116Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 1286ef73-2d61-4fa3-8eaf-1fe2433b4e62 url= /sdc/v1/artifactTypes
2023-03-08T01:07:28.117Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-08T01:07:28.367Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T01:07:28.380Z||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 SDC server
2023-03-08T01:07:28.381Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-08T01:07:28.381Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 2e8ea354-1b99-42e1-a2c3-d8d344c50ce7 url= /sdc/v1/distributionKafkaData
2023-03-08T01:07:28.382Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-08T01:07:28.812Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-08T01:07:28.821Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@2535199c
2023-03-08T01:07:28.909Z||scheduling-1|||||INFO|500||ProducerConfig values: 
	acks = -1
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87
	compression.type = none
	connections.max.idle.ms = 540000
	delivery.timeout.ms = 120000
	enable.idempotence = true
	interceptor.classes = []
	key.serializer = class org.apache.kafka.common.serialization.StringSerializer
	linger.ms = 0
	max.block.ms = 60000
	max.in.flight.requests.per.connection = 5
	max.request.size = 1048576
	metadata.max.age.ms = 300000
	metadata.max.idle.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partitioner.adaptive.partitioning.enable = true
	partitioner.availability.timeout.ms = 0
	partitioner.class = null
	partitioner.ignore.keys = false
	receive.buffer.bytes = 32768
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retries = 2147483647
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.timeout.ms = 60000
	transactional.id = null
	value.serializer = class org.apache.kafka.common.serialization.StringSerializer

2023-03-08T01:07:28.981Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Instantiated an idempotent producer.
2023-03-08T01:07:29.103Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-08T01:07:29.185Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T01:07:29.185Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T01:07:29.186Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678237649181
2023-03-08T01:07:29.192Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-08T01:07:29.218Z||scheduling-1|||||INFO|500||ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-08T01:07:29.320Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T01:07:29.320Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T01:07:29.321Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678237649320
2023-03-08T01:07:29.323Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:07:29.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:07:29.328Z||scheduling-1|||||INFO|500||ConsumerConfig values: 
	allow.auto.create.topics = false
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = true
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = so
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.connect.timeout.ms = null
	sasl.login.read.timeout.ms = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism = SCRAM-SHA-512
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer

2023-03-08T01:07:29.346Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-08T01:07:29.347Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-08T01:07:29.347Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1678237649346
2023-03-08T01:07:29.348Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:07:29.350Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:07:29.358Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-08T01:07:30.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.193Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.194Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:30.194Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.195Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.195Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.195Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 4ly2w6b-SFaSraznWHGG2g
2023-03-08T01:07:30.199Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Cluster ID: dhGkfvqjT0q9BsCiEbrAMQ
2023-03-08T01:07:30.199Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Cluster ID: dhGkfvqjT0q9BsCiEbrAMQ
2023-03-08T01:07:30.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-08T01:07:30.201Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-08T01:07:30.233Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] (Re-)joining group
2023-03-08T01:07:30.234Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] (Re-)joining group
2023-03-08T01:07:30.257Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Cluster ID: dhGkfvqjT0q9BsCiEbrAMQ
2023-03-08T01:07:30.286Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d
2023-03-08T01:07:30.287Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b
2023-03-08T01:07:30.287Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-08T01:07:30.287Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException)
2023-03-08T01:07:30.287Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] (Re-)joining group
2023-03-08T01:07:30.287Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] (Re-)joining group
2023-03-08T01:07:30.370Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] ProducerId set to 1001 with epoch 0
2023-03-08T01:07:36.294Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d', protocol='range'}
2023-03-08T01:07:36.294Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b', protocol='range'}
2023-03-08T01:07:36.445Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.446Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.447Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T01:07:36.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])}
2023-03-08T01:07:36.494Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51-818b8762-f4a1-4bf9-9fb0-faec6723438d', protocol='range'}
2023-03-08T01:07:36.494Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7-2344f32b-f8b9-4069-9794-0a72c743686b', protocol='range'}
2023-03-08T01:07:36.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])
2023-03-08T01:07:36.496Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])
2023-03-08T01:07:36.501Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-08T01:07:36.501Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-08T01:07:36.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-08T01:07:36.519Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-08T01:07:36.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-08T01:07:36.519Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-08T01:07:36.520Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-08T01:07:36.519Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-08T01:07:36.520Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-08T01:07:36.520Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-08T01:07:36.520Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-08T01:07:36.520Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-08T01:07:36.521Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-08T01:07:36.521Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-08T01:07:36.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.581Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:07:36.582Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.582Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:07:36.607Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.608Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-03-08T01:07:36.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.632Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.644Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.645Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-03-08T01:07:36.715Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:07:36.716Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-03-08T01:08:29.334Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:08:29.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:09:29.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:09:29.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:09:53.573Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-08T01:10:29.336Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:10:29.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:11:29.338Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:11:29.354Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:12:29.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:12:29.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:13:29.343Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:13:29.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:14:29.344Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:14:29.360Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:15:29.346Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:15:29.362Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:16:29.347Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:16:29.362Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:16:30.213Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-6f4e4331-5494-430e-a72b-a42bba53cda7, groupId=so] Node -1 disconnected.
2023-03-08T01:16:30.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f0ec9328-b2aa-49d8-a1d2-265f7d615d51, groupId=so] Node -1 disconnected.
2023-03-08T01:16:30.569Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Node -1 disconnected.
2023-03-08T01:17:29.349Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:17:29.364Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:18:29.351Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:18:29.365Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:19:29.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:19:29.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:20:29.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:20:29.366Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:21:29.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:21:29.368Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:22:29.356Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:22:29.369Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:23:29.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:23:29.369Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:24:29.362Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:24:29.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:25:29.363Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:25:29.373Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:26:29.364Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:26:29.374Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:27:29.365Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:27:29.375Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:28:29.367Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:28:29.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:29:29.369Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:29:29.378Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:30:29.371Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:30:29.380Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:31:29.373Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:31:29.381Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:32:29.373Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:32:29.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:33:29.375Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:33:29.382Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:34:29.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:34:29.383Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:35:29.378Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:35:29.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:36:29.379Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:36:29.384Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:37:29.381Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:37:29.385Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:38:29.382Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:38:29.386Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:39:29.384Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:39:29.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:40:29.385Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:40:29.387Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:41:29.386Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:41:29.388Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:42:29.387Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:42:29.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:43:29.389Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:43:29.391Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:44:29.391Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:44:29.392Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:45:29.392Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:45:29.393Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:46:29.394Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:46:29.393Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:47:29.395Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:47:29.396Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:48:29.396Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:48:29.396Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:49:29.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:49:29.398Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:50:29.398Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:50:29.398Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:51:29.399Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:51:29.400Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:52:29.401Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:52:29.401Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:53:29.402Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:53:29.402Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:54:29.404Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:54:29.404Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:55:29.405Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:55:29.405Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:56:29.407Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:56:29.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:57:29.407Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:57:29.407Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:58:29.408Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T01:58:29.408Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:59:29.410Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T01:59:29.410Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:00:29.411Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:00:29.412Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:01:29.413Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:01:29.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:02:29.415Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:02:29.415Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:03:29.417Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:03:29.417Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:04:29.418Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:04:29.418Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:05:29.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:05:29.419Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:06:29.420Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:06:29.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:07:29.422Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:07:29.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:08:29.423Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:08:29.422Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:09:29.423Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:09:29.424Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:10:29.425Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:10:29.425Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:11:29.426Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:11:29.426Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:12:29.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:12:29.428Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:13:29.429Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:13:29.429Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:14:29.429Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:14:29.429Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:15:29.430Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:15:29.431Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:16:29.432Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:16:29.432Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:17:29.434Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:17:29.434Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:18:29.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:18:29.436Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:19:29.435Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:19:29.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:20:29.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:20:29.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:21:29.439Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:21:29.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:22:29.440Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:22:29.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:23:29.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:23:29.442Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:24:29.442Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:24:29.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:25:29.443Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:25:29.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:26:29.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:26:29.444Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:27:29.446Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:27:29.446Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:28:29.448Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:28:29.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:29:29.449Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:29:29.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:30:29.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:30:29.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:31:29.450Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:31:29.450Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:32:29.451Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:32:29.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:33:29.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:33:29.452Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:34:29.453Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:34:29.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:35:29.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:35:29.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:36:29.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:36:29.455Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:37:29.456Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:37:29.457Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:38:29.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:38:29.458Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:39:29.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:39:29.459Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:40:29.458Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:40:29.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:41:29.460Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:41:29.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:42:29.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:42:29.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:43:29.462Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:43:29.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:44:29.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:44:29.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:45:29.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:45:29.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:46:29.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:46:29.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:47:29.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:47:29.466Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:48:29.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:48:29.467Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:49:29.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:49:29.469Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:50:29.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:50:29.469Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:51:29.470Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:51:29.470Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:52:29.470Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:52:29.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:53:29.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:53:29.471Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:54:29.472Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:54:29.472Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:55:29.474Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:55:29.474Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:56:29.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:56:29.475Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:57:29.477Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:57:29.477Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:58:29.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:58:29.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T02:59:29.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T02:59:29.479Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:00:29.479Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:00:29.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:01:29.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:01:29.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:02:29.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:02:29.481Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:03:29.483Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:03:29.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:04:29.484Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:04:29.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:05:29.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:05:29.486Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:06:29.489Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:06:29.489Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:07:29.489Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:07:29.490Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:08:29.490Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:08:29.490Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:09:29.492Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:09:29.492Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:10:29.493Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:10:29.493Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:11:29.494Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:11:29.494Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:12:29.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:12:29.496Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:13:29.496Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:13:29.496Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:14:29.498Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:14:29.498Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:15:29.498Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:15:29.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:16:29.499Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:16:29.500Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:17:29.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:17:29.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:18:29.501Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:18:29.501Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:19:29.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:19:29.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:20:29.503Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:20:29.503Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:21:29.504Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:21:29.505Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:22:29.505Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:22:29.506Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:23:29.506Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:23:29.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:24:29.507Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:24:29.508Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:25:29.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:25:29.509Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:26:29.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:26:29.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:27:29.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:27:29.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:28:29.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:28:29.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:29:29.513Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:29:29.513Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:30:29.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:30:29.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:31:29.515Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:31:29.516Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:32:29.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:32:29.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:33:29.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:33:29.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:34:29.518Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:34:29.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:35:29.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:35:29.519Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:36:29.520Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:36:29.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:37:29.521Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:37:29.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:38:29.523Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:38:29.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:39:29.524Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:39:29.524Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:40:29.525Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:40:29.526Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:41:29.527Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:41:29.527Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:42:29.527Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:42:29.527Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:43:29.528Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:43:29.528Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:44:29.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:44:29.529Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:45:29.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:45:29.529Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:46:29.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:46:29.531Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:47:29.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:47:29.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:48:29.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:48:29.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:49:29.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:49:29.533Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:50:29.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:50:29.535Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:51:29.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:51:29.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:52:29.536Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:52:29.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:53:29.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:53:29.537Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:54:29.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:54:29.540Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:55:29.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:55:29.540Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:56:29.541Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:56:29.543Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:57:29.543Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:57:29.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:58:29.544Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:58:29.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T03:59:29.545Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T03:59:29.546Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:00:29.547Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:00:29.547Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:01:29.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:01:29.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:02:29.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:02:29.548Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:03:29.549Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:03:29.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:04:29.550Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:04:29.550Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:05:29.551Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:05:29.552Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:06:29.552Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:06:29.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:07:29.553Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:07:29.553Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:08:29.554Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:08:29.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:09:29.555Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:09:29.556Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:10:29.556Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:10:29.557Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:11:29.557Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:11:29.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:12:29.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:12:29.559Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:13:29.560Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:13:29.560Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:14:29.560Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:14:29.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:15:29.561Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:15:29.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:16:29.563Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:16:29.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:17:29.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:17:29.564Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:18:29.565Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:18:29.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:19:29.565Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:19:29.565Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:20:29.567Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:20:29.567Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:21:29.569Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:21:29.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:22:29.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:22:29.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:23:29.571Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:23:29.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:24:29.572Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:24:29.572Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:25:29.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:25:29.573Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:26:29.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:26:29.574Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:27:29.573Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:27:29.574Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:28:29.574Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:28:29.575Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:29:29.575Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:29:29.576Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:30:29.576Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:30:29.577Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:31:29.576Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:31:29.578Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:32:29.578Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:32:29.579Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:33:29.578Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:33:29.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:34:29.580Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:34:29.580Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:35:29.584Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:35:29.584Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:36:29.585Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:36:29.586Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:37:29.586Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:37:29.586Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:38:29.588Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:38:29.587Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:39:29.589Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:39:29.589Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:40:29.589Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:40:29.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:41:29.590Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:41:29.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:42:29.591Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:42:29.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:43:29.591Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:43:29.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:44:29.592Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:44:29.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:45:29.594Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:45:29.594Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:46:29.595Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:46:29.595Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:47:29.596Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:47:29.595Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:48:29.597Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:48:29.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:49:29.598Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:49:29.598Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:50:29.599Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:50:29.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:51:29.599Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:51:29.600Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:52:29.600Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:52:29.600Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:53:29.601Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:53:29.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:54:29.602Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:54:29.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:55:29.602Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:55:29.604Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:56:29.604Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:56:29.606Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:57:29.605Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:57:29.607Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:58:29.606Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:58:29.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T04:59:29.607Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T04:59:29.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:00:29.608Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:00:29.609Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:01:29.610Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:01:29.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:02:29.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:02:29.612Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:03:29.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:03:29.614Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:04:29.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:04:29.615Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:05:29.615Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:05:29.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:06:29.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:06:29.617Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:07:29.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:07:29.619Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:08:29.619Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:08:29.619Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:09:29.620Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:09:29.620Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:10:29.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:10:29.621Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:11:29.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:11:29.622Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:12:29.623Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:12:29.623Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:13:29.625Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:13:29.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:14:29.626Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:14:29.626Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:15:29.627Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:15:29.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:16:29.629Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:16:29.630Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:17:29.631Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:17:29.630Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:18:29.632Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:18:29.632Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:19:29.633Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:19:29.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:20:29.634Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:20:29.634Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:21:29.635Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:21:29.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:29.637Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:29.637Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:22:33.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-08T05:22:33.423Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"f9bd8fe6-5f49-4439-b126-319891a893e3","serviceName":"basic_onboard_WxYxeT","serviceVersion":"1.0","serviceUUID":"58ad8651-4347-4973-819a-d55a1b636024","serviceDescription":"service","serviceInvariantUUID":"6803324c-5848-4189-9900-b472fd65de22","resources":[{"resourceInstanceName":"basic_onboard_WxYxeT 0","resourceName":"basic_onboard_WxYxeT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20282efa-d571-432f-b91a-97dc7b42a2e2","resourceInvariantUUID":"c6e14671-6630-4a85-967b-c8e8d9ed6de3","resourceCustomizationUUID":"a2057969-4f50-4905-9b1b-e3bc7ee27dc7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml","artifactChecksum":"M2ZiYjg0NjhlNjU0NmZmZWJkYzliYzlkOGE4OTlhOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf25ee7a-430c-41b9-bede-c1bfa2f03b48","artifactVersion":"1"},{"artifactName":"basic_onboard_wxyxet0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json","artifactChecksum":"YjQ0ZmZhODc0NjVhZGRkNWZhOGE5N2I2NTlkNGRkM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0df30043-d025-438a-bcc1-1194fd205250","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0152f8a-5654-42f8-ac9f-027f845a52c2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7499d092-0154-4030-befd-da23ecce2018","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82615f35-a3f3-4462-9bc9-f86517fdb08a","artifactVersion":"2","generatedFromUUID":"f0152f8a-5654-42f8-ac9f-027f845a52c2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWxyxet-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml","artifactChecksum":"Mjk0M2NjMGU5ZGUyMDBmZDhlMmZjNDc3MzZkMThmMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2a327e6-e4fe-4967-986f-feb09feb066c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWxyxet-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar","artifactChecksum":"ZGMyM2I3MTZiYjFlY2M1NWUwZTViMmQ2Zjc4ZGRhZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8699d507-53b9-42ef-9e3b-5a30f945e3ce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:22:33.445Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:33.459Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:33.460Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:33.460Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:33.501Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.503Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:22:33.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-08T05:22:33.646Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252934405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:22:33.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:22:34.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:34.542Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:34.542Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:34.543Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:35.544Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:35.545Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:35.545Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:35.546Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:36.547Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:36.548Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:36.548Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:36.548Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:37.550Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:37.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:37.551Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:37.551Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:38.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:38.553Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:38.553Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:38.554Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:39.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:22:39.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:39.555Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:39.556Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:40.558Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "serviceName": "basic_onboard_WxYxeT",
  "serviceVersion": "1.0",
  "serviceUUID": "58ad8651-4347-4973-819a-d55a1b636024",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6803324c-5848-4189-9900-b472fd65de22",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_WxYxeT 0",
      "resourceCustomizationUUID": "a2057969-4f50-4905-9b1b-e3bc7ee27dc7",
      "resourceName": "basic_onboard_WxYxeT",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "20282efa-d571-432f-b91a-97dc7b42a2e2",
      "resourceInvariantUUID": "c6e14671-6630-4a85-967b-c8e8d9ed6de3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wxyxet0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
          "artifactChecksum": "YjQ0ZmZhODc0NjVhZGRkNWZhOGE5N2I2NTlkNGRkM2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0df30043-d025-438a-bcc1-1194fd205250",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f0152f8a-5654-42f8-ac9f-027f845a52c2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "82615f35-a3f3-4462-9bc9-f86517fdb08a",
            "generatedFromUUID": "f0152f8a-5654-42f8-ac9f-027f845a52c2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "82615f35-a3f3-4462-9bc9-f86517fdb08a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWxyxet-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
      "artifactChecksum": "ZGMyM2I3MTZiYjFlY2M1NWUwZTViMmQ2Zjc4ZGRhZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8699d507-53b9-42ef-9e3b-5a30f945e3ce"
    }
  ],
  "workloadContext": "Production"
}
2023-03-08T05:22:40.561Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:22:40.562Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58ad8651-4347-4973-819a-d55a1b636024 ASDC
2023-03-08T05:22:40.679Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f9bd8fe6-5f49-4439-b126-319891a893e3
ServiceName:basic_onboard_WxYxeT
ServiceVersion:1.0
ServiceUUID:58ad8651-4347-4973-819a-d55a1b636024
ServiceInvariantUUID:6803324c-5848-4189-9900-b472fd65de22
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWxyxet-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
ArtifactUUID:8699d507-53b9-42ef-9e3b-5a30f945e3ce
ArtifactChecksum:ZGMyM2I3MTZiYjFlY2M1NWUwZTViMmQ2Zjc4ZGRhZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WxYxeT 0
ResourceCustomizationUUID:a2057969-4f50-4905-9b1b-e3bc7ee27dc7
ResourceInvariantUUID:c6e14671-6630-4a85-967b-c8e8d9ed6de3
ResourceName:basic_onboard_WxYxeT
ResourceType:VF
ResourceUUID:20282efa-d571-432f-b91a-97dc7b42a2e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wxyxet0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
ArtifactUUID:0df30043-d025-438a-bcc1-1194fd205250
ArtifactChecksum:YjQ0ZmZhODc0NjVhZGRkNWZhOGE5N2I2NTlkNGRkM2U=
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/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f0152f8a-5654-42f8-ac9f-027f845a52c2
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/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
ArtifactUUID:82615f35-a3f3-4462-9bc9-f86517fdb08a
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/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
ArtifactUUID:82615f35-a3f3-4462-9bc9-f86517fdb08a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-08T05:22:40.681Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58ad8651-4347-4973-819a-d55a1b636024 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 (?, ?, ?, ?, ?)
2023-03-08T05:22:40.920Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:22:40.922Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-08T05:22:40.923Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-08T05:22:40.923Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8699d507-53b9-42ef-9e3b-5a30f945e3ce from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:40.924Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:40.925Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:41.631Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:41.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar 8699d507-53b9-42ef-9e3b-5a30f945e3ce 75672
2023-03-08T05:22:41.651Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar ASDC sendASDCNotification
2023-03-08T05:22:41.651Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:41.652Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:41.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:41.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:41.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252961651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:42.654Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:22:42.656Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-08T05:22:42.657Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8699d507-53b9-42ef-9e3b-5a30f945e3ce, URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar to file: /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:42.658Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:42.747Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:42.748Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:43.360Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7439143232580985265/Definitions/service-BasicOnboardWxyxet-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-03-08T05:22:46.123Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:22:46.132Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-08T05:22:46.137Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.138Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-08T05:22:46.138Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WxYxeT 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.139Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.140Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.140Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:46.140Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-08T05:22:46.155Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.158Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.167Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.167Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-08T05:22:46.171Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:22:46.174Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-08T05:22:46.175Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:22:46.176Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.176Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.182Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.182Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is not matching search criteria
2023-03-08T05:22:46.183Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-08T05:22:46.183Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-08T05:22:46.183Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-08T05:22:46.184Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-08T05:22:46.184Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-08T05:22:46.184Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.185Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:22:46.187Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.187Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.187Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:46.188Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.189Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.190Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:46.191Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.191Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:46.191Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is not matching search criteria
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-08T05:22:46.192Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-08T05:22:46.193Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f24d4f0f-05cc-48ce-8954-9a21514b354a
2023-03-08T05:22:46.193Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.194Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.194Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.194Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.195Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.195Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.195Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:46.196Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:46.196Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_WxYxeT
Description:service
Model UUID:58ad8651-4347-4973-819a-d55a1b636024
Model Version:NULL
Model InvariantUuid:6803324c-5848-4189-9900-b472fd65de22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_WxYxeT
Model UUID:a0eca9d0-2f79-4ba6-8ac3-71fe25dfbcf2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6e14671-6630-4a85-967b-c8e8d9ed6de3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2057969-4f50-4905-9b1b-e3bc7ee27dc7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e3837e48-ef76-42cf-93bf-6bc3573d9f7a
ModelName:BasicOnboardWxyxet..base_ubuntu18..module-0
ModelUuid:a94f2850-ef92-42a5-8ec4-16c36f808c22
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f24d4f0f-05cc-48ce-8954-9a21514b354a
ModelInvariantUuid:be624caf-36c6-4b24-bd3a-f8e3df23e51f
ModelName:basic_onboard_WxYxeT-nodes.ubuntu18Cvfc
ModelUuid:cf033244-f114-4d21-9681-39c52f57d690
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:46da0a84-4af8-41ce-a0f5-c8a18a6ad863
ModelInvariantUuid:d5eadf85-c2da-44ce-8e89-d3e80c314ef6
ModelName:BasicOnboardWxyxet.compute.nodes.heat.ubuntu18
ModelUuid:c0a7f6b5-f0c2-4a1d-948d-05b006b9f168
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-08T05:22:46.278Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 20282efa-d571-432f-b91a-97dc7b42a2e2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:22:46.356Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||basic_onboard_WxYxeT 0
2023-03-08T05:22:46.367Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20282efa-d571-432f-b91a-97dc7b42a2e2
2023-03-08T05:22:46.367Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0df30043-d025-438a-bcc1-1194fd205250 from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:46.367Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:46.368Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:46.647Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:46.648Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json 0df30043-d025-438a-bcc1-1194fd205250 798
2023-03-08T05:22:46.649Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json ASDC sendASDCNotification
2023-03-08T05:22:46.649Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:46.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:46.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:46.650Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:46.651Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252966649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:47.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWxyxet..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e3837e48-ef76-42cf-93bf-6bc3573d9f7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a94f2850-ef92-42a5-8ec4-16c36f808c22",
    "vfModuleModelCustomizationUUID": "bb86d087-59b4-4188-8fe6-c804e0b5be3d",
    "isBase": true,
    "artifacts": [
      "f0152f8a-5654-42f8-ac9f-027f845a52c2",
      "82615f35-a3f3-4462-9bc9-f86517fdb08a"
    ],
    "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": ""
    }
  }
]
2023-03-08T05:22:47.673Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxyxet..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a94f2850-ef92-42a5-8ec4-16c36f808c22
VfModuleModelInvariantUUID:e3837e48-ef76-42cf-93bf-6bc3573d9f7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0152f8a-5654-42f8-ac9f-027f845a52c2
,
82615f35-a3f3-4462-9bc9-f86517fdb08a

}
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


}

2023-03-08T05:22:47.678Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWxyxet..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e3837e48-ef76-42cf-93bf-6bc3573d9f7a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a94f2850-ef92-42a5-8ec4-16c36f808c22",
    "vfModuleModelCustomizationUUID": "bb86d087-59b4-4188-8fe6-c804e0b5be3d",
    "isBase": true,
    "artifacts": [
      "f0152f8a-5654-42f8-ac9f-027f845a52c2",
      "82615f35-a3f3-4462-9bc9-f86517fdb08a"
    ],
    "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": ""
    }
  }
]
2023-03-08T05:22:47.678Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWxyxet..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a94f2850-ef92-42a5-8ec4-16c36f808c22
VfModuleModelInvariantUUID:e3837e48-ef76-42cf-93bf-6bc3573d9f7a
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0152f8a-5654-42f8-ac9f-027f845a52c2
,
82615f35-a3f3-4462-9bc9-f86517fdb08a

}
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


}

2023-03-08T05:22:47.679Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f0152f8a-5654-42f8-ac9f-027f845a52c2 from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:47.679Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:47.681Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:47.926Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:47.927Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml f0152f8a-5654-42f8-ac9f-027f845a52c2 5033
2023-03-08T05:22:47.928Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-08T05:22:47.928Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:47.928Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:47.929Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:47.929Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:47.929Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252967928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:48.931Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 82615f35-a3f3-4462-9bc9-f86517fdb08a from URL: /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:48.931Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-08T05:22:48.932Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:49.218Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-08T05:22:49.219Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env 82615f35-a3f3-4462-9bc9-f86517fdb08a 909
2023-03-08T05:22:49.219Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:49.220Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:49.221Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252969219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:50.223Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 58ad8651-4347-4973-819a-d55a1b636024
2023-03-08T05:22:50.224Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WxYxeT 0 20282efa-d571-432f-b91a-97dc7b42a2e2 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:22:50.271Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b40a07e, org.onap.sdc.toscaparser.api.parameters.Input@3cd4937d, org.onap.sdc.toscaparser.api.parameters.Input@44dfeef, org.onap.sdc.toscaparser.api.parameters.Input@2a96b9, org.onap.sdc.toscaparser.api.parameters.Input@3e579592]
2023-03-08T05:22:50.277Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.277Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.278Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-03-08T05:22:50.278Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a2057969-4f50-4905-9b1b-e3bc7ee27dc7
2023-03-08T05:22:50.279Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2057969-4f50-4905-9b1b-e3bc7ee27dc7 matches Tosca VF Customization UUID: a2057969-4f50-4905-9b1b-e3bc7ee27dc7
2023-03-08T05:22:50.279Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a2057969-4f50-4905-9b1b-e3bc7ee27dc7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-08T05:22:50.289Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.290Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.291Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a2057969-4f50-4905-9b1b-e3bc7ee27dc7: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-08T05:22:50.292Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cc66f73
2023-03-08T05:22:50.292Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.293Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:22:50.293Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb86d087-59b4-4188-8fe6-c804e0b5be3d
2023-03-08T05:22:50.295Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb86d087-59b4-4188-8fe6-c804e0b5be3d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-08T05:22:50.307Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.307Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.307Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:50.308Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.309Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.309Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:50.309Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.310Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is not matching search criteria
2023-03-08T05:22:50.310Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-08T05:22:50.310Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-08T05:22:50.311Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f24d4f0f-05cc-48ce-8954-9a21514b354a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-08T05:22:50.324Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.325Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.326Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:22:50.326Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.327Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_WxYxeT 0 is matching search criteria
2023-03-08T05:22:50.327Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_WxYxeT 0] matching following query criteria: sdcType=VF, customizationUUID=a2057969-4f50-4905-9b1b-e3bc7ee27dc7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:22:50.331Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.331Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.332Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 58ad8651-4347-4973-819a-d55a1b636024: basic_onboard_WxYxeT
2023-03-08T05:22:50.332Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.333Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.333Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.334Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.334Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.335Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.335Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.336Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.336Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:22:50.337Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_WxYxeT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:22:50.338Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_WxYxeT 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2023-03-08T05:22:50.653Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WxYxeT 20282efa-d571-432f-b91a-97dc7b42a2e2 1 ASDC deployResourceStructure
2023-03-08T05:22:50.654Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json ASDC sendASDCNotification
2023-03-08T05:22:50.655Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json
2023-03-08T05:22:50.655Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:50.656Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:50.656Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:50.657Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252970654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:51.659Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-03-08T05:22:51.660Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml
2023-03-08T05:22:51.660Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:51.661Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:51.661Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:51.661Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252971659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:52.662Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:52.663Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252972662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:53.664Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar ASDC sendASDCNotification
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:22:53.665Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:22:53.666Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252973664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:22:54.667Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:22:54.714Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:22:54.717Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:22:54.718Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:22:54.718Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:23:24.718Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:24.738Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:24.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:23:24.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:23:24.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:23:29.350Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:23:29.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-08T05:23:29.352Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:23:29.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:23:29.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-08T05:23:29.354Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252945397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:23:29.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:23:54.741Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:54.763Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:23:54.767Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:23:54.768Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:23:54.768Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:24:24.768Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:24.783Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:24.787Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:24:24.787Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:24:24.787Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:24:29.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:24:29.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.355Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252950010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.356Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252924080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252945397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252934405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.358Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252950010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.359Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252924080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252945397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252934405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252950010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252924080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.363Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252945397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252934405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.364Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252950010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252924080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252945397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252934405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252950010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.367Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252924080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.368Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252945397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252934405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252950010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252924080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252945397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.371Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252934405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252949637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.372Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252950010,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.373Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252924080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252961651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.374Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252960028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678252961395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.375Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252961495,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252961450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252962496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252961289,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.378Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678252963501,
  "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=?
2023-03-08T05:24:29.406Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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 (?, ?, ?, ?, ?)
2023-03-08T05:24:29.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.426Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252962462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.427Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252964080,
  "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=?
2023-03-08T05:24:29.435Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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=?
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252966649,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.461Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678252965094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252967928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252967375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.463Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252969219,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252967375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252970654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/basic_onboard_wxyxet0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252967375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.465Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252971659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252967375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252972662,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252967375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/resourceInstances/basic_onboard_wxyxet0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678252973664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.467Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252967375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252967375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.468Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252975771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252976032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.470Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "aai-model-loader",
  "timestamp": 1678252977036,
  "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=?
2023-03-08T05:24:29.480Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.480Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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 (?, ?, ?, ?, ?)
2023-03-08T05:24:29.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.493Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252981624,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWxyxet/1.0/artifacts/service-BasicOnboardWxyxet-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:24:29.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:24:29.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:24:29.495Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678252982631,
  "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=?
2023-03-08T05:24:29.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9bd8fe6-5f49-4439-b126-319891a893e3
2023-03-08T05:24:29.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9bd8fe6-5f49-4439-b126-319891a893e3 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 (?, ?, ?, ?, ?)
2023-03-08T05:24:54.788Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:54.802Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3
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=?
2023-03-08T05:24:54.806Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:24:54.806Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:24:54.806Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:24:54.807Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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=?
2023-03-08T05:24:54.815Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:25:24.815Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9bd8fe6-5f49-4439-b126-319891a893e3 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=?
2023-03-08T05:25:24.831Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9bd8fe6-5f49-4439-b126-319891a893e3 and serviceModelVersionId: 58ad8651-4347-4973-819a-d55a1b636024
2023-03-08T05:25:24.831Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6803324c-5848-4189-9900-b472fd65de22
2023-03-08T05:25:29.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:25:42.341Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0
2023-03-08T05:25:42.456Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:25:43.013Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|INFO|500||Invoke
2023-03-08T05:25:43.020Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9bd8fe6-5f49-4439-b126-319891a893e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[778c6edb-e286-4da5-860e-0d7ae66f1d84], X-ECOMP-RequestID=[f9bd8fe6-5f49-4439-b126-319891a893e3], X-TransactionId=[], X-ONAP-RequestID=[f9bd8fe6-5f49-4439-b126-319891a893e3], Content-Type=[application/merge-patch+json]}
2023-03-08T05:25:43.047Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-08T05:25:43.407Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:25:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[324], vertex-id=[360504], x-aai-txid=[1-aai-resources-230308-05:25:42:783-14260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:25:43.410Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:25:43.411Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6803324c-5848-4189-9900-b472fd65de22/model-vers/model-ver/58ad8651-4347-4973-819a-d55a1b636024?depth=0|INFO|500||InvokeReturn
2023-03-08T05:25:43.416Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:25:43.419Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:25:43.442Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||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:69)
	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)
2023-03-08T05:25:43.444Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9bd8fe6-5f49-4439-b126-319891a893e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:25:43.446Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:25:43.447Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:25:43.447Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:25:43.447Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253143444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:25:43.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-08T05:25:43.492Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "f9bd8fe6-5f49-4439-b126-319891a893e3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253143444,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T05:25:43.493Z||pool-2-thread-7|||||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=?
2023-03-08T05:25:44.515Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:26:29.349Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:26:44.516Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:27:29.350Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:27:44.519Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:28:29.352Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:28:44.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:29:29.353Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:29:44.522Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:30:29.354Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:30:44.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:31:29.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:31:44.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:32:29.357Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:32:44.526Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:33:29.358Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:33:44.527Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:34:29.360Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:34:44.529Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:35:29.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:35:44.529Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:36:29.362Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:36:44.530Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:37:29.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:37:44.531Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:38:29.364Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:38:44.532Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:39:29.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:44.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:39:49.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-08T05:39:49.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"72dd71eb-7087-4dce-b60b-d40f30444d2e","serviceName":"vFW 2023-03-08 05-37-20","serviceVersion":"1.0","serviceUUID":"197d776f-69dc-4618-b19c-ec5ff8a9fb12","serviceDescription":"catalog service description","serviceInvariantUUID":"48717875-076f-4d66-a087-a2688f54152f","resources":[{"resourceInstanceName":"vFW 42101798-2cde 0","resourceName":"vFW 42101798-2cde","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42488c97-36f7-40e0-a0ec-a75eaf4af49d","resourceInvariantUUID":"4e3ae748-c469-499e-82f3-7289af9e6851","resourceCustomizationUUID":"1af4d64a-33a4-49ed-9a97-c7a245a69118","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml","artifactChecksum":"Mjc3OGU4MTFkYTQ3YWY0YzU5MTg0YjM0OTU0ODgyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b44f9bf-0171-4f62-9556-d0edfb2ae917","artifactVersion":"1"},{"artifactName":"vfw421017982cde0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json","artifactChecksum":"Y2M1ODIwNDQxY2UzNDRmMDc4YjQxNDk1OGI5NDIzNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2afa8129-30cd-46fb-ac42-1c8e309c5018","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ee038c3-1192-480b-86ec-cbc83a93aac6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml","artifactChecksum":"NDU0YTQwOWI0YTg4YmRhYTY0MzM5ZWZkY2Q4NzdkNWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ea533f6-8b9c-406b-a716-6020745e7cac","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf25c4bf-0c32-4825-a484-571b90bf1fb0","artifactVersion":"2","generatedFromUUID":"8ee038c3-1192-480b-86ec-cbc83a93aac6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230308053720-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml","artifactChecksum":"NzE4NjZmOWQ1YThmMmZhZmJhN2IwMzY4M2ZkYzU0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6b748661-58f6-48d3-b90c-8d022a29baff","artifactVersion":"1"},{"artifactName":"service-Vfw20230308053720-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar","artifactChecksum":"ZWU4NjIzODRjNWI0NTFlZTM3ZDRhMTZkYTg5NzkyMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f70c129a-07d1-408f-9879-ce49c9cd51d7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:39:49.888Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:49.889Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:49.889Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:49.889Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:49.911Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.912Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:49.913Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T05:39:50.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:39:50.004Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:39:50.005Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:39:50.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:39:50.006Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253982442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:39:50.006Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:39:50.916Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:50.916Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:50.917Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:50.917Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:51.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:51.919Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:51.919Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:51.919Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:52.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:52.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:52.922Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:52.922Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:53.924Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:53.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:53.925Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:53.925Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:54.928Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:54.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:54.929Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:54.929Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:55.931Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:39:55.932Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:55.933Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:55.933Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:56.939Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "serviceName": "vFW 2023-03-08 05-37-20",
  "serviceVersion": "1.0",
  "serviceUUID": "197d776f-69dc-4618-b19c-ec5ff8a9fb12",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "48717875-076f-4d66-a087-a2688f54152f",
  "resources": [
    {
      "resourceInstanceName": "vFW 42101798-2cde 0",
      "resourceCustomizationUUID": "1af4d64a-33a4-49ed-9a97-c7a245a69118",
      "resourceName": "vFW 42101798-2cde",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "42488c97-36f7-40e0-a0ec-a75eaf4af49d",
      "resourceInvariantUUID": "4e3ae748-c469-499e-82f3-7289af9e6851",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw421017982cde0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
          "artifactChecksum": "Y2M1ODIwNDQxY2UzNDRmMDc4YjQxNDk1OGI5NDIzNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2afa8129-30cd-46fb-ac42-1c8e309c5018",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8ee038c3-1192-480b-86ec-cbc83a93aac6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cf25c4bf-0c32-4825-a484-571b90bf1fb0",
            "generatedFromUUID": "8ee038c3-1192-480b-86ec-cbc83a93aac6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cf25c4bf-0c32-4825-a484-571b90bf1fb0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230308053720-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
      "artifactChecksum": "ZWU4NjIzODRjNWI0NTFlZTM3ZDRhMTZkYTg5NzkyMGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f70c129a-07d1-408f-9879-ce49c9cd51d7"
    }
  ],
  "workloadContext": "Production"
}
2023-03-08T05:39:56.939Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:39:56.939Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 197d776f-69dc-4618-b19c-ec5ff8a9fb12 ASDC
2023-03-08T05:39:56.940Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:72dd71eb-7087-4dce-b60b-d40f30444d2e
ServiceName:vFW 2023-03-08 05-37-20
ServiceVersion:1.0
ServiceUUID:197d776f-69dc-4618-b19c-ec5ff8a9fb12
ServiceInvariantUUID:48717875-076f-4d66-a087-a2688f54152f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230308053720-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
ArtifactUUID:f70c129a-07d1-408f-9879-ce49c9cd51d7
ArtifactChecksum:ZWU4NjIzODRjNWI0NTFlZTM3ZDRhMTZkYTg5NzkyMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 42101798-2cde 0
ResourceCustomizationUUID:1af4d64a-33a4-49ed-9a97-c7a245a69118
ResourceInvariantUUID:4e3ae748-c469-499e-82f3-7289af9e6851
ResourceName:vFW 42101798-2cde
ResourceType:VF
ResourceUUID:42488c97-36f7-40e0-a0ec-a75eaf4af49d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw421017982cde0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
ArtifactUUID:2afa8129-30cd-46fb-ac42-1c8e309c5018
ArtifactChecksum:Y2M1ODIwNDQxY2UzNDRmMDc4YjQxNDk1OGI5NDIzNGY=
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/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
ArtifactUUID:8ee038c3-1192-480b-86ec-cbc83a93aac6
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/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
ArtifactUUID:cf25c4bf-0c32-4825-a484-571b90bf1fb0
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/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
ArtifactUUID:cf25c4bf-0c32-4825-a484-571b90bf1fb0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-08T05:39:56.940Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 197d776f-69dc-4618-b19c-ec5ff8a9fb12 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 (?, ?, ?, ?, ?)
2023-03-08T05:39:56.994Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:39:56.995Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:39:56.996Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:39:56.996Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f70c129a-07d1-408f-9879-ce49c9cd51d7 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:56.996Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:39:56.997Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:58.089Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:39:58.100Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar f70c129a-07d1-408f-9879-ce49c9cd51d7 101485
2023-03-08T05:39:58.101Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar ASDC sendASDCNotification
2023-03-08T05:39:58.101Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:58.101Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:39:58.102Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:39:58.102Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:39:58.102Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253998101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:39:59.105Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:39:59.106Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:39:59.106Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f70c129a-07d1-408f-9879-ce49c9cd51d7, URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar to file: /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.108Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.108Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:39:59.450Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1054859303839485742/Definitions/service-Vfw20230308053720-template.yml
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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-08T05:40:01.941Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-08T05:40:01.943Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 42101798-2cde 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.944Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.945Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.945Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.946Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.946Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.946Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:01.947Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:40:01.947Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.948Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.948Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.948Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:40:01.949Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.950Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:40:01.951Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:40:01.951Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.951Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.952Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.952Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.953Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.953Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.953Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:01.954Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.954Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.954Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:01.955Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.956Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.956Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:01.956Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.957Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:01.957Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.957Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-08T05:40:01.958Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.958Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:40:01.958Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.959Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.959Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:01.960Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.961Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.961Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:01.961Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.962Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:01.962Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:01.962Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.963Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.963Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.963Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:01.964Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:01.965Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=792652fe-9662-4892-9d74-535dfbe1e405
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.966Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.967Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-08T05:40:01.968Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.969Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b02c7a82-86d6-4c9f-8233-23eb71c602e9
2023-03-08T05:40:01.970Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.970Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:01.970Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.971Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:01.972Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-08T05:40:01.973Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8ecd0e6-2ed7-4376-be30-15afcc86aa0a
2023-03-08T05:40:01.974Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.974Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.974Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:01.975Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:01.976Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-08 05-37-20
Description:catalog service description
Model UUID:197d776f-69dc-4618-b19c-ec5ff8a9fb12
Model Version:NULL
Model InvariantUuid:48717875-076f-4d66-a087-a2688f54152f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 42101798-2cde
Model UUID:12dc8f0e-8dac-4eb1-a276-407b8133177a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e3ae748-c469-499e-82f3-7289af9e6851
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1af4d64a-33a4-49ed-9a97-c7a245a69118
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fcf0444f-d457-40b9-abdd-dd744ec15c15
ModelName:Vfw421017982cde..base_vfw..module-0
ModelUuid:8eceee86-9f1e-4aa8-b589-016bd6c38484
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:792652fe-9662-4892-9d74-535dfbe1e405
ModelInvariantUuid:33957c12-6ae9-4e15-87f4-2ab1008af0ef
ModelName:vFW 42101798-2cde-nodes.vfwCvfc
ModelUuid:b8fe46ac-5991-408b-b12e-16d0babf3efa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:01633c16-6010-43d8-9b8e-9b7225338e07
ModelInvariantUuid:cf9cf918-c71d-40bf-a2ca-a3c43581ebd8
ModelName:Vfw421017982cde.compute.nodes.heat.vfw
ModelUuid:15a853d5-a8f4-4f49-b745-d35c52ae73ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b02c7a82-86d6-4c9f-8233-23eb71c602e9
ModelInvariantUuid:3ca9807c-b8b6-4925-95d6-f2606fe59a8f
ModelName:vFW 42101798-2cde-nodes.vsnCvfc
ModelUuid:fa78bd46-9ce5-49c1-9b29-72839555f7b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5e6bce79-6d43-4be2-b365-1fa40deaac1b
ModelInvariantUuid:3b03136a-b46e-4a6d-b0db-e7204ff3cac9
ModelName:Vfw421017982cde.compute.nodes.heat.vsn
ModelUuid:783fc5d7-a87e-4849-b050-1a5c39da1994
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a8ecd0e6-2ed7-4376-be30-15afcc86aa0a
ModelInvariantUuid:09a916ee-250b-463a-b594-bcbbac9a3d27
ModelName:vFW 42101798-2cde-nodes.vpgCvfc
ModelUuid:bc9da8ba-093a-4026-bd46-7a2a9194d1ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:073ba7e4-3638-4578-a90d-6614db8c9de9
ModelInvariantUuid:717e5f86-cff9-438c-bf1e-a75382985801
ModelName:Vfw421017982cde.compute.nodes.heat.vpg
ModelUuid:1db881a5-f0dd-43ae-b2df-90b168df579b
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-08T05:40:02.005Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 42488c97-36f7-40e0-a0ec-a75eaf4af49d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:40:02.011Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||vFW 42101798-2cde 0
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42488c97-36f7-40e0-a0ec-a75eaf4af49d
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2afa8129-30cd-46fb-ac42-1c8e309c5018 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:40:02.012Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:02.366Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:40:02.367Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json 2afa8129-30cd-46fb-ac42-1c8e309c5018 785
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json ASDC sendASDCNotification
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:02.368Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:02.369Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254002368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:03.369Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw421017982cde..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fcf0444f-d457-40b9-abdd-dd744ec15c15",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8eceee86-9f1e-4aa8-b589-016bd6c38484",
    "vfModuleModelCustomizationUUID": "9fa83bc4-b64f-4823-b591-08c49c7a673d",
    "isBase": true,
    "artifacts": [
      "8ee038c3-1192-480b-86ec-cbc83a93aac6",
      "cf25c4bf-0c32-4825-a484-571b90bf1fb0"
    ],
    "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": ""
    }
  }
]
2023-03-08T05:40:03.375Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw421017982cde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8eceee86-9f1e-4aa8-b589-016bd6c38484
VfModuleModelInvariantUUID:fcf0444f-d457-40b9-abdd-dd744ec15c15
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ee038c3-1192-480b-86ec-cbc83a93aac6
,
cf25c4bf-0c32-4825-a484-571b90bf1fb0

}
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


}

2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw421017982cde..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fcf0444f-d457-40b9-abdd-dd744ec15c15",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8eceee86-9f1e-4aa8-b589-016bd6c38484",
    "vfModuleModelCustomizationUUID": "9fa83bc4-b64f-4823-b591-08c49c7a673d",
    "isBase": true,
    "artifacts": [
      "8ee038c3-1192-480b-86ec-cbc83a93aac6",
      "cf25c4bf-0c32-4825-a484-571b90bf1fb0"
    ],
    "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": ""
    }
  }
]
2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw421017982cde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8eceee86-9f1e-4aa8-b589-016bd6c38484
VfModuleModelInvariantUUID:fcf0444f-d457-40b9-abdd-dd744ec15c15
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ee038c3-1192-480b-86ec-cbc83a93aac6
,
cf25c4bf-0c32-4825-a484-571b90bf1fb0

}
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


}

2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8ee038c3-1192-480b-86ec-cbc83a93aac6 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:03.378Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:40:03.379Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:03.720Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:40:03.721Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml 8ee038c3-1192-480b-86ec-cbc83a93aac6 20368
2023-03-08T05:40:03.721Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-08T05:40:03.721Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:03.722Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254003721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:04.724Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cf25c4bf-0c32-4825-a484-571b90bf1fb0 from URL: /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:04.724Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:40:04.724Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:05.149Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env cf25c4bf-0c32-4825-a484-571b90bf1fb0 2098
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:05.150Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:40:05.151Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:05.151Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:05.151Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254005150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:06.153Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 197d776f-69dc-4618-b19c-ec5ff8a9fb12
2023-03-08T05:40:06.154Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 42101798-2cde 0 42488c97-36f7-40e0-a0ec-a75eaf4af49d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:40:06.217Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e929a69, org.onap.sdc.toscaparser.api.parameters.Input@75271763, org.onap.sdc.toscaparser.api.parameters.Input@4158d61b, org.onap.sdc.toscaparser.api.parameters.Input@3fdb96e9, org.onap.sdc.toscaparser.api.parameters.Input@359012a9]
2023-03-08T05:40:06.219Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.220Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.220Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-03-08T05:40:06.220Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1af4d64a-33a4-49ed-9a97-c7a245a69118
2023-03-08T05:40:06.221Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1af4d64a-33a4-49ed-9a97-c7a245a69118 matches Tosca VF Customization UUID: 1af4d64a-33a4-49ed-9a97-c7a245a69118
2023-03-08T05:40:06.221Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1af4d64a-33a4-49ed-9a97-c7a245a69118  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-08T05:40:06.225Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.225Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.226Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1af4d64a-33a4-49ed-9a97-c7a245a69118: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c21c3a8
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:40:06.227Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9fa83bc4-b64f-4823-b591-08c49c7a673d
2023-03-08T05:40:06.228Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9fa83bc4-b64f-4823-b591-08c49c7a673d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-08T05:40:06.233Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.233Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.233Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.234Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.234Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:06.235Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:06.236Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.237Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:06.238Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.238Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=792652fe-9662-4892-9d74-535dfbe1e405
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-08T05:40:06.260Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.260Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:06.261Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.262Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.263Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-08T05:40:06.264Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.264Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b02c7a82-86d6-4c9f-8233-23eb71c602e9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-08T05:40:06.268Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.268Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.268Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.282Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.282Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.283Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-08T05:40:06.284Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-08T05:40:06.285Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a8ecd0e6-2ed7-4376-be30-15afcc86aa0a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-08T05:40:06.291Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.291Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.292Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:40:06.292Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.292Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Node template vFW 42101798-2cde 0 is matching search criteria
2023-03-08T05:40:06.293Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 42101798-2cde 0] matching following query criteria: sdcType=VF, customizationUUID=1af4d64a-33a4-49ed-9a97-c7a245a69118
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:40:06.297Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 197d776f-69dc-4618-b19c-ec5ff8a9fb12: vFW 42101798-2cde
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.298Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.299Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.299Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.299Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:40:06.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-08 05-37-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:40:06.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-03-08 05-37-20 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2023-03-08T05:40:06.699Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 42101798-2cde 42488c97-36f7-40e0-a0ec-a75eaf4af49d 1 ASDC deployResourceStructure
2023-03-08T05:40:06.700Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json ASDC sendASDCNotification
2023-03-08T05:40:06.700Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:06.701Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254006700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:07.704Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:07.705Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254007704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:08.710Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-08T05:40:08.711Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env
2023-03-08T05:40:08.711Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:08.712Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:08.712Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:08.712Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254008710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:09.713Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar ASDC sendASDCNotification
2023-03-08T05:40:09.714Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar
2023-03-08T05:40:09.714Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:40:09.715Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:40:09.715Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:40:09.715Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254009713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:10.716Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:10.734Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:10.761Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:40:10.761Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:40:10.762Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:40:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:40:29.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:40:29.351Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253986165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:40:29.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:40:40.762Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:40.778Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:40:40.781Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:40:40.782Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:40:40.782Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:41:10.783Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:10.800Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:10.804Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:41:10.804Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:41:10.804Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:41:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:41:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253984577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253987375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253982442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253984577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253986165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253987375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253982442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253984577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253986165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253987375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253982442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253984577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253986165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253987375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253982442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253984577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253986165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253987375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253982442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253984577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253986165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253987375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.372Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678253995398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253982442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.373Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253984534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253984577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.374Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253986165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253987375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.375Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678253995398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678253995398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.376Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253997622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678253997641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253996407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678253998101,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678253997923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678253995398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.379Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253998662,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678253995398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.380Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253998144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.381Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678253999670,
  "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=?
2023-03-08T05:41:29.395Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.395Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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 (?, ?, ?, ?, ?)
2023-03-08T05:41:29.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.407Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678253995398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:41:29.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678253999635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678253995398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:41:29.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254002368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254002136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254000999,
  "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=?
2023-03-08T05:41:29.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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=?
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254002895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.425Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254003141,
  "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=?
2023-03-08T05:41:29.430Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.430Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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 (?, ?, ?, ?, ?)
2023-03-08T05:41:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254002019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.439Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254003721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254005150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.440Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254006700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/vfw421017982cde0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254007704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254008710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/resourceInstances/vfw421017982cde0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254009713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254015001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230308053720/1.0/artifacts/service-Vfw20230308053720-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:41:29.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:41:29.443Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254016004,
  "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=?
2023-03-08T05:41:29.448Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72dd71eb-7087-4dce-b60b-d40f30444d2e
2023-03-08T05:41:29.449Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72dd71eb-7087-4dce-b60b-d40f30444d2e 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 (?, ?, ?, ?, ?)
2023-03-08T05:41:40.805Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:40.821Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e
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=?
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:41:40.824Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:41:40.825Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-08T05:41:40.830Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:42:10.831Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e 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=?
2023-03-08T05:42:10.841Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72dd71eb-7087-4dce-b60b-d40f30444d2e and serviceModelVersionId: 197d776f-69dc-4618-b19c-ec5ff8a9fb12
2023-03-08T05:42:10.843Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48717875-076f-4d66-a087-a2688f54152f
2023-03-08T05:42:10.845Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0
2023-03-08T05:42:10.851Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:42:10.935Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|INFO|500||Invoke
2023-03-08T05:42:10.935Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72dd71eb-7087-4dce-b60b-d40f30444d2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d441e4cf-2899-4968-a069-16b007894b0e], X-ECOMP-RequestID=[72dd71eb-7087-4dce-b60b-d40f30444d2e], X-TransactionId=[], X-ONAP-RequestID=[72dd71eb-7087-4dce-b60b-d40f30444d2e], Content-Type=[application/merge-patch+json]}
2023-03-08T05:42:10.949Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-08T05:42:11.300Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:42:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[335], vertex-id=[184496], x-aai-txid=[1-aai-resources-230308-05:42:10:681-45215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:42:11.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:42:11.301Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/48717875-076f-4d66-a087-a2688f54152f/model-vers/model-ver/197d776f-69dc-4618-b19c-ec5ff8a9fb12?depth=0|INFO|500||InvokeReturn
2023-03-08T05:42:11.303Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:42:11.308Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:42:11.329Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	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)
2023-03-08T05:42:11.329Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72dd71eb-7087-4dce-b60b-d40f30444d2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:42:11.329Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:42:11.330Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:42:11.330Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:42:11.330Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254131329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2023-03-08T05:42:12.344Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:42:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:42:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:42:29.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "72dd71eb-7087-4dce-b60b-d40f30444d2e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254131329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T05:42:29.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:43:12.345Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:43:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:44:12.347Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:44:29.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:45:12.348Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:45:29.351Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:46:12.351Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:46:29.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:12.351Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:47:29.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:33.095Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-08T05:47:33.095Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"66e6298a-42b8-4c02-9aec-71378c478f3b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ba838550-c6fe-4f70-b5cf-31280925ffa6","serviceDescription":"service","serviceInvariantUUID":"ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"83be2002-8b7d-48cf-94d7-ddfac7ad84d0","resourceInvariantUUID":"4a71c0bb-10b6-439e-a50c-fadb5d4913b6","resourceCustomizationUUID":"595a22ae-3bff-4749-9d97-ceda705e154d","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":"MmU4NWFhN2MxNjJiOTdkMTY3MjNkNGFmNzU4ODVlYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40eac8ab-c900-48e5-a4ad-f47503161744","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjVhMWRlNDYwNjRlZTcwMzYxOGQ5MTRlYzUxMWY0NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba9cf099-7395-4634-8108-437f6fec19fc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:47:33.103Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:47:33.104Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:33.104Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:33.104Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254432351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:33.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:47:33.271Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254432351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:47:33.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:47:34.106Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:47:34.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:34.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:34.107Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254432351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:35.108Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ba838550-c6fe-4f70-b5cf-31280925ffa6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "595a22ae-3bff-4749-9d97-ceda705e154d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "83be2002-8b7d-48cf-94d7-ddfac7ad84d0",
      "resourceInvariantUUID": "4a71c0bb-10b6-439e-a50c-fadb5d4913b6",
      "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": "ZjVhMWRlNDYwNjRlZTcwMzYxOGQ5MTRlYzUxMWY0NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ba9cf099-7395-4634-8108-437f6fec19fc"
    }
  ],
  "workloadContext": "Production"
}
2023-03-08T05:47:35.109Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:47:35.109Z|72dd71eb-7087-4dce-b60b-d40f30444d2e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba838550-c6fe-4f70-b5cf-31280925ffa6 ASDC
2023-03-08T05:47:35.110Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:66e6298a-42b8-4c02-9aec-71378c478f3b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ba838550-c6fe-4f70-b5cf-31280925ffa6
ServiceInvariantUUID:ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8
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:ba9cf099-7395-4634-8108-437f6fec19fc
ArtifactChecksum:ZjVhMWRlNDYwNjRlZTcwMzYxOGQ5MTRlYzUxMWY0NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:595a22ae-3bff-4749-9d97-ceda705e154d
ResourceInvariantUUID:4a71c0bb-10b6-439e-a50c-fadb5d4913b6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:83be2002-8b7d-48cf-94d7-ddfac7ad84d0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-08T05:47:35.110Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba838550-c6fe-4f70-b5cf-31280925ffa6 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 (?, ?, ?, ?, ?)
2023-03-08T05:47:35.175Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:47:35.177Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:47:35.177Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:47:35.177Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ba9cf099-7395-4634-8108-437f6fec19fc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:35.178Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:47:35.178Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:36.307Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:47:36.315Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ba9cf099-7395-4634-8108-437f6fec19fc 57800
2023-03-08T05:47:36.316Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-08T05:47:36.316Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:36.316Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:47:36.317Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:36.317Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:36.317Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254456316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:37.318Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:47:37.319Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:47:37.320Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ba9cf099-7395-4634-8108-437f6fec19fc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:37.320Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-08T05:47:37.321Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:37.321Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:37.508Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP863553053824498998/Definitions/service-BasicNetwork-template.yml
2023-03-08T05:47:38.282Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:47:38.283Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:47:38.283Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:38.284Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-08T05:47:38.284Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.284Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.285Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.285Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.286Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-08T05:47:38.286Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.286Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.287Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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
2023-03-08T05:47:38.287Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:47:38.288Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.288Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.289Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-08T05:47:38.289Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:47:38.290Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:47:38.290Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.290Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.291Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-08T05:47:38.291Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:47:38.292Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:47:38.292Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.292Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.293Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.293Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.294Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.294Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.295Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.295Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.296Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.296Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.297Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ba838550-c6fe-4f70-b5cf-31280925ffa6
Model Version:NULL
Model InvariantUuid:ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4a71c0bb-10b6-439e-a50c-fadb5d4913b6
Model UUID:4ce17106-5f81-4c53-a38a-9e0896855d00
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:595a22ae-3bff-4749-9d97-ceda705e154d
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-08T05:47:38.308Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 83be2002-8b7d-48cf-94d7-ddfac7ad84d0
2023-03-08T05:47:38.308Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||No resources found for Service: ba838550-c6fe-4f70-b5cf-31280925ffa6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:47:38.322Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||
2023-03-08T05:47:38.323Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: ba838550-c6fe-4f70-b5cf-31280925ffa6
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ba838550-c6fe-4f70-b5cf-31280925ffa6
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-08T05:47:38.325Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:47:38.333Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fc45c38, org.onap.sdc.toscaparser.api.parameters.Input@7850d020, org.onap.sdc.toscaparser.api.parameters.Input@2d75c94d, org.onap.sdc.toscaparser.api.parameters.Input@7b89c3b5, org.onap.sdc.toscaparser.api.parameters.Input@56017560]
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.335Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ba838550-c6fe-4f70-b5cf-31280925ffa6: Generic NeutronNet
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.336Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||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_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-03-08T05:47:38.401Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.401Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:47:38.402Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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 (?, ?)
2023-03-08T05:47:38.535Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-08T05:47:38.536Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-08T05:47:38.536Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-08T05:47:38.536Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:47:38.537Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:47:38.537Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:47:38.537Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254458536,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:47:39.538Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:47:39.551Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:47:39.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:47:39.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:47:39.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:48:09.553Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:09.584Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:09.590Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:48:09.591Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:48:09.591Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:48:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:48:29.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.352Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254445397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254423132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254418660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:48:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254450709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:48:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:48:39.591Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:39.610Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:48:39.612Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:48:39.613Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:48:39.613Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:49:09.613Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:09.635Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:09.637Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:49:09.638Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:49:09.638Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:49:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:49:29.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.352Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254432351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254445397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:49:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254423132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254418660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:49:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254450709,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254455837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254455892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254455894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254456316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254456899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254457902,
  "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=?
2023-03-08T05:49:29.370Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e6298a-42b8-4c02-9aec-71378c478f3b
2023-03-08T05:49:29.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e6298a-42b8-4c02-9aec-71378c478f3b 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 (?, ?, ?, ?, ?)
2023-03-08T05:49:29.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254458536,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:49:29.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254460408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:49:29.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254461411,
  "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=?
2023-03-08T05:49:29.392Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66e6298a-42b8-4c02-9aec-71378c478f3b
2023-03-08T05:49:29.392Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e6298a-42b8-4c02-9aec-71378c478f3b 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 (?, ?, ?, ?, ?)
2023-03-08T05:49:29.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.407Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254467375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:49:29.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.408Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254467375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:49:29.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.409Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254471320,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254473232,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:49:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:49:29.411Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254474237,
  "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=?
2023-03-08T05:49:29.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66e6298a-42b8-4c02-9aec-71378c478f3b
2023-03-08T05:49:29.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e6298a-42b8-4c02-9aec-71378c478f3b 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 (?, ?, ?, ?, ?)
2023-03-08T05:49:39.638Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:39.661Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b
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=?
2023-03-08T05:49:39.665Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:49:39.666Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:49:39.667Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-08T05:49:39.676Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:50:09.676Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66e6298a-42b8-4c02-9aec-71378c478f3b 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=?
2023-03-08T05:50:09.684Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66e6298a-42b8-4c02-9aec-71378c478f3b and serviceModelVersionId: ba838550-c6fe-4f70-b5cf-31280925ffa6
2023-03-08T05:50:09.684Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8
2023-03-08T05:50:09.686Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0
2023-03-08T05:50:09.691Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:50:09.750Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?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]}
2023-03-08T05:50:09.752Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0|INFO|500||Invoke
2023-03-08T05:50:09.770Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-08T05:50:10.028Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0|INFO|500||InvokeReturn
2023-03-08T05:50:10.031Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ecc1bf62-5d6f-4700-bc4b-c8c84ff085c8/model-vers/model-ver/ba838550-c6fe-4f70-b5cf-31280925ffa6?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:50:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[251], vertex-id=[200832], x-aai-txid=[0-aai-resources-230308-05:50:09:501-8565], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:50:10.033Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:50:10.034Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:50:10.034Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:50:10.044Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	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)
2023-03-08T05:50:10.045Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66e6298a-42b8-4c02-9aec-71378c478f3b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:50:10.045Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:50:10.046Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:10.046Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:10.046Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254610045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2023-03-08T05:50:11.065Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:50:11.083Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-08T05:50:11.083Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"dc5bed68-3848-4d11-9831-ed2ad8a21004","serviceName":"Demo_pNF_4PZTQ8NO0KG2r53zu68R","serviceVersion":"1.0","serviceUUID":"02dff110-15c6-4e29-8e62-93fc5b5b707d","serviceDescription":"catalog service description","serviceInvariantUUID":"1ccc88ac-3322-408b-a167-73933229b2dd","resources":[{"resourceInstanceName":"pNF c71e16cd-f353 0","resourceName":"pNF c71e16cd-f353","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"513caaa0-c12b-4bd4-80cb-f91e0750bfe2","resourceInvariantUUID":"18ce5710-82a0-4fab-9ce9-2ce97b5376fa","resourceCustomizationUUID":"c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml","artifactChecksum":"MzEyODdlYTRmNWZjMTM5OWI2N2M1MjNkNzFhN2M1ODE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e668183a-134d-403d-986b-afb49a93ff51","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar","artifactChecksum":"NzNkMWI0NTY3ZmNiYzE5ODU1MTJhN2M1ZGFiNTE2OTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0f833ac-7647-4c44-a499-b635db8904b1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fec21e24-a6b9-42e9-869e-652bd478777e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml","artifactChecksum":"NzBkMmYzMWM1NzYwNDJkNzc5ODE5ZTM1YjQ1YmY1ZjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95615235-1a05-417d-b1a5-1f2d3b9c9ed0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54391305-102c-4575-8c33-8e4bc7f781cb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"74674425-62c3-434a-ad13-34a6cfb0aff2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4pztq8no0kg2r53zu68r-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml","artifactChecksum":"NzgwYmEzMTU2OTE3OGEyNTc2MDUwOTY4YjRkMWExNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fab84a00-2f89-4b83-a45a-f5a0cf8e7a51","artifactVersion":"1"},{"artifactName":"service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar","artifactChecksum":"ZDZkOTljZDBjYzgyZjU3NzcwMWJhNDFhOTNmM2I4MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfa0b9f4-1de3-47f5-be37-955ea521a75a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:50:11.087Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:11.087Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:11.088Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:11.088Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:12.089Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:13.090Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:13.091Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:13.091Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:13.091Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:14.092Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:15.093Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:15.094Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:15.094Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:15.095Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:16.096Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:16.096Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:16.097Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:16.097Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:17.098Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:17.098Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:17.098Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:17.099Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:18.099Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:50:18.100Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:18.100Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:18.100Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:19.101Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "serviceName": "Demo_pNF_4PZTQ8NO0KG2r53zu68R",
  "serviceVersion": "1.0",
  "serviceUUID": "02dff110-15c6-4e29-8e62-93fc5b5b707d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ccc88ac-3322-408b-a167-73933229b2dd",
  "resources": [
    {
      "resourceInstanceName": "pNF c71e16cd-f353 0",
      "resourceCustomizationUUID": "c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0",
      "resourceName": "pNF c71e16cd-f353",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "513caaa0-c12b-4bd4-80cb-f91e0750bfe2",
      "resourceInvariantUUID": "18ce5710-82a0-4fab-9ce9-2ce97b5376fa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
      "artifactChecksum": "ZDZkOTljZDBjYzgyZjU3NzcwMWJhNDFhOTNmM2I4MjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfa0b9f4-1de3-47f5-be37-955ea521a75a"
    }
  ],
  "workloadContext": "Production"
}
2023-03-08T05:50:19.101Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:50:19.102Z|66e6298a-42b8-4c02-9aec-71378c478f3b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02dff110-15c6-4e29-8e62-93fc5b5b707d ASDC
2023-03-08T05:50:19.102Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dc5bed68-3848-4d11-9831-ed2ad8a21004
ServiceName:Demo_pNF_4PZTQ8NO0KG2r53zu68R
ServiceVersion:1.0
ServiceUUID:02dff110-15c6-4e29-8e62-93fc5b5b707d
ServiceInvariantUUID:1ccc88ac-3322-408b-a167-73933229b2dd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
ArtifactUUID:cfa0b9f4-1de3-47f5-be37-955ea521a75a
ArtifactChecksum:ZDZkOTljZDBjYzgyZjU3NzcwMWJhNDFhOTNmM2I4MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c71e16cd-f353 0
ResourceCustomizationUUID:c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0
ResourceInvariantUUID:18ce5710-82a0-4fab-9ce9-2ce97b5376fa
ResourceName:pNF c71e16cd-f353
ResourceType:PNF
ResourceUUID:513caaa0-c12b-4bd4-80cb-f91e0750bfe2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-08T05:50:19.102Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02dff110-15c6-4e29-8e62-93fc5b5b707d 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 (?, ?, ?, ?, ?)
2023-03-08T05:50:19.148Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cfa0b9f4-1de3-47f5-be37-955ea521a75a from URL: /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:19.149Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:50:19.150Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:19.363Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:50:19.364Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar cfa0b9f4-1de3-47f5-be37-955ea521a75a 88021
2023-03-08T05:50:19.364Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar ASDC sendASDCNotification
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:19.365Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254619364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:20.366Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:50:20.367Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:50:20.367Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cfa0b9f4-1de3-47f5-be37-955ea521a75a, URL: /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar to file: /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.367Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.368Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.368Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:20.531Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18286766782443345636/Definitions/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml
2023-03-08T05:50:21.413Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:50:21.413Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||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-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.414Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||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-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c71e16cd-f353 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-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:50:21.415Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Node template pNF c71e16cd-f353 0 is matching search criteria
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:50:21.416Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c71e16cd-f353 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Node template pNF c71e16cd-f353 0 is matching search criteria
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c71e16cd-f353 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:50:21.417Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.418Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.418Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.418Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.418Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.419Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.419Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.419Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.419Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.420Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.420Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4PZTQ8NO0KG2r53zu68R
Description:catalog service description
Model UUID:02dff110-15c6-4e29-8e62-93fc5b5b707d
Model Version:NULL
Model InvariantUuid:1ccc88ac-3322-408b-a167-73933229b2dd
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-08T05:50:21.430Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 513caaa0-c12b-4bd4-80cb-f91e0750bfe2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:50:21.433Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||pNF c71e16cd-f353 0
2023-03-08T05:50:21.434Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 513caaa0-c12b-4bd4-80cb-f91e0750bfe2
2023-03-08T05:50:21.434Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 02dff110-15c6-4e29-8e62-93fc5b5b707d
2023-03-08T05:50:21.434Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 02dff110-15c6-4e29-8e62-93fc5b5b707d
2023-03-08T05:50:21.434Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c71e16cd-f353 0 513caaa0-c12b-4bd4-80cb-f91e0750bfe2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:50:21.441Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a98ed60, org.onap.sdc.toscaparser.api.parameters.Input@333666ff, org.onap.sdc.toscaparser.api.parameters.Input@595ff7db, org.onap.sdc.toscaparser.api.parameters.Input@2414fef3, org.onap.sdc.toscaparser.api.parameters.Input@94ae4fc]
2023-03-08T05:50:21.441Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.442Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.442Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 02dff110-15c6-4e29-8e62-93fc5b5b707d: pNF c71e16cd-f353
2023-03-08T05:50:21.442Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Processing PNF resource: 513caaa0-c12b-4bd4-80cb-f91e0750bfe2
2023-03-08T05:50:21.443Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:50:21.443Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_4PZTQ8NO0KG2r53zu68R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:50:21.443Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Resource customization UUID: c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0 is the same as notified resource customizationUUID: c8e1c1cc-afad-4ceb-b2d2-ce3a86fe44e0
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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 (?, ?)
2023-03-08T05:50:21.661Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c71e16cd-f353 513caaa0-c12b-4bd4-80cb-f91e0750bfe2 0 ASDC deployResourceStructure
2023-03-08T05:50:21.662Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar ASDC sendASDCNotification
2023-03-08T05:50:21.662Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar
2023-03-08T05:50:21.663Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:50:21.663Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:50:21.663Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:50:21.664Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254621662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:22.665Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:50:22.679Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:50:22.683Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:50:22.684Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:50:22.684Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:50:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:50:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254516900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254543469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254535397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254548914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254560001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254560104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254560069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:50:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254561087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.368Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254562094,
  "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=?
2023-03-08T05:50:29.391Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc5bed68-3848-4d11-9831-ed2ad8a21004
2023-03-08T05:50:29.391Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5bed68-3848-4d11-9831-ed2ad8a21004 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 (?, ?, ?, ?, ?)
2023-03-08T05:50:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.410Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.410Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254557375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254566050,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:50:29.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254566462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:50:29.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:29.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.412Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254567053,
  "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=?
2023-03-08T05:50:29.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc5bed68-3848-4d11-9831-ed2ad8a21004
2023-03-08T05:50:29.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5bed68-3848-4d11-9831-ed2ad8a21004 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 (?, ?, ?, ?, ?)
2023-03-08T05:50:29.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:50:29.435Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254568613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:50:29.435Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:50:52.684Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:50:52.698Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:50:52.701Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:50:52.701Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:50:52.701Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:50:52.701Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:51:22.701Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:51:22.729Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:51:22.731Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:51:22.731Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:51:22.732Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T05:51:22.732Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T05:51:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:51:29.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.351Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254569617,
  "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=?
2023-03-08T05:51:29.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc5bed68-3848-4d11-9831-ed2ad8a21004
2023-03-08T05:51:29.370Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc5bed68-3848-4d11-9831-ed2ad8a21004 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 (?, ?, ?, ?, ?)
2023-03-08T05:51:29.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "66e6298a-42b8-4c02-9aec-71378c478f3b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254610045,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T05:51:29.383Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.383Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:51:29.384Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:51:29.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.385Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/resourceInstances/pnfc71e16cdf3530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:51:29.385Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:51:29.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254611065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:51:29.386Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.386Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254619364,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:51:29.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:29.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:51:29.387Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254621662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4pztq8no0kg2r53zu68r/1.0/artifacts/service-DemoPnf4pztq8no0kg2r53zu68r-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:51:29.387Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:51:52.732Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:51:52.747Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004
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=?
2023-03-08T05:51:52.751Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:51:52.751Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:51:52.751Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:51:52.751Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:51:52.751Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:51:52.753Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:51:52.753Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:51:52.753Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:51:52.753Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-08T05:51:52.759Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:52:22.759Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc5bed68-3848-4d11-9831-ed2ad8a21004 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=?
2023-03-08T05:52:22.765Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc5bed68-3848-4d11-9831-ed2ad8a21004 and serviceModelVersionId: 02dff110-15c6-4e29-8e62-93fc5b5b707d
2023-03-08T05:52:22.765Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ccc88ac-3322-408b-a167-73933229b2dd
2023-03-08T05:52:22.766Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0
2023-03-08T05:52:22.770Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:52:22.818Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0|INFO|500||Invoke
2023-03-08T05:52:22.819Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc5bed68-3848-4d11-9831-ed2ad8a21004], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4fb90a4-c6dc-48f6-ae03-24f0cc0a39e6], X-ECOMP-RequestID=[dc5bed68-3848-4d11-9831-ed2ad8a21004], X-TransactionId=[], X-ONAP-RequestID=[dc5bed68-3848-4d11-9831-ed2ad8a21004], Content-Type=[application/merge-patch+json]}
2023-03-08T05:52:22.850Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-08T05:52:23.043Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:52:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[189], vertex-id=[225312], x-aai-txid=[2-aai-resources-230308-05:52:22:578-37480], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:52:23.044Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:52:23.045Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/1ccc88ac-3322-408b-a167-73933229b2dd/model-vers/model-ver/02dff110-15c6-4e29-8e62-93fc5b5b707d?depth=0|INFO|500||InvokeReturn
2023-03-08T05:52:23.045Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:52:23.045Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:52:23.052Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	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)
2023-03-08T05:52:23.053Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc5bed68-3848-4d11-9831-ed2ad8a21004 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:52:23.053Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:52:23.053Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:23.053Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:23.053Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254743053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2023-03-08T05:52:24.123Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:52:24.132Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-08T05:52:24.132Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f38bcbfa-8793-4e25-b0a1-12a9e2f0188d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cb3255d5-7e02-4b4e-a640-c8481ae62ca9","serviceDescription":"service","serviceInvariantUUID":"8f0e97be-a375-4fbb-9cdd-e5c96c6171f5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f552218-73bc-4c24-b0e6-d49a79e82bf6","resourceInvariantUUID":"af62d6e8-2586-4845-9108-3a266c3a4436","resourceCustomizationUUID":"aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c","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":"NjdkYjRlMjI1NTdlODM4OTA4M2IzNDhiYjEwOGM0YjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7e4fc15-1f5d-463d-a211-f6672b3608c4","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":"NWZkOWVjNTllN2NjNWQzYTM5NzQwZDcxY2IwZDQ5ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa192490-2b3b-43bc-8bdf-c43969f28336","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":"404f21cd-de31-4b83-bfc3-480b4bc2bf44","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":"38dd062f-aea9-416d-8fb7-592183d5090b","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":"a7ed33a1-e61c-4f06-8d75-6111cd57fe33","artifactVersion":"2","generatedFromUUID":"404f21cd-de31-4b83-bfc3-480b4bc2bf44"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2E1ZmU5ZGNiNWMwMzBlMTljZGUwODYwOTUwOTllYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffd534f4-8826-4e2e-a772-b02645180de4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWY0MGM3MzMxNjFiODZhZDkzNmJlMDI5NWNiZTVkZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb0f7542-a3a7-480c-9874-24e3b3b0b70c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T05:52:24.134Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:52:24.135Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:24.135Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:24.135Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:25.136Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:52:25.136Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:25.136Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:25.137Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:26.137Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:52:26.138Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:26.138Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:26.138Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:27.139Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:52:27.139Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:27.139Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:27.140Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:28.140Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:52:28.141Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:28.141Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:28.141Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:29.142Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:52:29.142Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:29.143Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:29.143Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254625397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254621007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254623107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254618486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254621007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254625397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254623107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.356Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254618486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254625397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254623107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.357Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254621007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254618486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254621007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254625397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254623107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254618486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254621007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254625397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.360Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254623107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254618486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254621007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.361Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254625397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254623107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254618486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254621007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254625397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254623107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.363Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254618486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678254639535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.364Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254638187,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254639560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254639606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254640568,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:52:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254639829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:52:29.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.366Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678254641584,
  "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=?
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 (?, ?, ?, ?, ?)
2023-03-08T05:52:29.409Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f38bcbfa-8793-4e25-b0a1-12a9e2f0188d
2023-03-08T05:52:29.409Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f38bcbfa-8793-4e25-b0a1-12a9e2f0188d 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 (?, ?, ?, ?, ?)
2023-03-08T05:52:29.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.433Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254641068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:52:29.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.433Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254642463,
  "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=?
2023-03-08T05:52:29.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f38bcbfa-8793-4e25-b0a1-12a9e2f0188d
2023-03-08T05:52:29.439Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f38bcbfa-8793-4e25-b0a1-12a9e2f0188d 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=?
2023-03-08T05:52:29.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678254643467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T05:52:29.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.447Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254647375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.448Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254648965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:52:29.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254647375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.449Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.449Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "aai-model-loader",
  "timestamp": 1678254649968,
  "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=?
2023-03-08T05:52:29.456Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f38bcbfa-8793-4e25-b0a1-12a9e2f0188d
2023-03-08T05:52:29.456Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f38bcbfa-8793-4e25-b0a1-12a9e2f0188d 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 (?, ?, ?, ?, ?)
2023-03-08T05:52:29.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.471Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254647375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.471Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254647375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.472Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254647375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254647375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:52:29.473Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.473Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254647375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:52:29.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254655734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:52:29.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.474Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254658289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:52:29.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:52:29.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:52:29.475Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678254659294,
  "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=?
2023-03-08T05:52:29.480Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f38bcbfa-8793-4e25-b0a1-12a9e2f0188d
2023-03-08T05:52:29.481Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f38bcbfa-8793-4e25-b0a1-12a9e2f0188d 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 (?, ?, ?, ?, ?)
2023-03-08T05:52:30.143Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T05:52:30.144Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:30.144Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:30.144Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:31.146Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "cb3255d5-7e02-4b4e-a640-c8481ae62ca9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8f0e97be-a375-4fbb-9cdd-e5c96c6171f5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f552218-73bc-4c24-b0e6-d49a79e82bf6",
      "resourceInvariantUUID": "af62d6e8-2586-4845-9108-3a266c3a4436",
      "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": "NWZkOWVjNTllN2NjNWQzYTM5NzQwZDcxY2IwZDQ5ZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa192490-2b3b-43bc-8bdf-c43969f28336",
          "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": "404f21cd-de31-4b83-bfc3-480b4bc2bf44",
          "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": "a7ed33a1-e61c-4f06-8d75-6111cd57fe33",
            "generatedFromUUID": "404f21cd-de31-4b83-bfc3-480b4bc2bf44"
          },
          "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": "a7ed33a1-e61c-4f06-8d75-6111cd57fe33",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWY0MGM3MzMxNjFiODZhZDkzNmJlMDI5NWNiZTVkZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cb0f7542-a3a7-480c-9874-24e3b3b0b70c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-08T05:52:31.147Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T05:52:31.147Z|dc5bed68-3848-4d11-9831-ed2ad8a21004|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb3255d5-7e02-4b4e-a640-c8481ae62ca9 ASDC
2023-03-08T05:52:31.147Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f38bcbfa-8793-4e25-b0a1-12a9e2f0188d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cb3255d5-7e02-4b4e-a640-c8481ae62ca9
ServiceInvariantUUID:8f0e97be-a375-4fbb-9cdd-e5c96c6171f5
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:cb0f7542-a3a7-480c-9874-24e3b3b0b70c
ArtifactChecksum:NWY0MGM3MzMxNjFiODZhZDkzNmJlMDI5NWNiZTVkZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c
ResourceInvariantUUID:af62d6e8-2586-4845-9108-3a266c3a4436
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2f552218-73bc-4c24-b0e6-d49a79e82bf6
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:fa192490-2b3b-43bc-8bdf-c43969f28336
ArtifactChecksum:NWZkOWVjNTllN2NjNWQzYTM5NzQwZDcxY2IwZDQ5ZGE=
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:404f21cd-de31-4b83-bfc3-480b4bc2bf44
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:a7ed33a1-e61c-4f06-8d75-6111cd57fe33
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:a7ed33a1-e61c-4f06-8d75-6111cd57fe33
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-08T05:52:31.147Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb3255d5-7e02-4b4e-a640-c8481ae62ca9 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=?
2023-03-08T05:52:31.291Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:52:31.292Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:52:31.292Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:52:31.292Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cb0f7542-a3a7-480c-9874-24e3b3b0b70c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-08T05:52:31.293Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:52:31.293Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-08T05:52:31.625Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:52:31.626Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cb0f7542-a3a7-480c-9874-24e3b3b0b70c 75177
2023-03-08T05:52:31.627Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-08T05:52:31.627Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-08T05:52:31.627Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:52:31.628Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:31.628Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:31.628Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254751627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:32.629Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T05:52:32.631Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-03-08T05:52:32.631Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: cb0f7542-a3a7-480c-9874-24e3b3b0b70c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:32.632Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-08T05:52:32.632Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:32.632Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:32.774Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2650199871731219553/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-08T05:52:34.239Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T05:52:34.240Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:52:34.240Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:34.240Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-08T05:52:34.240Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:34.240Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.241Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:34.242Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:34.242Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:52:34.242Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:52:34.242Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.243Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:34.243Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:34.243Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-03-08T05:52:34.243Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T05:52:34.244Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.244Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:34.244Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.244Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-08T05:52:34.244Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-08T05:52:34.245Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-08T05:52:34.245Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-08T05:52:34.245Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-08T05:52:34.245Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-08T05:52:34.245Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.246Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:52:34.246Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.246Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:34.246Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:52:34.247Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.247Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:34.247Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:52:34.247Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.248Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:34.248Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:52:34.248Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.248Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-08T05:52:34.249Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-08T05:52:34.249Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-08T05:52:34.249Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ed4c9eb-d6a1-4dca-976d-a74f03c7f778
2023-03-08T05:52:34.250Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.250Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:34.250Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.250Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:34.250Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.251Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:34.251Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:34.251Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:34.251Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cb3255d5-7e02-4b4e-a640-c8481ae62ca9
Model Version:NULL
Model InvariantUuid:8f0e97be-a375-4fbb-9cdd-e5c96c6171f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f59199b2-cddc-404e-a40f-4f0cd03b192b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af62d6e8-2586-4845-9108-3a266c3a4436
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a4b2b474-2978-45fb-96a0-0e96eaddab54
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:321bdf2a-4020-4131-b267-adda3f7683d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ed4c9eb-d6a1-4dca-976d-a74f03c7f778
ModelInvariantUuid:75ebb44c-0faf-460b-880e-70a2ee9d4298
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1ac60e51-0f94-4630-b225-40ed1352de4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c915ace3-82b4-44b1-9e6a-07d2a62359ba
ModelInvariantUuid:4a07c9f4-5d3b-4013-9058-147418eabf38
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:137e65c7-6e89-4c7b-ac47-33facf069374
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-08T05:52:34.262Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f552218-73bc-4c24-b0e6-d49a79e82bf6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:52:34.267Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||basic_vm 0
2023-03-08T05:52:34.267Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f552218-73bc-4c24-b0e6-d49a79e82bf6
2023-03-08T05:52:34.267Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fa192490-2b3b-43bc-8bdf-c43969f28336 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-08T05:52:34.267Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:52:34.268Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-08T05:52:34.548Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:52:34.549Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fa192490-2b3b-43bc-8bdf-c43969f28336 787
2023-03-08T05:52:34.549Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:34.549Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:34.549Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:52:34.550Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:34.550Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:34.550Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254754549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:35.551Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a4b2b474-2978-45fb-96a0-0e96eaddab54",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "321bdf2a-4020-4131-b267-adda3f7683d7",
    "vfModuleModelCustomizationUUID": "40010682-ae42-4931-aa84-e137d38d6881",
    "isBase": true,
    "artifacts": [
      "404f21cd-de31-4b83-bfc3-480b4bc2bf44",
      "a7ed33a1-e61c-4f06-8d75-6111cd57fe33"
    ],
    "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": ""
    }
  }
]
2023-03-08T05:52:35.556Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:321bdf2a-4020-4131-b267-adda3f7683d7
VfModuleModelInvariantUUID:a4b2b474-2978-45fb-96a0-0e96eaddab54
VfModuleModelDescription:NULL
Artifacts UUID List:{
404f21cd-de31-4b83-bfc3-480b4bc2bf44
,
a7ed33a1-e61c-4f06-8d75-6111cd57fe33

}
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


}

2023-03-08T05:52:35.559Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a4b2b474-2978-45fb-96a0-0e96eaddab54",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "321bdf2a-4020-4131-b267-adda3f7683d7",
    "vfModuleModelCustomizationUUID": "40010682-ae42-4931-aa84-e137d38d6881",
    "isBase": true,
    "artifacts": [
      "404f21cd-de31-4b83-bfc3-480b4bc2bf44",
      "a7ed33a1-e61c-4f06-8d75-6111cd57fe33"
    ],
    "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": ""
    }
  }
]
2023-03-08T05:52:35.560Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:321bdf2a-4020-4131-b267-adda3f7683d7
VfModuleModelInvariantUUID:a4b2b474-2978-45fb-96a0-0e96eaddab54
VfModuleModelDescription:NULL
Artifacts UUID List:{
404f21cd-de31-4b83-bfc3-480b4bc2bf44
,
a7ed33a1-e61c-4f06-8d75-6111cd57fe33

}
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


}

2023-03-08T05:52:35.560Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 404f21cd-de31-4b83-bfc3-480b4bc2bf44 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-08T05:52:35.560Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:52:35.560Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-08T05:52:36.041Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:52:36.041Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 404f21cd-de31-4b83-bfc3-480b4bc2bf44 5033
2023-03-08T05:52:36.042Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:36.042Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:36.042Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:52:36.042Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:36.042Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:36.042Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254756042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:37.043Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7ed33a1-e61c-4f06-8d75-6111cd57fe33 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-08T05:52:37.044Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-03-08T05:52:37.044Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-08T05:52:37.447Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-03-08T05:52:37.448Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a7ed33a1-e61c-4f06-8d75-6111cd57fe33 903
2023-03-08T05:52:37.448Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:37.448Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:37.448Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T05:52:37.449Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:37.449Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:37.449Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254757448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:38.450Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cb3255d5-7e02-4b4e-a640-c8481ae62ca9
2023-03-08T05:52:38.451Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2f552218-73bc-4c24-b0e6-d49a79e82bf6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:52:38.473Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5cc830, org.onap.sdc.toscaparser.api.parameters.Input@67e72514, org.onap.sdc.toscaparser.api.parameters.Input@7d3af43d, org.onap.sdc.toscaparser.api.parameters.Input@20827376, org.onap.sdc.toscaparser.api.parameters.Input@3d02321e]
2023-03-08T05:52:38.475Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.475Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.475Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-03-08T05:52:38.475Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c
2023-03-08T05:52:38.476Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c matches Tosca VF Customization UUID: aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c
2023-03-08T05:52:38.476Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-08T05:52:38.478Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.479Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.479Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-08T05:52:38.480Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a0837fd
2023-03-08T05:52:38.480Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.480Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T05:52:38.480Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40010682-ae42-4931-aa84-e137d38d6881
2023-03-08T05:52:38.480Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40010682-ae42-4931-aa84-e137d38d6881
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-08T05:52:38.483Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.483Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:38.483Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:52:38.484Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.484Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:38.484Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:52:38.484Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.484Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-08T05:52:38.485Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-08T05:52:38.485Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-08T05:52:38.485Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3ed4c9eb-d6a1-4dca-976d-a74f03c7f778
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-08T05:52:38.489Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.489Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:38.489Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T05:52:38.489Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.490Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-08T05:52:38.490Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=aecf17c0-c7a7-4a64-8b04-ae61e67dbd2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:52:38.493Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.493Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.493Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cb3255d5-7e02-4b4e-a640-c8481ae62ca9: basic_vm
2023-03-08T05:52:38.493Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.493Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.494Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.494Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.494Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.494Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.494Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.495Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.495Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T05:52:38.495Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T05:52:38.495Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2023-03-08T05:52:38.624Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2f552218-73bc-4c24-b0e6-d49a79e82bf6 1 ASDC deployResourceStructure
2023-03-08T05:52:38.625Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:38.625Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:38.625Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:52:38.625Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:38.625Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:38.625Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254758625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:39.626Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:39.627Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:39.627Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:52:39.627Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:39.627Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:39.628Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254759626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:40.629Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:40.629Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||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
2023-03-08T05:52:40.629Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:52:40.629Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:40.630Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:40.630Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254760628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:41.631Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-08T05:52:41.631Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-08T05:52:41.631Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T05:52:41.632Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:52:41.632Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:52:41.632Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254761631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:52:42.633Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f38bcbfa-8793-4e25-b0a1-12a9e2f0188d
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=?
2023-03-08T05:52:42.642Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f38bcbfa-8793-4e25-b0a1-12a9e2f0188d
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=?
2023-03-08T05:52:42.645Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T05:52:42.646Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T05:52:42.646Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T05:52:42.646Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T05:52:42.646Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:52:42.646Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:52:42.646Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:52:42.646Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T05:52:42.647Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-08T05:52:42.651Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T05:53:12.652Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f38bcbfa-8793-4e25-b0a1-12a9e2f0188d 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=?
2023-03-08T05:53:12.657Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f38bcbfa-8793-4e25-b0a1-12a9e2f0188d and serviceModelVersionId: cb3255d5-7e02-4b4e-a640-c8481ae62ca9
2023-03-08T05:53:12.657Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f0e97be-a375-4fbb-9cdd-e5c96c6171f5
2023-03-08T05:53:12.658Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0
2023-03-08T05:53:12.661Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T05:53:12.726Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0|INFO|500||Invoke
2023-03-08T05:53:12.726Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f38bcbfa-8793-4e25-b0a1-12a9e2f0188d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a29d452-e4a1-4915-a09c-49b3ebf3d37c], X-ECOMP-RequestID=[f38bcbfa-8793-4e25-b0a1-12a9e2f0188d], X-TransactionId=[], X-ONAP-RequestID=[f38bcbfa-8793-4e25-b0a1-12a9e2f0188d], Content-Type=[application/merge-patch+json]}
2023-03-08T05:53:12.733Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-08T05:53:12.905Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 05:53:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[143464], x-aai-txid=[2-aai-resources-230308-05:53:12:460-54547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T05:53:12.905Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-08T05:53:12.906Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8f0e97be-a375-4fbb-9cdd-e5c96c6171f5/model-vers/model-ver/cb3255d5-7e02-4b4e-a640-c8481ae62ca9?depth=0|INFO|500||InvokeReturn
2023-03-08T05:53:12.906Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T05:53:12.906Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T05:53:12.923Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	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)
2023-03-08T05:53:12.923Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f38bcbfa-8793-4e25-b0a1-12a9e2f0188d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T05:53:12.924Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T05:53:12.924Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-03-08T05:53:12.924Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T05:53:12.924Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254792924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2023-03-08T05:53:13.969Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:53:29.349Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:53:29.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:53:29.352Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "dc5bed68-3848-4d11-9831-ed2ad8a21004",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254743053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T05:53:29.352Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:53:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:53:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:53:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:53:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:53:29.353Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T05:53:29.353Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:53:29.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:53:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-08T05:53:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:53:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:53:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:53:29.354Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:53:29.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:53:29.354Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-08T05:53:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:53:29.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T05:53:29.355Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T05:53:29.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:13.970Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:54:29.350Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:54:29.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.352Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254744123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T05:54:29.353Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254751627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:54:29.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.354Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254754549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:54:29.354Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.355Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254756042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:54:29.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.355Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254757448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T05:54:29.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254758625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254759626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254760628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-08T05:54:29.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254761631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T05:54:29.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:54:29.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-08T05:54:29.357Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f38bcbfa-8793-4e25-b0a1-12a9e2f0188d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678254792924,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T05:54:29.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T05:55:13.971Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:55:29.350Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:56:13.972Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:56:29.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:57:13.973Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:57:29.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:58:13.975Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:58:29.353Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T05:59:13.976Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T05:59:29.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:00:13.977Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:00:29.355Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:01:13.979Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:01:29.356Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:02:13.979Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:02:29.357Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:03:13.980Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:03:29.357Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:04:13.982Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:04:29.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:05:13.984Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:05:29.359Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:06:13.985Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:06:29.361Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:07:13.986Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:07:29.361Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:08:13.988Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:08:29.363Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:09:13.989Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:09:29.364Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:10:13.990Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:10:29.365Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:11:13.991Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:11:29.366Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:12:13.992Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:12:29.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:13:13.994Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:13:29.367Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:14:13.995Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:14:29.369Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:15:13.997Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:15:29.370Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:16:13.997Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:16:29.370Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:17:13.999Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:17:29.371Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:18:14.000Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:18:29.372Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:19:14.001Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:19:29.373Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:20:14.003Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:20:29.375Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:21:14.003Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:21:29.376Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:22:14.004Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:22:29.376Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:23:14.006Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:23:29.378Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:24:14.009Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:24:29.378Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:05.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T06:25:05.512Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fc7eecd8-9fa4-4066-84d2-aff28a34f1fa","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"145b44b7-0c63-41bc-8dc9-05ea60377226","serviceDescription":"service","serviceInvariantUUID":"c2cc425a-83a0-4ca7-9644-a9a97cf7c140","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c41123a0-0a90-478f-9b52-d33c3433affd","resourceInvariantUUID":"b5ff3cdf-9b45-4a84-8d3c-674372006480","resourceCustomizationUUID":"41109ae4-e634-4d1a-b696-62d8c7637636","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZjFhNzc1YWRhN2M0ZmQzOGYxMjY4NjJlZmYwOGIzMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc875791-7c69-4e0d-80b2-3fd770e18f5e","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZmZmOTM4NTk5YTQwN2Y5MTNkZTQxYTU0YTU1OGQ5YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e411b76-7540-43c5-b2c8-45a297fad491","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"289a4a4e-2cde-4bc2-bde7-c3463455cc24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86a83260-c30c-4d84-8df4-57e9e25f6049","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db3a0ba9-d621-4212-9387-70c2b7dc7213","artifactVersion":"2","generatedFromUUID":"549c227a-244d-4058-b4e7-4b6862021a4c"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2fb1fc67-c14d-4234-9204-fcb157509453","artifactVersion":"2","generatedFromUUID":"289a4a4e-2cde-4bc2-bde7-c3463455cc24"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"549c227a-244d-4058-b4e7-4b6862021a4c","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df4b1a49-bd79-4780-9f13-9cccbfc485e0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NDEyN2MyMzI3OGE4ZmE3YjVlYzI0YzYyYWVjODVlYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"063d5fae-ddf1-4841-a3bb-71fddb3e76b5","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDdjODcxMTgzM2EyMzNhYzFiNWViNTdkYjY5YWFmNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5900f290-5a08-4970-9aba-22c816fcb915","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T06:25:05.515Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:05.516Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:05.516Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:05.516Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:05.552Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T06:25:05.553Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T06:25:05.553Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T06:25:05.553Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T06:25:05.554Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T06:25:05.554Z||kafka-producer-network-thread | SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c70612ca-c3f8-4f45-a557-7a269b2baf87] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to gEgY0n8yQdGBA3MSk2ktOA
2023-03-08T06:25:05.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:25:05.725Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:25:05.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:25:05.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:25:05.727Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:25:05.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:25:06.556Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:06.557Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:06.557Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:06.564Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:07.564Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:07.565Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:07.565Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:07.566Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:08.567Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:08.567Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:08.568Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:08.568Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:09.569Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:09.569Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:09.569Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:09.570Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:10.571Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:10.572Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:10.572Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:10.572Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:11.573Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:11.574Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:11.574Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:11.574Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:12.575Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:12.575Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:12.575Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:12.575Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:13.576Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:13.577Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:13.577Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:13.577Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:14.578Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:25:14.578Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:14.579Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:14.579Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:15.580Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "145b44b7-0c63-41bc-8dc9-05ea60377226",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c2cc425a-83a0-4ca7-9644-a9a97cf7c140",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "41109ae4-e634-4d1a-b696-62d8c7637636",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c41123a0-0a90-478f-9b52-d33c3433affd",
      "resourceInvariantUUID": "b5ff3cdf-9b45-4a84-8d3c-674372006480",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZmZmOTM4NTk5YTQwN2Y5MTNkZTQxYTU0YTU1OGQ5YTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e411b76-7540-43c5-b2c8-45a297fad491",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "289a4a4e-2cde-4bc2-bde7-c3463455cc24",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2fb1fc67-c14d-4234-9204-fcb157509453",
            "generatedFromUUID": "289a4a4e-2cde-4bc2-bde7-c3463455cc24"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "db3a0ba9-d621-4212-9387-70c2b7dc7213",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2fb1fc67-c14d-4234-9204-fcb157509453",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "549c227a-244d-4058-b4e7-4b6862021a4c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDdjODcxMTgzM2EyMzNhYzFiNWViNTdkYjY5YWFmNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5900f290-5a08-4970-9aba-22c816fcb915"
    }
  ],
  "workloadContext": "Production"
}
2023-03-08T06:25:15.581Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T06:25:15.581Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 145b44b7-0c63-41bc-8dc9-05ea60377226 ASDC
2023-03-08T06:25:15.582Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:145b44b7-0c63-41bc-8dc9-05ea60377226
ServiceInvariantUUID:c2cc425a-83a0-4ca7-9644-a9a97cf7c140
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:5900f290-5a08-4970-9aba-22c816fcb915
ArtifactChecksum:ZDdjODcxMTgzM2EyMzNhYzFiNWViNTdkYjY5YWFmNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:41109ae4-e634-4d1a-b696-62d8c7637636
ResourceInvariantUUID:b5ff3cdf-9b45-4a84-8d3c-674372006480
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c41123a0-0a90-478f-9b52-d33c3433affd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:4e411b76-7540-43c5-b2c8-45a297fad491
ArtifactChecksum:ZmZmOTM4NTk5YTQwN2Y5MTNkZTQxYTU0YTU1OGQ5YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:289a4a4e-2cde-4bc2-bde7-c3463455cc24
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:2fb1fc67-c14d-4234-9204-fcb157509453
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:db3a0ba9-d621-4212-9387-70c2b7dc7213
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:2fb1fc67-c14d-4234-9204-fcb157509453
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:549c227a-244d-4058-b4e7-4b6862021a4c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-08T06:25:15.582Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 145b44b7-0c63-41bc-8dc9-05ea60377226 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 (?, ?, ?, ?, ?)
2023-03-08T06:25:15.895Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T06:25:15.897Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-08T06:25:15.897Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-08T06:25:15.897Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5900f290-5a08-4970-9aba-22c816fcb915 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:15.897Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:25:15.897Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:16.514Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:25:16.523Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5900f290-5a08-4970-9aba-22c816fcb915 163277
2023-03-08T06:25:16.523Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-08T06:25:16.524Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:16.524Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:25:16.525Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:16.525Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:16.525Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256716523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:17.526Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T06:25:17.527Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-08T06:25:17.527Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5900f290-5a08-4970-9aba-22c816fcb915, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:17.529Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-08T06:25:17.530Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:17.530Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:17.739Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11053293321340987104/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-08T06:25:19.338Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T06:25:19.339Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-08T06:25:19.339Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:19.340Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-08T06:25:19.340Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|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-BasicCnfMacro-csar.csar
2023-03-08T06:25:19.340Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:19.340Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:19.340Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:19.340Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-08T06:25:19.341Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.341Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:19.341Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:19.342Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-08T06:25:19.342Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T06:25:19.342Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.343Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:19.343Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:19.343Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-08T06:25:19.343Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T06:25:19.343Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.344Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:19.344Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.344Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-08T06:25:19.344Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-08T06:25:19.345Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-08T06:25:19.345Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-08T06:25:19.345Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.345Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T06:25:19.346Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.346Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:19.346Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:25:19.347Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.347Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:19.347Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:25:19.347Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.347Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:19.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:25:19.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:19.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:25:19.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.349Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-08T06:25:19.349Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-08T06:25:19.349Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9c98b67d-964a-4532-aaa5-da4b7c192410
2023-03-08T06:25:19.349Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.350Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:19.350Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.350Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:19.351Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.351Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:19.351Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:19.351Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:19.352Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:145b44b7-0c63-41bc-8dc9-05ea60377226
Model Version:NULL
Model InvariantUuid:c2cc425a-83a0-4ca7-9644-a9a97cf7c140
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:6adef5c6-6241-422c-ae55-93da2ba1a87a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b5ff3cdf-9b45-4a84-8d3c-674372006480
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41109ae4-e634-4d1a-b696-62d8c7637636
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fe295e8f-7b21-4785-b41c-1f623934ab9f
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:aead4856-d4c5-4563-90f1-1dea39806b7e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:65b1e83e-05d9-40d0-8547-ee319bb616f5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b745faf1-b3e8-4a3d-844f-2a28be0d30b1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c98b67d-964a-4532-aaa5-da4b7c192410
ModelInvariantUuid:4c1de0d1-277e-4ff2-92e2-42bbe69f3f31
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:387cd3d9-bb57-481a-9ade-f409314a1304
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6afba921-a65a-4323-87b1-c9ced70b86dd
ModelInvariantUuid:fb49608a-af6c-4368-b14e-bfb6af347f09
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7ecdd091-5bd4-4e0a-b5eb-3ae55f53130c
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-08T06:25:19.433Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c41123a0-0a90-478f-9b52-d33c3433affd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:25:19.442Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2023-03-08T06:25:19.442Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c41123a0-0a90-478f-9b52-d33c3433affd
2023-03-08T06:25:19.443Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4e411b76-7540-43c5-b2c8-45a297fad491 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-08T06:25:19.443Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:25:19.443Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-08T06:25:19.628Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:25:19.629Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4e411b76-7540-43c5-b2c8-45a297fad491 1565
2023-03-08T06:25:19.629Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-08T06:25:19.629Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-08T06:25:19.630Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:25:19.630Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:19.630Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:19.630Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256719629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:20.631Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "65b1e83e-05d9-40d0-8547-ee319bb616f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b745faf1-b3e8-4a3d-844f-2a28be0d30b1",
    "vfModuleModelCustomizationUUID": "0f0e73d3-7008-4219-bbda-96f88276954f",
    "isBase": true,
    "artifacts": [
      "289a4a4e-2cde-4bc2-bde7-c3463455cc24",
      "2fb1fc67-c14d-4234-9204-fcb157509453"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "fe295e8f-7b21-4785-b41c-1f623934ab9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aead4856-d4c5-4563-90f1-1dea39806b7e",
    "vfModuleModelCustomizationUUID": "bd184f0a-bbd0-4aa4-90b3-b0c462f886b2",
    "isBase": false,
    "artifacts": [
      "549c227a-244d-4058-b4e7-4b6862021a4c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-08T06:25:20.636Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b745faf1-b3e8-4a3d-844f-2a28be0d30b1
VfModuleModelInvariantUUID:65b1e83e-05d9-40d0-8547-ee319bb616f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
289a4a4e-2cde-4bc2-bde7-c3463455cc24
,
2fb1fc67-c14d-4234-9204-fcb157509453

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:aead4856-d4c5-4563-90f1-1dea39806b7e
VfModuleModelInvariantUUID:fe295e8f-7b21-4785-b41c-1f623934ab9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
549c227a-244d-4058-b4e7-4b6862021a4c

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-03-08T06:25:20.638Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "65b1e83e-05d9-40d0-8547-ee319bb616f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b745faf1-b3e8-4a3d-844f-2a28be0d30b1",
    "vfModuleModelCustomizationUUID": "0f0e73d3-7008-4219-bbda-96f88276954f",
    "isBase": true,
    "artifacts": [
      "289a4a4e-2cde-4bc2-bde7-c3463455cc24",
      "2fb1fc67-c14d-4234-9204-fcb157509453"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "fe295e8f-7b21-4785-b41c-1f623934ab9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aead4856-d4c5-4563-90f1-1dea39806b7e",
    "vfModuleModelCustomizationUUID": "bd184f0a-bbd0-4aa4-90b3-b0c462f886b2",
    "isBase": false,
    "artifacts": [
      "549c227a-244d-4058-b4e7-4b6862021a4c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-03-08T06:25:20.639Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b745faf1-b3e8-4a3d-844f-2a28be0d30b1
VfModuleModelInvariantUUID:65b1e83e-05d9-40d0-8547-ee319bb616f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
289a4a4e-2cde-4bc2-bde7-c3463455cc24
,
2fb1fc67-c14d-4234-9204-fcb157509453

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:aead4856-d4c5-4563-90f1-1dea39806b7e
VfModuleModelInvariantUUID:fe295e8f-7b21-4785-b41c-1f623934ab9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
549c227a-244d-4058-b4e7-4b6862021a4c

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2023-03-08T06:25:20.639Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 289a4a4e-2cde-4bc2-bde7-c3463455cc24 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-08T06:25:20.639Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:25:20.639Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-08T06:25:21.722Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:25:21.723Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 289a4a4e-2cde-4bc2-bde7-c3463455cc24 914
2023-03-08T06:25:21.723Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-08T06:25:21.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-08T06:25:21.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:25:21.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:21.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:21.725Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256721723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:22.726Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: db3a0ba9-d621-4212-9387-70c2b7dc7213 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-08T06:25:22.726Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:25:22.727Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-08T06:25:23.193Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:25:23.193Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env db3a0ba9-d621-4212-9387-70c2b7dc7213 12
2023-03-08T06:25:23.194Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-08T06:25:23.194Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-08T06:25:23.194Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:25:23.194Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:23.195Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:23.195Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256723194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:24.196Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2fb1fc67-c14d-4234-9204-fcb157509453 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-08T06:25:24.196Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:25:24.197Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-08T06:25:24.461Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:25:24.461Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2fb1fc67-c14d-4234-9204-fcb157509453 96
2023-03-08T06:25:24.462Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-08T06:25:24.462Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-08T06:25:24.462Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:25:24.462Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:24.462Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:24.463Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256724462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:25.465Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 549c227a-244d-4058-b4e7-4b6862021a4c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-08T06:25:25.465Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:25:25.465Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-08T06:25:26.131Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:25:26.132Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 549c227a-244d-4058-b4e7-4b6862021a4c 20206
2023-03-08T06:25:26.133Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-08T06:25:26.133Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-08T06:25:26.133Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:25:26.134Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:26.134Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:26.135Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256726133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:27.141Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 145b44b7-0c63-41bc-8dc9-05ea60377226
2023-03-08T06:25:27.141Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c41123a0-0a90-478f-9b52-d33c3433affd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:25:27.189Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32f9bfde, org.onap.sdc.toscaparser.api.parameters.Input@eb52bf4, org.onap.sdc.toscaparser.api.parameters.Input@602663be, org.onap.sdc.toscaparser.api.parameters.Input@200a1cf3, org.onap.sdc.toscaparser.api.parameters.Input@5f724063]
2023-03-08T06:25:27.191Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.191Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.191Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-08T06:25:27.192Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 41109ae4-e634-4d1a-b696-62d8c7637636
2023-03-08T06:25:27.192Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41109ae4-e634-4d1a-b696-62d8c7637636 matches Tosca VF Customization UUID: 41109ae4-e634-4d1a-b696-62d8c7637636
2023-03-08T06:25:27.192Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 41109ae4-e634-4d1a-b696-62d8c7637636  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-08T06:25:27.243Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.243Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.244Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 41109ae4-e634-4d1a-b696-62d8c7637636: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-03-08T06:25:27.244Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bcae1d5
2023-03-08T06:25:27.245Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.245Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T06:25:27.245Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd184f0a-bbd0-4aa4-90b3-b0c462f886b2
2023-03-08T06:25:27.245Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd184f0a-bbd0-4aa4-90b3-b0c462f886b2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-08T06:25:27.298Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.298Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:27.298Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:25:27.299Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.299Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:27.299Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:25:27.299Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.300Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-08T06:25:27.300Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=41109ae4-e634-4d1a-b696-62d8c7637636
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:25:27.317Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.318Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.318Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 145b44b7-0c63-41bc-8dc9-05ea60377226: basic_cnf_macro
2023-03-08T06:25:27.318Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.318Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.319Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.319Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.319Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.320Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.320Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.320Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.321Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:25:27.321Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:25:27.321Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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 vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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: 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 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 (?, ?, ?, ?, ?)
2023-03-08T06:25:27.711Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c41123a0-0a90-478f-9b52-d33c3433affd 2 ASDC deployResourceStructure
2023-03-08T06:25:27.712Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-03-08T06:25:27.712Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-08T06:25:27.712Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:25:27.712Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:27.713Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:27.713Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256727712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:28.714Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-03-08T06:25:28.714Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-08T06:25:28.714Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:25:28.714Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:28.714Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:28.715Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256728714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:29.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:29.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:25:29.351Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:25:29.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:25:29.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:25:29.352Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:25:29.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:25:29.722Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-03-08T06:25:29.722Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-03-08T06:25:29.722Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-08T06:25:29.722Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:29.723Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:29.723Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256729716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:30.723Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-03-08T06:25:30.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-08T06:25:30.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:25:30.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:30.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:30.724Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256730723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:31.725Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-03-08T06:25:31.726Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-03-08T06:25:31.726Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-08T06:25:31.726Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:31.727Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:31.727Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256731725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:32.728Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-08T06:25:32.729Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-08T06:25:32.729Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:25:32.729Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:25:32.729Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:25:32.729Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256732728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:25:33.730Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:25:33.747Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:25:33.749Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T06:25:33.750Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T06:25:33.750Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T06:26:03.750Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:26:03.772Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:26:03.775Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T06:26:03.775Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T06:26:03.775Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T06:26:29.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:26:29.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.355Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.356Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.358Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.358Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.360Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.360Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.360Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.361Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.362Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.362Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.363Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.364Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.365Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.365Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.367Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.368Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.369Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256695397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256680582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256654009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.372Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256682777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.373Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256684638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.373Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256714579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256716126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256716183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256716523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256716248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256717269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.375Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256715941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.376Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.376Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.376Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.376Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256718276,
  "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=?
2023-03-08T06:26:29.394Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
2023-03-08T06:26:29.394Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7eecd8-9fa4-4066-84d2-aff28a34f1fa 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 (?, ?, ?, ?, ?)
2023-03-08T06:26:29.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.417Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.417Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256717105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.417Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256719629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.418Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256718624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.419Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.419Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.421Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.421Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256721723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.421Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256720340,
  "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=?
2023-03-08T06:26:29.430Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
2023-03-08T06:26:29.431Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7eecd8-9fa4-4066-84d2-aff28a34f1fa 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=?
2023-03-08T06:26:29.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.445Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.446Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256721344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T06:26:29.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256723194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.447Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.448Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256724462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256717131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.450Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256726133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256726067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:26:29.451Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1678256726207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256719280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.453Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.453Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256727069,
  "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=?
2023-03-08T06:26:29.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
2023-03-08T06:26:29.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7eecd8-9fa4-4066-84d2-aff28a34f1fa 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 (?, ?, ?, ?, ?)
2023-03-08T06:26:29.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.469Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256727712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T06:26:29.469Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.470Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256727870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256728714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.472Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:26:29.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:29.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:26:29.472Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256728873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:26:29.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:26:33.776Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:26:33.785Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:26:33.788Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T06:26:33.788Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T06:26:33.788Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T06:26:33.788Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T06:27:03.788Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:27:03.802Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:27:03.804Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T06:27:03.804Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T06:27:03.804Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-08T06:27:03.804Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-08T06:27:29.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:27:29.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.353Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256728868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256729716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.355Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "policy-distribution-id",
  "timestamp": 1678256729875,
  "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=?
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 (?, ?, ?, ?, ?)
2023-03-08T06:27:29.386Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3daa59f-e085-4c41-b8bb-70828a58fa92
2023-03-08T06:27:29.386Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3daa59f-e085-4c41-b8bb-70828a58fa92 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 (?, ?, ?, ?, ?)
2023-03-08T06:27:29.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.402Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256730723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256722364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256731725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-03-08T06:27:29.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.404Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256731709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:27:29.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.404Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256730767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256732728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.405Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256732713,
  "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=?
2023-03-08T06:27:29.411Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
2023-03-08T06:27:29.411Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc7eecd8-9fa4-4066-84d2-aff28a34f1fa 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 (?, ?, ?, ?, ?)
2023-03-08T06:27:29.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256732215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256733423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256728072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.427Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256734556,
  "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=?
2023-03-08T06:27:29.431Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3daa59f-e085-4c41-b8bb-70828a58fa92
2023-03-08T06:27:29.432Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3daa59f-e085-4c41-b8bb-70828a58fa92 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=?
2023-03-08T06:27:29.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.437Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256736369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:27:29.437Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "multicloud-k8s",
  "timestamp": 1678256735570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.438Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.439Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:27:29.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256717375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:27:29.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.440Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256741970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256744621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256745451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:27:29.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.442Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1678256745629,
  "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=?
2023-03-08T06:27:29.446Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3daa59f-e085-4c41-b8bb-70828a58fa92
2023-03-08T06:27:29.446Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3daa59f-e085-4c41-b8bb-70828a58fa92 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 (?, ?, ?, ?, ?)
2023-03-08T06:27:29.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:27:29.464Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "aai-model-loader",
  "timestamp": 1678256746454,
  "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=?
2023-03-08T06:27:29.471Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3daa59f-e085-4c41-b8bb-70828a58fa92
2023-03-08T06:27:29.471Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3daa59f-e085-4c41-b8bb-70828a58fa92 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 (?, ?, ?, ?, ?)
2023-03-08T06:27:33.805Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:27:33.831Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa
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=?
2023-03-08T06:27:33.834Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T06:27:33.834Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T06:27:33.834Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T06:27:33.834Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T06:27:33.834Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:27:33.834Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:27:33.835Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:27:33.835Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:27:33.835Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|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=?
2023-03-08T06:27:33.840Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T06:28:03.840Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa 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=?
2023-03-08T06:28:03.855Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc7eecd8-9fa4-4066-84d2-aff28a34f1fa and serviceModelVersionId: 145b44b7-0c63-41bc-8dc9-05ea60377226
2023-03-08T06:28:03.856Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2cc425a-83a0-4ca7-9644-a9a97cf7c140
2023-03-08T06:28:03.857Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0
2023-03-08T06:28:03.866Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T06:28:03.952Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0|INFO|500||Invoke
2023-03-08T06:28:03.952Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc7eecd8-9fa4-4066-84d2-aff28a34f1fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bc53067c-9ecf-442a-8756-c4812a95725a], X-ECOMP-RequestID=[fc7eecd8-9fa4-4066-84d2-aff28a34f1fa], X-TransactionId=[], X-ONAP-RequestID=[fc7eecd8-9fa4-4066-84d2-aff28a34f1fa], Content-Type=[application/merge-patch+json]}
2023-03-08T06:28:03.982Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-08T06:28:04.275Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 06:28:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[290], vertex-id=[237696], x-aai-txid=[0-aai-resources-230308-06:28:03:707-18514], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T06:28:04.276Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-08T06:28:04.277Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c2cc425a-83a0-4ca7-9644-a9a97cf7c140/model-vers/model-ver/145b44b7-0c63-41bc-8dc9-05ea60377226?depth=0|INFO|500||InvokeReturn
2023-03-08T06:28:04.277Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T06:28:04.277Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:28:04.283Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|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:69)
	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)
2023-03-08T06:28:04.284Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc7eecd8-9fa4-4066-84d2-aff28a34f1fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T06:28:04.284Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T06:28:04.285Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:04.285Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:04.285Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256884284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2023-03-08T06:28:05.316Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:28:05.345Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-08T06:28:05.345Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"c3daa59f-e085-4c41-b8bb-70828a58fa92","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"eebfcf42-8de5-4e79-a9fa-eb6c91ce5261","serviceDescription":"service","serviceInvariantUUID":"801e3887-a087-4a64-92b6-24f09bc6e08c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b86283a2-3cb6-4aa5-9b69-1e2aa6e11036","resourceInvariantUUID":"77624215-86f2-41dc-b119-721b535b3fe7","resourceCustomizationUUID":"8b474690-a204-4944-9ebf-69451a12a79f","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":"OTRkMmNjNDA3Y2U0ZTMzMDkyMGEwNDAwOGJkM2M5NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a86f59b4-108f-4fec-9e7f-0028d8115f8d","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":"OWY2ZjZmOGU5ZWU0OTg0MWQ5OTRhMWRlOWRkMmNhMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39000542-4c74-4b8e-8705-762d1c85f59f","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":"903798d5-764a-4801-b3a5-8e60976ea347","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":"95c331e3-1afe-426b-a7a0-773f61241d21","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":"f5278007-67e1-4e12-9d00-d911f7a06ea0","artifactVersion":"2","generatedFromUUID":"903798d5-764a-4801-b3a5-8e60976ea347"},{"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":"MDU1YzA1MzA5NjY4ODdmOGNjZWUxMDgzNDVkODQyNTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3eda549c-7f00-4e8e-8a2c-caa2e9443ff5","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":"ZjY1MWY0OWQ5MDIwYjBlYzhmNjM2ZDlhMzliYTljMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1f342649-6177-4062-9f70-c37d94d03037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTM4ZDEyNDA3ZTlkMmM3YjAwOGE0YzczOTQ3NGViODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed6d4b47-7505-46fb-a8e1-477866b9fb38","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-08T06:28:05.347Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:05.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:05.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:05.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:06.348Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:06.349Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:06.349Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:06.349Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:07.350Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:07.351Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:07.351Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:07.351Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:08.352Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:08.352Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:08.353Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:08.353Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:09.354Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:09.354Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:09.354Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:09.354Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:10.355Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:10.356Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:10.356Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:10.356Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:11.357Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:11.358Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:11.358Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:11.358Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:12.359Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-08T06:28:12.359Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:12.359Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:12.359Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:13.360Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "eebfcf42-8de5-4e79-a9fa-eb6c91ce5261",
  "serviceDescription": "service",
  "serviceInvariantUUID": "801e3887-a087-4a64-92b6-24f09bc6e08c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8b474690-a204-4944-9ebf-69451a12a79f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b86283a2-3cb6-4aa5-9b69-1e2aa6e11036",
      "resourceInvariantUUID": "77624215-86f2-41dc-b119-721b535b3fe7",
      "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": "OWY2ZjZmOGU5ZWU0OTg0MWQ5OTRhMWRlOWRkMmNhMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "39000542-4c74-4b8e-8705-762d1c85f59f",
          "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": "903798d5-764a-4801-b3a5-8e60976ea347",
          "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": "f5278007-67e1-4e12-9d00-d911f7a06ea0",
            "generatedFromUUID": "903798d5-764a-4801-b3a5-8e60976ea347"
          },
          "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": "f5278007-67e1-4e12-9d00-d911f7a06ea0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTM4ZDEyNDA3ZTlkMmM3YjAwOGE0YzczOTQ3NGViODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ed6d4b47-7505-46fb-a8e1-477866b9fb38"
    }
  ],
  "workloadContext": "Production"
}
2023-03-08T06:28:13.361Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-08T06:28:13.361Z|fc7eecd8-9fa4-4066-84d2-aff28a34f1fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eebfcf42-8de5-4e79-a9fa-eb6c91ce5261 ASDC
2023-03-08T06:28:13.361Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c3daa59f-e085-4c41-b8bb-70828a58fa92
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:eebfcf42-8de5-4e79-a9fa-eb6c91ce5261
ServiceInvariantUUID:801e3887-a087-4a64-92b6-24f09bc6e08c
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:ed6d4b47-7505-46fb-a8e1-477866b9fb38
ArtifactChecksum:YTM4ZDEyNDA3ZTlkMmM3YjAwOGE0YzczOTQ3NGViODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8b474690-a204-4944-9ebf-69451a12a79f
ResourceInvariantUUID:77624215-86f2-41dc-b119-721b535b3fe7
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b86283a2-3cb6-4aa5-9b69-1e2aa6e11036
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:39000542-4c74-4b8e-8705-762d1c85f59f
ArtifactChecksum:OWY2ZjZmOGU5ZWU0OTg0MWQ5OTRhMWRlOWRkMmNhMTY=
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:903798d5-764a-4801-b3a5-8e60976ea347
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:f5278007-67e1-4e12-9d00-d911f7a06ea0
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:f5278007-67e1-4e12-9d00-d911f7a06ea0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-08T06:28:13.361Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eebfcf42-8de5-4e79-a9fa-eb6c91ce5261 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=?
2023-03-08T06:28:13.437Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T06:28:13.438Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-08T06:28:13.438Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-08T06:28:13.438Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ed6d4b47-7505-46fb-a8e1-477866b9fb38 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-08T06:28:13.438Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:28:13.439Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-08T06:28:13.918Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:28:13.920Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ed6d4b47-7505-46fb-a8e1-477866b9fb38 82992
2023-03-08T06:28:13.920Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-08T06:28:13.920Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-08T06:28:13.920Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:28:13.921Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:13.921Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:13.921Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256893920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:14.921Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-08T06:28:14.922Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-08T06:28:14.922Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ed6d4b47-7505-46fb-a8e1-477866b9fb38, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-08T06:28:14.923Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-08T06:28:14.923Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-08T06:28:14.923Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-08T06:28:15.076Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8416806417764612143/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-03-08T06:28:16.491Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|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-BasicVmMacro-csar.csar
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|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-BasicVmMacro-csar.csar
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|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-BasicVmMacro-csar.csar
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:16.492Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-08T06:28:16.493Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-08T06:28:16.493Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.493Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:16.493Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:16.493Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-08T06:28:16.493Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T06:28:16.493Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.494Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:16.494Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:16.494Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-08T06:28:16.494Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-08T06:28:16.494Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.495Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:16.495Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.495Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-08T06:28:16.495Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-08T06:28:16.495Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-08T06:28:16.496Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-08T06:28:16.496Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-08T06:28:16.496Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-08T06:28:16.496Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.496Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T06:28:16.497Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.497Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:16.497Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:28:16.497Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.498Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:16.498Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:28:16.498Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.498Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:16.498Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:28:16.499Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.499Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-08T06:28:16.499Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-08T06:28:16.499Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-08T06:28:16.499Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5817d650-d864-453d-b342-295e87cd7a33
2023-03-08T06:28:16.499Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.500Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:16.500Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.500Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:16.500Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.500Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:16.501Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:16.501Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:16.501Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:eebfcf42-8de5-4e79-a9fa-eb6c91ce5261
Model Version:NULL
Model InvariantUuid:801e3887-a087-4a64-92b6-24f09bc6e08c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:37d7a252-5055-4470-9214-6480a9813ed7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77624215-86f2-41dc-b119-721b535b3fe7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8b474690-a204-4944-9ebf-69451a12a79f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a905d308-e808-401b-8a0d-6a9964b682f0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:98415c63-8da7-440a-a989-99e8a07b5f2c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5817d650-d864-453d-b342-295e87cd7a33
ModelInvariantUuid:aa634130-2e2b-412b-9d86-7bc496604dea
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:0789e9b9-e7c2-4125-b781-974662384602
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:55fb2b0f-79bf-455a-bd85-fc921d930153
ModelInvariantUuid:09cfbb62-0c06-4323-ab74-db566a8f9018
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0ecce80c-c5be-4d38-990c-6d63649ae464
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-08T06:28:16.524Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b86283a2-3cb6-4aa5-9b69-1e2aa6e11036
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:28:16.529Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2023-03-08T06:28:16.529Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b86283a2-3cb6-4aa5-9b69-1e2aa6e11036
2023-03-08T06:28:16.530Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 39000542-4c74-4b8e-8705-762d1c85f59f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-08T06:28:16.530Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:28:16.530Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-08T06:28:17.279Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:28:17.280Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 39000542-4c74-4b8e-8705-762d1c85f59f 792
2023-03-08T06:28:17.280Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:17.280Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:17.280Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:28:17.281Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:17.281Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:17.281Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256897280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:18.282Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a905d308-e808-401b-8a0d-6a9964b682f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98415c63-8da7-440a-a989-99e8a07b5f2c",
    "vfModuleModelCustomizationUUID": "488241ff-b1a5-49b3-b0f7-02b7e797cee8",
    "isBase": true,
    "artifacts": [
      "903798d5-764a-4801-b3a5-8e60976ea347",
      "f5278007-67e1-4e12-9d00-d911f7a06ea0"
    ],
    "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": ""
    }
  }
]
2023-03-08T06:28:18.291Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98415c63-8da7-440a-a989-99e8a07b5f2c
VfModuleModelInvariantUUID:a905d308-e808-401b-8a0d-6a9964b682f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
903798d5-764a-4801-b3a5-8e60976ea347
,
f5278007-67e1-4e12-9d00-d911f7a06ea0

}
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


}

2023-03-08T06:28:18.294Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a905d308-e808-401b-8a0d-6a9964b682f0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98415c63-8da7-440a-a989-99e8a07b5f2c",
    "vfModuleModelCustomizationUUID": "488241ff-b1a5-49b3-b0f7-02b7e797cee8",
    "isBase": true,
    "artifacts": [
      "903798d5-764a-4801-b3a5-8e60976ea347",
      "f5278007-67e1-4e12-9d00-d911f7a06ea0"
    ],
    "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": ""
    }
  }
]
2023-03-08T06:28:18.294Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98415c63-8da7-440a-a989-99e8a07b5f2c
VfModuleModelInvariantUUID:a905d308-e808-401b-8a0d-6a9964b682f0
VfModuleModelDescription:NULL
Artifacts UUID List:{
903798d5-764a-4801-b3a5-8e60976ea347
,
f5278007-67e1-4e12-9d00-d911f7a06ea0

}
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


}

2023-03-08T06:28:18.294Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 903798d5-764a-4801-b3a5-8e60976ea347 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-08T06:28:18.294Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:28:18.295Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-08T06:28:18.502Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:28:18.502Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 903798d5-764a-4801-b3a5-8e60976ea347 5033
2023-03-08T06:28:18.502Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:18.503Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:18.503Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:28:18.503Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:18.503Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:18.503Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256898502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:19.504Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f5278007-67e1-4e12-9d00-d911f7a06ea0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-08T06:28:19.504Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-08T06:28:19.505Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-08T06:28:19.696Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-08T06:28:19.696Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f5278007-67e1-4e12-9d00-d911f7a06ea0 903
2023-03-08T06:28:19.697Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:19.697Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:19.697Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-08T06:28:19.697Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:19.697Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:19.697Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256899697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:20.698Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: eebfcf42-8de5-4e79-a9fa-eb6c91ce5261
2023-03-08T06:28:20.698Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b86283a2-3cb6-4aa5-9b69-1e2aa6e11036 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:28:20.721Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16ae365a, org.onap.sdc.toscaparser.api.parameters.Input@36ba6b88, org.onap.sdc.toscaparser.api.parameters.Input@1d0aec80, org.onap.sdc.toscaparser.api.parameters.Input@3621c7cc, org.onap.sdc.toscaparser.api.parameters.Input@515a3bb4]
2023-03-08T06:28:20.722Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.722Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.723Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-08T06:28:20.723Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8b474690-a204-4944-9ebf-69451a12a79f
2023-03-08T06:28:20.723Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b474690-a204-4944-9ebf-69451a12a79f matches Tosca VF Customization UUID: 8b474690-a204-4944-9ebf-69451a12a79f
2023-03-08T06:28:20.723Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8b474690-a204-4944-9ebf-69451a12a79f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2023-03-08T06:28:20.726Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.726Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.727Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8b474690-a204-4944-9ebf-69451a12a79f: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-03-08T06:28:20.727Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46dadf6f
2023-03-08T06:28:20.728Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.728Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-08T06:28:20.728Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 488241ff-b1a5-49b3-b0f7-02b7e797cee8
2023-03-08T06:28:20.728Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 488241ff-b1a5-49b3-b0f7-02b7e797cee8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2023-03-08T06:28:20.731Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.731Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:20.732Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:28:20.732Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.732Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:20.732Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:28:20.733Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.733Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-08T06:28:20.733Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-08T06:28:20.733Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-08T06:28:20.734Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5817d650-d864-453d-b342-295e87cd7a33
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2023-03-08T06:28:20.736Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.737Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:20.737Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-08T06:28:20.737Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.737Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-08T06:28:20.738Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8b474690-a204-4944-9ebf-69451a12a79f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:28:20.740Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.740Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.740Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid eebfcf42-8de5-4e79-a9fa-eb6c91ce5261: basic_vm_macro
2023-03-08T06:28:20.741Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.741Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.741Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.741Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.742Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.742Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.742Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.742Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.743Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-08T06:28:20.743Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-08T06:28:20.743Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2023-03-08T06:28:20.874Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b86283a2-3cb6-4aa5-9b69-1e2aa6e11036 1 ASDC deployResourceStructure
2023-03-08T06:28:20.874Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:20.874Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:20.874Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:28:20.875Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:20.875Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:20.875Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256900874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:21.876Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:21.876Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:21.876Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:28:21.877Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:21.877Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:21.877Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256901876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:22.878Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:22.878Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||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
2023-03-08T06:28:22.878Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:28:22.878Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:22.879Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:22.879Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256902878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:23.880Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-08T06:28:23.881Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-08T06:28:23.881Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-08T06:28:23.881Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:23.881Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:23.881Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256903880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:24.882Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3daa59f-e085-4c41-b8bb-70828a58fa92
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=?
2023-03-08T06:28:24.896Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3daa59f-e085-4c41-b8bb-70828a58fa92
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=?
2023-03-08T06:28:24.899Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-08T06:28:24.899Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-08T06:28:24.899Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-08T06:28:24.899Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-08T06:28:24.900Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:28:24.900Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:28:24.900Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:28:24.900Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-08T06:28:24.901Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|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=?
2023-03-08T06:28:24.908Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-08T06:28:29.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:28:29.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.364Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "fc7eecd8-9fa4-4066-84d2-aff28a34f1fa",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256884284,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T06:28:29.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:28:29.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256885316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256893920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256897280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256898502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:28:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256899697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256900874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.368Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256901876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-08T06:28:29.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.369Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256902878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-08T06:28:29.369Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:29.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:28:29.370Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256903880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-08T06:28:29.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:28:54.908Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3daa59f-e085-4c41-b8bb-70828a58fa92 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=?
2023-03-08T06:28:54.913Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3daa59f-e085-4c41-b8bb-70828a58fa92 and serviceModelVersionId: eebfcf42-8de5-4e79-a9fa-eb6c91ce5261
2023-03-08T06:28:54.913Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 801e3887-a087-4a64-92b6-24f09bc6e08c
2023-03-08T06:28:54.914Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/801e3887-a087-4a64-92b6-24f09bc6e08c/model-vers/model-ver/eebfcf42-8de5-4e79-a9fa-eb6c91ce5261?depth=0
2023-03-08T06:28:54.917Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-08T06:28:54.969Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/801e3887-a087-4a64-92b6-24f09bc6e08c/model-vers/model-ver/eebfcf42-8de5-4e79-a9fa-eb6c91ce5261?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]}
2023-03-08T06:28:54.970Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/801e3887-a087-4a64-92b6-24f09bc6e08c/model-vers/model-ver/eebfcf42-8de5-4e79-a9fa-eb6c91ce5261?depth=0|INFO|500||Invoke
2023-03-08T06:28:54.990Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/801e3887-a087-4a64-92b6-24f09bc6e08c/model-vers/model-ver/eebfcf42-8de5-4e79-a9fa-eb6c91ce5261?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-08T06:28:55.299Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/801e3887-a087-4a64-92b6-24f09bc6e08c/model-vers/model-ver/eebfcf42-8de5-4e79-a9fa-eb6c91ce5261?depth=0|INFO|500||InvokeReturn
2023-03-08T06:28:55.299Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/801e3887-a087-4a64-92b6-24f09bc6e08c/model-vers/model-ver/eebfcf42-8de5-4e79-a9fa-eb6c91ce5261?depth=0 has http status code:200 and response headers:{date=[Wed, 08 Mar 2023 06:28:54 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[305], vertex-id=[258216], x-aai-txid=[2-aai-resources-230308-06:28:54:714-39212], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-08T06:28:55.300Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-08T06:28:55.300Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-08T06:28:55.300Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-08T06:28:55.308Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|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:69)
	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)
2023-03-08T06:28:55.309Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3daa59f-e085-4c41-b8bb-70828a58fa92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-08T06:28:55.309Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-08T06:28:55.309Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-08T06:28:55.309Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-08T06:28:55.310Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256935309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
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=?
2023-03-08T06:28:56.329Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:29:29.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:29:29.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-08T06:29:29.366Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c3daa59f-e085-4c41-b8bb-70828a58fa92",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1678256935309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-08T06:29:29.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-08T06:29:56.329Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:30:29.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:30:56.329Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:31:29.350Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:31:56.331Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:32:29.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:32:56.332Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:33:29.353Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:33:56.334Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:34:29.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:34:56.334Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:35:29.356Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:35:56.336Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:36:29.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:36:56.337Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:37:29.358Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:37:56.338Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:38:29.359Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:38:56.340Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:39:29.360Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:39:56.340Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:40:29.362Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:40:56.341Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:41:29.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:41:56.343Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:42:29.364Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:42:56.345Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:43:29.367Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:43:56.346Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:44:29.368Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:44:56.347Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:45:29.369Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:45:56.349Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:46:29.370Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:46:56.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:47:29.371Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:47:56.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:48:29.371Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:48:56.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:49:29.373Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:49:56.352Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:50:29.373Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:50:56.353Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:51:29.375Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:51:56.355Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:52:29.375Z|f38bcbfa-8793-4e25-b0a1-12a9e2f0188d|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:52:56.356Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:53:29.377Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:53:56.357Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:54:29.378Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:54:56.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:55:29.378Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:55:56.359Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:56:29.379Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:56:56.360Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:57:29.381Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:57:56.360Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:58:29.381Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:58:56.362Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T06:59:29.382Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T06:59:56.363Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:00:29.382Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:00:56.365Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:01:29.384Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:01:56.367Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:02:29.384Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:02:56.368Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:03:29.385Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:03:56.369Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:04:29.387Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:04:56.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:05:29.387Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:05:56.371Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:06:29.388Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:06:56.373Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:07:29.389Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:07:56.374Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:08:29.391Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:08:56.375Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:09:29.391Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:09:56.376Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:10:29.393Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:10:56.377Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:11:29.395Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:11:56.379Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:12:29.395Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:12:56.379Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:13:29.397Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:13:56.381Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:14:29.397Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:14:56.382Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:15:29.398Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:15:56.382Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:16:29.400Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:16:56.384Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:17:29.400Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:17:56.384Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:18:29.400Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:18:56.385Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:19:29.402Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:19:56.386Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:20:29.402Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:20:56.388Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:21:29.404Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:21:56.389Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:22:29.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:22:56.390Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:23:29.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:23:56.391Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:24:29.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:24:56.392Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:25:29.408Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:25:56.394Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:26:29.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:26:56.396Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:27:29.411Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:27:56.397Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:28:29.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:28:56.399Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:29:29.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:29:56.400Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:30:29.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:30:56.400Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:31:29.413Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:31:56.403Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:32:29.415Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:32:56.403Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:33:29.416Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:33:56.404Z|c3daa59f-e085-4c41-b8bb-70828a58fa92|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:34:29.417Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:34:56.406Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:35:29.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:35:56.406Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:36:29.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:36:56.408Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:37:29.419Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:37:56.409Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:38:29.419Z|f9bd8fe6-5f49-4439-b126-319891a893e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:38:56.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:39:29.421Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:39:56.411Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-08T07:40:29.423Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-08T07:40:56.413Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO